gcc 3 /c++ on arm

Richard Earnshaw rearnsha@arm.com
Thu Aug 30 02:34:00 GMT 2001


> 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



More information about the crossgcc mailing list