GCC 패키지로 크로스 컴파일러를 빌드하려고 합니다.
http://gcc.gnu.org/install/build.html
에서와 같이
크로스 컴파일러를 빌드할때 유의사항이 있는데요..
1.Build host tools necessary to build the compiler.
2.Build target tools for use by the compiler such as binutils (bfd, binutils, gas, gprof, ld, and opcodes) if they have been 3.individually linked or moved into the top level GCC source tree before configuring.