[Bug 242206] Review Request: arm-gp2x-linux-gcc - Cross Compiling GNU GCC targeted at arm-gp2x-linux

bugzilla at redhat.com bugzilla at redhat.com
Thu Aug 2 18:06:34 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: arm-gp2x-linux-gcc - Cross Compiling GNU GCC targeted at arm-gp2x-linux


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=242206





------- Additional Comments From j.w.r.degoede at hhs.nl  2007-08-02 14:06 EST -------
(In reply to comment #16)
> I built glibc now and built a non-bootstrap GCC against it. C works, but C++ 
> chokes on this simple program:
> #include <iostream>
> 
> int main(void)
> {
>   std::cout << "Hello World!" << std::endl;
>   return 0;
> }
> 
> This compiles fine with the native g++, but arm-gp2x-linux-g++ gives me tons of 
> undefined references to `_Unwind_SjLj_Register', `_Unwind_SjLj_Unregister' 
> and`_Unwind_SjLj_Resume'. -fno-exceptions doesn't help.


Thats to be expected, the C++ implementation of avr comes without libstdc++, it
offers constructs like class, and inheritance, but no c++ library.

Which still make it usefull, I know people acutally using it and its shipped
with other popular versions of avr-gcc such as winavr too.


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list