Commit 80e347cecfba5b48a886ac86949ea8cc6813e34d
1 parent
e0f60edc57
Exists in
master
툴체인 추가
Showing
4 changed files
with
72 additions
and
0 deletions
Show diff stats
README
... | ... | @@ -0,0 +1,37 @@ |
1 | +1. 임의의 디렉토리에 toolchain_4.6.3_ubuntu_12.04_make.tar.gz 압축을 푼다. | |
2 | + | |
3 | + # mkdir /tmp_tool | |
4 | + # cd /tmp_tool | |
5 | + # tar -zxvf toolchain_4.6.3_ubuntu_12.04_make.tar.gz | |
6 | + | |
7 | + | |
8 | +2. 압축을 풀면 다음과 같은 디렉토리와 파일들이 생성된다. | |
9 | + | |
10 | + # ls | |
11 | + deb | |
12 | + arm-linux-gnueabihf-4.6.3.tar.gz | |
13 | + toolchain-4.6.3-deb_make.sh | |
14 | + toolchain-4.6.3-install.sh | |
15 | + | |
16 | +3. 툴체인만 설치할 경우 아래와 같이 설정하면 된다. | |
17 | + | |
18 | + # ./toolchain-4.6.3-install.sh | |
19 | + | |
20 | + # ls /usr/arm-linux-gnueabihf | |
21 | + bin include lib | |
22 | + | |
23 | + # arm-linux-gnueabihf-gcc -v | |
24 | + Using built-in specs. | |
25 | + COLLECT_GCC=arm-linux-gnueabihf-gcc | |
26 | + COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/4.6/lto-wrapper | |
27 | + Target: arm-linux-gnueabihf | |
28 | + Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/arm-linux-gnueabihf/include/c++/4.6.3 --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --enable-multilib --disable-sjlj-exceptions --with-arch=armv7-a --with-float=hard --with-fpu=vfpv3-d16 --with-mode=thumb --disable-werror --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=arm-linux-gnueabihf --program-prefix=arm-linux-gnueabihf- --includedir=/usr/arm-linux-gnueabihf/include --with-headers=/usr/arm-linux-gnueabihf/include --with-libs=/usr/arm-linux-gnueabihf/lib | |
29 | + Thread model: posix | |
30 | + gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) | |
31 | + | |
32 | +4. 툴체인을 만들고, 설치할 경우 아래와 같이 설정하면 된다. | |
33 | + | |
34 | + # ./toolchain-4.6.3-deb_make.sh | |
35 | + # ./toolchain-4.6.3-install.sh | |
36 | + | |
37 | + | |
0 | 38 | \ No newline at end of file | ... | ... |
arm-linux-gnueabihf-4.6.3.tar.gz
No preview for this file type
toolchain_4.6.3_ubuntu_12.04_make.tar.gz
No preview for this file type