OS Specific Toolchain

From OSDev.wiki
Revision as of 22:12, 10 September 2007 by osdev>Jnc100
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

binutils: ../binutils-2.18/configure --target=$TARGET --prefix=$PREFIX --disable-nls make make install

gcc: ../gcc-4.2.1/configure --target=$TARGET --prefix=$PREFIX --disable-nls make all-gcc make install-gcc

newlib: ../newlib-1.xxx/configure --target=$TARGET --prefix=$PREFIX make make install

libstdc++: (from build-gcc) make all make install