[gccsdk] [Bug 185] Undefined references in libstdc++.a
bugzilla-daemon at riscos.info
bugzilla-daemon at riscos.info
Sun Jan 10 10:13:40 PST 2010
http://www.riscos.info/bugzilla3/show_bug.cgi?id=185
John Tytgat <John.Tytgat at aaug.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from John Tytgat <John.Tytgat at aaug.net> 2010-01-10 10:13:39 ---
I guess you have these problems because I've just updated UnixLib's wctype.h
wchar.h to later versions and those contain many more prototypes than UnixLib
has support for. I've now just disabled the prototypes in those headers which
UnixLib does not have support for but I'm not really sure if that will address
all problems seen. It could be very well that we have to tune features.h as
well (as that got upgraded as well).
Please sync trunk to at least r4442 and in order to avoid a full build, I think
this could work:
$ cd builddir-cross
$ cd arm-unknown-riscos/libunixlib && make distclean
$ cd arm-unknown-riscos/libstdc++ && make distclean
$ make
$ make install
--
Configure bugmail: http://www.riscos.info/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the gcc
mailing list