[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
Mon Jul 30 23:08:38 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 kevin at tigcc.ticalc.org  2007-07-30 19:08 EST -------
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.

-- 
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 Fedora-package-review mailing list