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]

Re: gcc 3 /c++ on arm


> Hi Andy,
> 
> >> ("Undefined references to "LLSDA1","LLSDA2",etc)
> 
> Did you or anyone else ever resolve this or find a work around ? I have
> the same problem trying to use components from c++ std:: (simple cout <<
> "hello world"; ) with both gcc-3.0 and gcc-3.0.1. Using R's suggestion
> of the  -gstabs switch didn't appear to improve matters any, and the
> link still fails with lots of these undefined reference errors. 

You have to force the compiler build to use -gstabs when building the C++ 
libraries; it's not enough to do this when just compiling your application.

R.


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


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