Re: relocation truncated to fit: GPREL32 *UND*
bemis <[email protected]>
| Newsgroups | gmane.comp.emulators.sid.devel |
|---|---|
| Organization | University of New Hampshire |
| Message-ID | <[email protected]> |
I have removed SID from our main toolchain build, but I have also created a toolchain_sid build. We try to make Alpha linux a viable linux solution for people with alphas. When something may be needed such as sid it would be nice to know that it works on alphas with the newest compilers. I will look into "g++ --help -v". thanks again. to see the toolchain_sid build on a daily basis http://www.handhelds.org/projects/toolchain/autobuild/ and click on results or stats to see if the build succeeded. "Frank Ch. Eigler" wrote: > 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