Compilation issues under i386 for i386.
Chris Johns
chrisj at rtems.org
Sat May 26 00:22:09 UTC 2007
Jean Gabriel Gonzalez wrote:
>
> # /root/Desktop/rtems-4.7.1/configure --target=i386
> --enable-rtemsbsp=pc386 --prefix=/opt/rtems-4.7/bin
>
I think this should be:
# /root/Desktop/rtems-4.7.1/configure --target=i386-rtems4.7 \
--enable-rtemsbsp=pc386 --prefix=/opt/rtems-4.7/bin
That is '--target=i386' is not the same as '--target=i386-rtems4.7'.
I would not recommend the prefix '/opt/rtems-4.7/bin' as this will create
everything under this path so you will have '/opt/rtems-4.7/bin/bin' which
does not make sense. The prefix is the top of the installed tree. The default
for rtems4.7 is '/opt/rtems-4.7'.
Regards
Chris
More information about the users
mailing list