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


Sorry to bring it up again,
I'm in desperate need of a functional gcc 3 cross compiler for arm, capable
of building c++ code.
Is anyone working on resolving the bugs detailed below ?
TIA
Andy

>> BTW, I just tried building a gcc 3 arm-elf cross-compiler on a linux box
>>(i686)
>> Everything built fine but I get the same errors trying to build a simple
>> c++ app :
>>int  main()
>>{
>> unsigned long* foo = new unsigned long[20];
>> return 0;
>>}
>>
>> ("Undefined references to "LLSDA1","LLSDA2",etc)
>>
>
>Well if you build all your c++ code without -g (or use -gstabs to force
>stabs debug info rather than dwarf2) then your code will probably link ok;
>but I've no idea whether it will work correctly (I haven't tested the
>libraries recently).
>
>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]