darwin-powerpc compiler/linker problem
Mike Stump
mrs@apple.com
Wed Mar 24 06:05:00 GMT 2004
On Tuesday, March 23, 2004, at 01:00 PM, Laurent GUERBY wrote:
> On Tue, 2004-03-23 at 21:49, Mike Stump wrote:
>>> Any idea of what to try?
>>
>> Source code mods to avoid large arrays is the usual work around as I
>> recall.
>
> You mean static/global arrays?
Yes.
> Any idea on how to get more precise information about
> what the linker calls an "entry"?
otool -r xxx.o and then count down 587 lines (first line is 1 I think),
and then take that address and find the code in the otool -d xxx.o
stuff? You can confirm it, by grabbing the .s for it, editing it down
to not overflow and then relink I think.
More information about the Gcc
mailing list