cannot find entry symbol _start

I know this has come up before on this newsgroup before
on September 3. I am getting similar error as the other
guy:

arm-none-linux-gnueabi-ld.exe: warning: cannot find
entry symbol _start; defaulting to 00008094
obj\Debug\main.o:(.ARM.exidx+0x0): undefined reference
to `__aeabi_unwind_cpp_pr0'

I have tried both:

arm-none-eabi-gcc.exe
arm-none-linux-gnueabi-gcc.exe

From:

http://www.codesourcery.com/sgpp/lite/arm/portal/release830w
http://www.codesourcery.com/sgpp/lite/arm/portal/release858

I must be setting the switches to the compiler incorrectly.
the ones I am using are:

-g -ansi -Wall

Any ideas?

I have same problem - have you been able to solve it?

Dne sreda, 21. oktober 2009 00:52:24 UTC+2 je oseba Don Smales napisala: