We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.co/dNgAcw
AREA asm_area, CODE, READONLY
EXPORT asm_main
asm_main ;assembly entry point for C function, do not delete
main.s(37): error: A1163E: Unknown opcode main, , expecting opcode or Macro main.s(39): error: A1163E: Unknown opcode main , expecting opcode or Macro main.s(41): error: A1355U: A Label was found which was in no AREA
How about starting with an example project from Pack Installer and then compare your project with the example project ?
Means leading white space is important. You can't jam everything against the left margin the fields expect some tabulation. Look at working examples, heck even read the docs.