Alexander Grobman wrote:
/tmp/ccvk5vjH.s:38: Error: operand must be absolute in
range 1..32, not 53

Some of the embedded target ports won't work if compiled on 64-bit hosts. mcore-elf seems to be one of them. This problem sometimes shows up as a gcc error and sometimes shows up as a binutils error, and sometimes both.

Recompile as a 32-bit application (-m32), or build on a 32-bit linux host. Or file a bug report so this can be fixed.

The important bit of info here isn't that the host processor is x86_64, but rather that you are running the 64-bit x86_64-linux OS on it.
--
Jim Wilson, GNU Tools Support, http://www.specifix.com

Reply via email to