• error: A1355U: A Label was found which was in no AREA
    Hi, when I build the project I get this error message: assembling BAM_MCML.sct... lkr\BAM_MCML.sct(41): error: A1355U: A Label was found which was in no AREA lkr\BAM_MCML.sct: 41 00000000 MEM_START...
  • error: A1355U: A Label was found which was in no AREA
    Hello, My project can't creat *.axf file for this error: A1355U: A Label was found which was in no AREA Could anyone help me? Thanks for advance!
  • Error code A1163E/A1355U
    Hello, Im working on a project using FRDM-KL25Z and using Keil uVision5. When i compile my code I keep getting the same 3 errors. I posted a link to the picture. Someone help please. https://ibb...
  • Constant errors A1163E and A1355U
    I always keep getting 2 errors and they are: a.s(2): error: A1163E: Unknown opcode AREA, , expecting opcode or Macro a.s(3): error: A1355U: A Label was found which was in no AREA no matter what...
  • error in label
    i am makinga 4x4 keypad interacing program where da character pressed has to be sent serially to anothr board.. checking all 4 coulumns for each row, i gave a an exit command jb col4 exit where...