Mailinglist Archive: opensuse-amd64 (78 mails)
| < Previous | Next > |
Re: [suse-amd64] Cross compiling drivers on x86 machine for x64 target
- From: Andi Kleen <ak@xxxxxxx>
- Date: Thu, 1 Jun 2006 01:50:48 +0200
- Message-id: <200606010150.48117.ak@xxxxxxx>
On Wednesday 31 May 2006 16:31, Kevin Wilson wrote:
> I have been looking high and low for some good info on cross-compiling. I
> have a x86 suse 10 box but need to compile/port a driver to a x64 target.
> Anyone have some good howto links?
Install the cross...x86_64 packages from the ftp version (they are not on the DVDs)
Put /opt/cross/bin into your $PATH
Then configure and compile the kernel in the normal way, but with
make CROSS_COMPILE=x86_64-linux- ARCH=x86_64 ...normal targets ...
-Andi
> I have been looking high and low for some good info on cross-compiling. I
> have a x86 suse 10 box but need to compile/port a driver to a x64 target.
> Anyone have some good howto links?
Install the cross...x86_64 packages from the ftp version (they are not on the DVDs)
Put /opt/cross/bin into your $PATH
Then configure and compile the kernel in the normal way, but with
make CROSS_COMPILE=x86_64-linux- ARCH=x86_64 ...normal targets ...
-Andi
| < Previous | Next > |