Re: relocation truncated to fit: GPREL32 *UND*
"Frank Ch. Eigler" <[email protected]>
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi - On Sat, Dec 07, 2002 at 11:49:21AM -0500, bemis wrote: > Sid will not compile on Alpha. On a intel SID compiles without a > problem. Is there something missing from the configuration of sid on > alpha. the machine code is trying to put 64 bits into 32 bits. > any suggestions on where to look for the problem would be appreciated > [...] I thought I answered this already. Actually, I did: http://sources.redhat.com/ml/sid/2002-q4/msg00033.html There might be some compiler or linker option to use for building alpha programs above some threshold of unusual size. I don't know what options your toolchain has: try "g++ --help -v" and see if anything looks promising. - FChE