GCC,"/usr/src/gcc-4.4.5/configure" No such file or directory
Posted: Sat Feb 02, 2013 8:14 am
I'm trying to create a GCC Cross-Compiler and I followed the tutorial at http://wiki.osdev.org/GCC_Cross-Compiler#gcc.
When I run:
I get the error:
(It's translated from Swedish, it originaly said):
I looked in the directory "/usr/src/gcc-4.4.5" and I don't have any file or directory called "configure". What is it and how do I get it?
When I run:
Code: Select all
../gcc-4.4.5/configure --target=$TARGET --prefix=$PREFIX --disable-nls --enable-languages=c,c++ --without-headers
Code: Select all
bash: ../gcc-4.4.5/configure: No such file or directory
Code: Select all
bash: ../gcc-4.4.5/configure: Filen eller katalogen finns inte