BSP build questions

Michael P. Collins on korat mcollins at hawkeye.sps.mot.com
Thu Sep 14 18:02:04 UTC 2000


  I build two variants of my BSP.  One is targeted at ROM and resides
in an onboard 128K EPROM space.  The other is configured to reside in
the 896k of RAM not used by the ROM version.  I have the capability to
download using the ROM BSP, so I can test changes without having to
reporgram EPROMs.  The two BSPs are identical except for their names
and the contents of "startup/linkcmds".

  My question today concerns the test suites which are built along
of the BSP.  There isn't enough room in 128k for the paranoia tests.
In the corresponding "Makefile.am", this test and base_mp are referenced
using variables when SUBDIRS is set.  In "user.cfg", ENABLE_RTEMS_MP
is set to no, and this appears to prevent the multiprocssor tests from
being built.  Is there a comparable way to disable the floating point
tests for my ROM-based BSP?

  To confirm that everything else is working, I've run bit_rtems
to completion by changing the ROM size descriptors, but I'd like to
be able to build everything from a fresh install without the need
to fiddle with either linkcmds or the files in the tests directory.

					-- MC --



More information about the users mailing list