Setting up GCC Cross Compiler
Posted: Sat Mar 28, 2009 11:08 am
Hello,
I'm trying to set up a cross compoiler in cygwin using the gcc cross compiler tutorial.
In the first step we refer to /usr/cross. What is this directory, what is suppose to be in there.
"export PREFIX=/usr/cross"
When I try the first thing, configure the binutil all checking return "no", as in :
checking wether the c compiler (gcc ) is a cross-compiler... no
...
checking for i586-elf-ar... no
when i look at my path ($PATH), there is /usr/cross/bin : No such file or directory
I guess, I'm missing something.. any ideas ?
Sorry I'm not too familiar with the system coding. I'd just like to boot a kernel to try some algorithms of mine.
Thank you for your help.
I'm trying to set up a cross compoiler in cygwin using the gcc cross compiler tutorial.
In the first step we refer to /usr/cross. What is this directory, what is suppose to be in there.
"export PREFIX=/usr/cross"
When I try the first thing, configure the binutil all checking return "no", as in :
checking wether the c compiler (gcc ) is a cross-compiler... no
...
checking for i586-elf-ar... no
when i look at my path ($PATH), there is /usr/cross/bin : No such file or directory
I guess, I'm missing something.. any ideas ?
Sorry I'm not too familiar with the system coding. I'd just like to boot a kernel to try some algorithms of mine.
Thank you for your help.