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

LINKER ERROR

Error L6204E Entry point (0x0000000) does not point to an instruction.

What is the deal here. I copied most of the files from pwm.c and just added an interrupt routine. at address 0 we are supposed to get vectors not an instruction.

Parents
  • It is expecting an instruction at address 0 -

    These are "normal" instructions starting at address 0

    Vectors LDR PC,Reset_Addr LDR PC,Undef_Addr LDR PC,SWI_Addr LDR PC,PAbt_Addr LDR PC,DAbt_Addr

    These are actuall instructions, 4 bytes long, starting at address 0. These are not vectors.

Reply
  • It is expecting an instruction at address 0 -

    These are "normal" instructions starting at address 0

    Vectors LDR PC,Reset_Addr LDR PC,Undef_Addr LDR PC,SWI_Addr LDR PC,PAbt_Addr LDR PC,DAbt_Addr

    These are actuall instructions, 4 bytes long, starting at address 0. These are not vectors.

Children
No data