Hello;
Instead of creating your own cross compiler, it would be easier just to down
load this one. It should work fine with the arm-720t.
There have been so many questions and problems on the mailing list about
building a Cross Tool Chain. We have decided to post a 38 Mbyte binary
(executable) tar-ball here:
http://crl.research.compaq.com/projects/personalserver/sw_download.html
it is an arm-linux cross Tool Chain. The Tool Chain is made up of:
binutils-2.9.5.0.22,
gcc-2.95.2 - C, C++, f77, CHILL, java and objc.
glibc-2.1.2. with the International crypt library. (THIS IS NOT FOR
EXPORT)
The Tool Chain is compiled for a i386 host with an armv4l target. Armv4 =
the instructions set for the SA-110, SA-1100 and SA-1110 processors. l =
little edian.
Installation notes:
The Tool Chain must be installed in /skiff/local. It will not work from any
other path.
The only other problem that you may have with the include files is that the
tar ball was setup for Linux 2.2.14. You may need to setup a symbolic links
for:
ln -s /usr/src/linux/include/asm
/skiff/local/arm-linux/include/asm
ln -s /usr/src/linux/include/linux
/skiff/local/arm-linux/include/linux
or you could copy the /usr/src/linux/include/asm and
/usr/src/linux/include/linux directories to the
/skiff/local/arm-linux/include. Be certain that you have run 'make
menuconfig' or equivalent, then 'make dep'. This will verify that your
kernel tree is up-to-date and the correct symbolic links are up-to-date.
This tool chain has glibc symbol versioning. If you are using a netwinder,
you may have to compile your code with static libs.
If there is interest, we may make a binary i386 to Strong-ARM cross gdb
available for remote debugging.
--George
George France, [EMAIL PROTECTED]
Cambridge Research Laboratory, Compaq Computer Corporation
One Kendall Square, Building 700 MS: CRL
Cambridge, MA 02139 USA
-----Original Message-----
From: anand kumar [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 03, 2000 1:09 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [can i get how to cross compile kernel?]
Kim Wonkook <[EMAIL PROTECTED]> wrote:
i'm under developing under x86 linux.
target machine has ARM 720T.
I want to compile under x86 linux and download this image from host to
target.
how to cross compile kernel?
Is there any document?
thanks.
hi,
For setting up the cross compilation tools(binutils,gcc etc)
check out :inkvine.fluff.org/~chris/arm-tools.html
This arm-tools works fine for arm-720t.
Use this tool-chain to compile the kernel and for kernel compilation and
downloading etc check out :
staticip.cx/~benw/ or pobox.com/~benw .
hopr this helps
cheers
anand
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++ Please use [EMAIL PROTECTED] for
++
++ kernel-related discussions.
++
____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++ Please use [EMAIL PROTECTED] for
++
++ kernel-related discussions.
++
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++ Please use [EMAIL PROTECTED] for ++
++ kernel-related discussions. ++