I don't even have a variable called start in my application. Hence my
problem, I cannot figure out where this duplicate function problem comes 
from. The first thing I did was to search my sourcefiles for "start" and
the word is only present in a comment block.

- Veronica

>
>Subject: Re: error: crt0.c:35: multiple definition of 'start'
>   From: Daniel Seifert <[EMAIL PROTECTED]>
>   Date: 23 Jan 2003 08:38:14 +0100
>     To: "Palm Developer Forum" <[EMAIL PROTECTED]>
>
>Am Don, 2003-01-23 um 08.23 schrieb Veronica Loell:
>
>Hi,
>
>> ppavotid.o: In function `start':
>> crt0.c:35: multiple definition of `start'
>> /usr/m68k-palmos/lib/crt0.o:crt0.c:35: first defined here
>
>The symbol start is defined in crt0.o, so you can't use a function
>called start in your app (unless this function is declared static but I
>wouldn't recommend doing this, rather use a new name). 
>
>-- 
>Daniel Seifert <[EMAIL PROTECTED]>
>
>
>-- 
>For information on using the Palm Developer Forums, or to unsubscribe, please see 
>http://www.palmos.com/dev/support/forums/


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to