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@xxxxxx 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. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review