Gentoo Archives: gentoo-embedded

From: Chris PeBenito <pebenito@g.o>
To: Goran Kavrecic <gorank@×××××.si>
Cc: Gentoo Embedded <gentoo-embedded@l.g.o>
Subject: Re: [gentoo-embedded] Multiplatform compile
Date: Fri, 16 Jan 2004 19:28:32
Message-Id: 1074281310.5176.110.camel@chris.pebenito.net
In Reply to: [gentoo-embedded] Multiplatform compile by Goran Kavrecic
1 On Fri, 2004-01-16 at 05:06, Goran Kavrecic wrote:
2 > I compiled the 'crossdev-0.3' for i585, there is a structure in
3 > /home/crossdev/i585. What now?
4 >
5 > What is the procesure to:
6 > - compile a kernel and basic tools to run on such system
7 > - move it to the CompactFlash(/dev/sda1) where it will run on later on
8 > another machine(/dev/hdc1)
9
10 Well for the compiling at least, you just have to put the compiler in
11 the path:
12
13 export PATH="/opt/crossdev/ppc/powerpc-unknown-linux-gnu/bin:${PATH}"
14
15 is what I do to run the PPC cross compiler on my x86. So do something
16 like that, and then you just have to do is add ARCH=i386 when you do
17 make menuconfig, etc. I haven't tried compiling a kernel with the cross
18 compiler; perhaps kumba will correct me on this.
19
20 --
21 Chris PeBenito
22 <pebenito@g.o>
23 Developer,
24 Hardened Gentoo Linux
25 Embedded Gentoo Linux
26
27 Public Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE6AF9243
28 Key fingerprint = B0E6 877A 883F A57A 8E6A CB00 BC8E E42D E6AF 9243

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-embedded] Multiplatform compile Kumba <kumba@g.o>