Problem building a cross compiler (was: "libgcc.mvars!!!")
Posted: Wed Aug 01, 2012 1:46 pm
Hi all
Here is my problem. After building a cross compiler for i586-elf ,as the article explains, I have a problem installing gcclib.
I've done the research on the good old www but it's like looking for a needle in a hay stack.
If anybody could help it would be appreciated.
Here is my problem. After building a cross compiler for i586-elf ,as the article explains, I have a problem installing gcclib.
Code: Select all
make[1]: Entering directory `/usr/src/gcc-4.7.1/i586-elf/libgcc'
Makefile:161: ../.././gcc/libgcc.mvars: No such file or directory
make[1]: *** No rule to make target `../.././gcc/libgcc.mvars'. Stop.
make[1]: Leaving directory `/usr/src/gcc-4.7.1/i586-elf/libgcc'
make: *** [all-target-libgcc] Error 2
If anybody could help it would be appreciated.