This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: arm-gcc-ld warning


Anand:


Looks like you're missing a runtime library, or you rolled one of your
own and forgot to provide a function named _start.  The default linker
command file assumes that _start is the entry point for the
application.



b.g.

On Sat, Feb 15, 2003 at 01:57:42AM +0530, Ananda Vardhan wrote:
> 
> Hi,
> 
> arm-gcc-ld is giving a warning
> 
> arm-linux-ld: warning: cannot find entry symbol _start; defaulting to
> 00008074
> 
> 
> Is this malicious? How to go about fixing it? 
> 
> I am using arm cross compiler toochain.
> 
> Best
> Anand
> 
> 
> ------
> Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
> Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
> 
-- 
Bill Gatliff
Embedded Linux development and training services.
http://billgatliff.com

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]