[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Compilation issues under i386 for i386.
- Date: Sat, 26 May 2007 10:22:09 +1000
- From: chrisj at rtems.org (Chris Johns)
- Subject: Compilation issues under i386 for i386.
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