Home arrow Support arrow Forums

Luminary Micro Forums

timm

Fresh Boarder

2006/11/27 16:56

uV3 project creation

Hello,

I have a seemingly newbie question: the example projects seem to build and download fine, but when I try and create one, I always get the error...

file.axf: Error: L6204E: Entry point (0x00000000) does not point to an instruction.

This is even with some trivial code after main. I suspect it's something to do with Reset_Handler and the Linker settings.

Thx,

Tim

login or register to reply

cirip

Senior Boarder

2006/11/28 11:15

Re:uV3 project creation

Go to: Project ->Options.. ->Linker and type "--entry Reset_Handler" in the Misc controls window.

Hope it helps.
Cirip

login or register to reply

timm

Fresh Boarder

2006/11/28 12:09

Re:uV3 project creation

That was it -- thanks very much for the tip. Every IDE seems to have it's own quirks.
-T

login or register to reply