tomatopi Tux's lil' helper
Joined: 18 Sep 2005 Posts: 130 Location: Ottawa
|
Posted: Fri Oct 10, 2008 12:54 pm Post subject: Crossdev and GCC |
|
|
I'm confused about something. I created a crossdev toolchain using:
Code: | crossdev -t -S armeb-softfloat-linux-uclibc |
I end up with a cross-home directory of /usr/arm-unknown-linux-uclibc and a gcc of arm-unknown-linux-uclibc-gcc. If I set up my CHOST as "armeb-softfloat-linux-uclibc" gcc complains it's can run/locate armeb-softfloat-linux-uclibc-gcc. If I set the CHOST to just "arm-unknown-linux-uclibc" it does compile.
Am I missing something someplace? Shouldn't I be using the same CHOST as my crossdev target?
Thanks |
|