Seano wrote:
> Dave, your solution does fix that problem, so thank you.
>
> $ CC=arm-unknown-linux-gnu ./configure --build=i386-linux
> --host=arm-unknown-li
> nux-gnu
> --prefix=/opt/crosstool/arm-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2 /arm
> -unknown-linux-gnu
> checking build system type... i386-pc-linux-gnu
> checking host system type... arm-unknown-linux-gnu
> checking target system type... arm-unknown-linux-gnu
> checking for arm-unknown-linux-gnu-gcc... arm-unknown-linux-gnu
> checking for C compiler default output... configure: error: C compiler
> cannot cr
> eate executables
> See `config.log' for more details.
>
> Current problem is the 'cannot create executables'
This might just indicate that the configure script tried to
execute the program on the build machine, and found that
it 'cannot create executables' for the *host*.
And look ....
> checking build system type... i386-pc-linux-gnu
> checking host system type... arm-unknown-linux-gnu
I think 'host' is wrong ... look in Kegel's notes
(the crosstool.html document) for Canadian cross. I
think that explains build vs host vs target.
I think in your case build and host should be the same.
Send me a link to the TS document you are working from and
I'll take a shot at building the code too. Perhaps a different
set of eyes will help.
Cheers
Dave
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|