Hey Sean
> So in the bottom of step four is the Modutils install. I got the file,
> untar it, and run the ./configure as shown. That appears to work fine,
> output below:
>
> $ ./configure --build=i386-linux --host=arm-linux
> --prefix=/opt/crosstool/arm-
> nknown-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-linux-gcc... no
> checking for gcc... gcc
Er, I would be concerned about the fact that it checked for
arm-linux-gcc and did *not* find it.
Perhaps try with --host=arm-unknown-linux-gnu-
It looks like it just post-fixes gcc to the host argument.
I haven't played with autotools for cross-compilation
so I can't be sure thats the correct fix. However,
give it a shot.
If you want to read more about autotools (which is where
configure comes from) google for the 'goat book'.
http://sourceware.org/autobook/
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/
|