question about the GCC Cross-compiler on the wiki
Posted: Sat Feb 21, 2009 9:37 am
I'm trying to make the basic C kernel form the tutorials running to get an idea of how things work, but i dont get passed true this
GCC Cross-Compiler
just under the title binutils stands
i tried it as an command but the console sais then the following
so can anybody help me? much thanks in advance
GCC Cross-Compiler
just under the title binutils stands
well, what's meant with the line " ../binutils-x.xx/configure --target=$TARGET --prefix=$PREFIX --disable-nls" ?cd /usr/src/build-binutils
../binutils-x.xx/configure --target=$TARGET --prefix=$PREFIX --disable-nls
make all
make install
i tried it as an command but the console sais then the following
*onbekend bestand of map means unkown file or map in dutch[root@localhost build-binutils]# ../binutils-x.xx/configure --target=$TARGET --prefix=$PREFIX --disable-nls
bash: ../binutils-x.xx/configure: Onbekend bestand of map
so can anybody help me? much thanks in advance