This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fwd: Re: gcc 4.1.1 for mcore


Hi Alex,

this is the error message I'm getting:
/tmp/ccvk5vjH.s:38: Error: operand must be absolute in
range 1..32, not 53

I run on a Linux machine with AMD CPU (x86_64).

Ah yes this problem. I have encountered it too. Presumably you are using a 64-bit Linux ? If you build in a 32-bit environment you can work around this problem. I use this command line, suggested to me by Alex Oliva:


CC="gcc -m32" CXX="g++ -m32" ABI="32" setarch i686 <normal-configure-command-line>

I have a fix for the problem now, but the build fails later on (in newlib and then libiberty) so you'll have to give me another day to look at the problem.

Cheers
  Nick


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]