Gentoo Archives: gentoo-embedded

From: Sven Rebhan <odinshorse@××××××××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] make only builds X86_64 code
Date: Tue, 16 Jun 2009 19:33:37
Message-Id: 3dc1583f0906161233u70905a2fq7463c8bee2c0cc2b@mail.gmail.com
In Reply to: Re: [gentoo-embedded] make only builds X86_64 code by Stephen Feyrer
1 2009/6/16 Stephen Feyrer <steve@××××××××.uk>:
2 > Hi.
3 >
4 > Both your tests below worked okay.
5 >
6 > ./configure --prefix /opt --target=armv5tel-softfloat-linux-gnueabi
7 > --host=armv5tel-softfloat-linux-gnueabi --build=x86_64-pc-linux-gnu
8 >
9 > Now runs to the point of:
10 >
11 > checking pkg-config is at least version 0.9.0... no
12 > checking for SSL... configure: error: in
13 > `/root/dovecot/dovecot-1-2-6c0fb914e03e':
14 > configure: error: The pkg-config script could not be found or is too
15 > old.  Make sure it
16 > is in your PATH or set the PKG_CONFIG environment variable to the full
17 > path to pkg-config.
18
19 Yes you can do all this by hand. However I would suggest to try
20
21 emerge-armv5tel-softfloat-linux-gnueabi --root-deps=rdeps dovecot
22
23 A up-to-date guide on how to setup the stuff can be found here:
24
25 http://gentoo.mindzoo.de/index.cgi/wiki/cross-compiling (see steps 6, 7 and 9)
26
27 > http://dev.gentoo.org/~vapier/eh/index.xml?part=1&chap=5
28 > This http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=5
29
30 This is really old and not up-to-date anymore!
31
32 Does the emerge line above work for you?
33
34 Sven

Replies

Subject Author
Re: [gentoo-embedded] make only builds X86_64 code Stephen Feyrer <steve@××××××××.uk>
Re: [gentoo-embedded] make only builds X86_64 code Mike Frysinger <vapier@g.o>