Gentoo Archives: gentoo-embedded

From: Sven Rebhan <odinshorse@××××××××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] chroot
Date: Mon, 08 Jun 2009 07:29:32
Message-Id: 3dc1583f0906080029h763d2313nd5059b3611c6fd54@mail.gmail.com
In Reply to: [gentoo-embedded] chroot by Tim Erwin
1 2009/6/8 Tim Erwin <taerwin@×××××.com>:
2 > /bin/bash: error while loading shared libraries: libgcc_s.so.1: cannot open
3 > shared object file: No such file or directory
4
5 You need to select a gcc for you chroot. Please take a look at
6
7 http://gentoo.mindzoo.de/index.cgi/wiki/Cross%20Install
8
9 Especially the step
10
11 ROOT=<path to stage3 dir> gcc-config -l
12 ROOT=<path to stage3 dir> gcc-config <the gcc you want!>
13
14 This needs to be executed _before_ executing chroot the first time.
15
16 Hope this helps!?
17
18 Sven

Replies

Subject Author
Re: [gentoo-embedded] chroot Tim Erwin <taerwin@×××××.com>