configure: error: Missing RTEMS_BSP

Joel Sherrill joel.sherrill at oarcorp.com
Wed Feb 7 19:38:08 UTC 2007


Amalaye Oyake wrote:
> I am trying to build and run the POSIX tests ... and I am getting a
> configuration errors. How do I set RTEMS_BSP or build POSIX tests?
>
>   

configure from the top of the tree and build in a separate object 
directory. RTEMS
should NOT be built in the source tree.

The target is i386-rtems4.[678] NOT the BSP.

mkdir b-bsp
cd b-bsp
../rtems/configure --target=i386-rtems4.7 --enable-rtemsbsp=pc386 \
--enable-tests --enable-posix
make

tests should magically appear after some building.

--joel
> ------------
>
> ~/RTEMS/rtems-4.6.99.3/testsuites/psxtests$ ./configure
> --enable-rtemsbsp=i386-rtems
>
> checking for gmake... no
> checking for make... make
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnu
> checking rtems target cpu... x86_64
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether to enable maintainer-specific portions of Makefiles... no
> checking for RTEMS_BSP... configure: error: Missing RTEMS_BSP
>
> Regards,
> * Amalaye Oyake                                    *
> * Flight Software Applications & Data Product Mgmt */\
> * 818.393.7168 work   818.653.4748 cell            *||
> * Jet Propulsion Laboratory, Pasadena  CA 91109   */||\
>
> @@@ personal opinions expressed represent only the views of the author @@@
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.com
> http://rtems.rtems.org/mailman/listinfo/rtems-users
>   




More information about the users mailing list