Did you edit the Makefile in the /linux directory to your arm-linux cross
compiler settings?  Specifically, you want to make sure that

CROSS_COMPILE = arm-linux-

That would be the most obvious possible error.  From the output, it looks
like you were trying to use plain gcc which, of course, doesn't work.  I am
using the same compiler, so send me more details and maybe I can help.

~chris

-----Original Message-----
From: Dr Jaime V. Miro [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 12, 2001 12:17 PM
To: [EMAIL PROTECTED]
Subject: assembler error compiling ARM linux 2.4.0



Hi,

background: trying to get 2.4.0 to compile for ebsa285 (SA-110 + 21285 core
logic chip).

I've given up hope of getting a clean compile for the xdev tools after many
failing attempts, and decided to go for precompiled toolchain. I've
downloaded a copy from ftp.netwinder.org/users/c/chagas/arm-linux-cross.
That consists of (rpm's):

binutils 2.10.1
glibc-2.1.3-2
gcc-2.95.2-2

installed successfully under /usr/local/arm-linux (can compile application
using arm-linux-gcc). Added to $PATH

Then downloaded: 

linux-2.4.0.tar.gz
patch-2.4.0-rmk3.gz

When I make dep (independently of previous config options, although
ultimately is for a FootBridge platform), I get as far as this:

gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mkdep
scripts/mkdep.c
as: unrecognized option `-Qy'
make: *** [scripts/mkdep] Error 1

Any pointers? 

Jaime


_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.


_______________________________________________
http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm
Please visit the above address for information on this list.

Reply via email to