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
  • Hi Art. That looks like a problem I had - if so, you can solve it by right clicking on your project name in the project workspace, selecting OPTIONS FOR TARGET *project name*, then putting "--entry Reset_Handler" (without the quotes obviously) under the LINKER tab in the MISC CONTROLS box.

    Hope this helps

    Tim

Reply
  • Hi Art. That looks like a problem I had - if so, you can solve it by right clicking on your project name in the project workspace, selecting OPTIONS FOR TARGET *project name*, then putting "--entry Reset_Handler" (without the quotes obviously) under the LINKER tab in the MISC CONTROLS box.

    Hope this helps

    Tim

Children
No data