GCC-3.3 on Tiger
GCC-3.3 on Tiger
- Subject: GCC-3.3 on Tiger
- From: Mark Sibly <email@hidden>
- Date: Fri, 6 May 2005 14:48:54 +1200
Hi,
I'm having a problem with plain 'C' code compiled using gcc-3.3 on
Tiger.
When I then go and try to link to the resultant .o file on Panther, I
get some weird linker errors...
ld: /Volumes/Tiger
HD/Users/marksibly/blitzmax/mod/brl.mod/blitz.mod/
blitz.release.macos.a(blitz_array.c.release.macos.o) r_type field of
relocation entry 7 in section (__TEXT,__text) invalid
ld: /Volumes/Tiger
HD/Users/marksibly/blitzmax/mod/brl.mod/blitz.mod/
blitz.release.macos.a(blitz_array.c.release.macos.o) stray relocation
PPC_RELOC_PAIR entry (8) in section (__TEXT,__text)
ld: /Volumes/Tiger
HD/Users/marksibly/blitzmax/mod/brl.mod/blitz.mod/
blitz.release.macos.a(blitz_array.c.release.macos.o) r_type field of
relocation entry 9 in section (__TEXT,__text) invalid
ld: /Volumes/Tiger
HD/Users/marksibly/blitzmax/mod/brl.mod/blitz.mod/
blitz.release.macos.a(blitz_array.c.release.macos.o) stray relocation
PPC_RELOC_PAIR entry (10) in section (__TEXT,__text)
...and many more similar errors...
To compile the code, I'm using:
gcc-3.3 -c -Os src.c
...and it doesn't use anything fancy - just basic standard C lib stuff.
The .o is actually placed into a archive on the Tiger side, but I doubt
that's anything to do with it.
Any clues?
Sincerely,
Mark Sibly,
Blitz Research Ltd
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden