This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

.\Objects\CortexM3.axf: Error: L6218E: Undefined symbol main (referred from __rtentry2.o).

-------------------------------------------

PRG_MEM EQU 0x00000400 AREA ARM_PRG, CODE,READONLY, align = 2
Memory SPACE PRG_MEM

Myfunct PROC ;MOV R0 ,#0

ENDP -----------------------------------
i am getting error while build , and i am using .s exn file
please help

0