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.
This is the error message: *** Using Compiler 'V5.06 update 6 (build 750)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin' Build target 'Target 1' linking... .\Objects\pro.axf: Error: L6218E: Undefined symbol main (referred from __rtentry2.o). Not enough information to list image symbols. Not enough information to list load addresses in the image map. Finished: 2 information, 0 warning and 1 error messages. ".\Objects\pro.axf" - 1 Error(s), 0 Warning(s). Target not created. Build Time Elapsed: 00:00:00
and here is the code: AREA PROGRAM,CODE,READONLY ENTRY LDR r4,=a; LDR r0,[r4]; B1 B B1 a DCD 0x45 END
Its the assembly code....there is already a ENTRY and END in the code
But that's not what the Linker is complaining about - is it?