Gentoo Archives: gentoo-soc

From: Jing Huang <jing.huang.pku@×××××.com>
To: lu_zero@g.o, gentoo-soc@l.g.o
Subject: [gentoo-soc] cross_container_support - progress report #5
Date: Tue, 03 Jul 2012 18:16:28
Message-Id: CAK8mDgq8rbBxBqCSgnyDv4RL-xVK8HdjteFfJnos7k-nBKRCJw@mail.gmail.com
1 Hi,
2
3 == Progress of this Week ==
4
5 This week, I got accustomed to crossdev and ld.so.conf.
6
7 1. install the crossdev and build "arm-unknown-linux-gnueabi" cross-compiler.
8
9 2. learn the cross-compiler internals
10 http://www.gentoo.org/proj/en/base/embedded/handbook/?part=1&chap=2#doc_chap3
11
12 3. get accustomed to ld.so.conf
13
14
15 == Plans for next week ==
16
17 1. extend qemu-user lxc script to install crossdev into the arm-container.
18
19 2. try to run x86 arm-unknown-linux-gnueabi-gcc in arm-container using
20 ldd and ld.so.conf.
21
22
23 Jing.