GCC "too large for field width of 26bits"
GCC "too large for field width of 26bits"
- Subject: GCC "too large for field width of 26bits"
- From: Derek Arndt <email@hidden>
- Date: Sun, 28 Dec 2003 18:05:23 -0600
Hello,
For some odd reason recently when I build a file in my project I'm
getting weird "{standard input}:3670:Fixup of 2116464260 too large for
field width of 26 bits" build errors from GCC.
Searching on google I've been able to find:
Q. I receive the error message:
"Fixup of 32904 too large for field width of 16 bits"
A. From the Command line add the -N11 option. In Absoft Tools, Options,
Target put a check in Use 32-bit Branches.
This is happening because in certain types of unusually large program
units, the 16-bit addressing ability of the PowerPC can be exceeded.
but of course -N11 isn't a C flag so I'm a little stuck.
http://www.batteryacid.org/buildlog.txt for the complete build log.
Thanks in advance,
Derek
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.