# # $Id$ # The Makefile.anybsp can be used to compile and link an executable for most BSPs. Some BSPs require extra transformation in order to download and those may require their own Makefile (e.g. pc386). The following is an example of how to build this test: export RTEMS_MAKEFILE_PATH=/home/joel/rtems-4.8-work/bsp-install/CPU-rtems4.8/BSP/ make -f Makefile.anybsp clean all This procedure has been used on the following BSPs: arm/edb7312 bfin/eZKit533 m68k/mcf5206elite mips/jmr3904 powerpc/gen5200 powerpc/psim sparc/erc32 sparc/leon2 sparc/leon3 sparc/sis For the i386/pc386 BSP, you need to use the other Makefile.pc386 similar to the following: export RTEMS_MAKEFILE_PATH=/home/joel/rtems-4.8-work/bsp-install/i386-rtems4.8/pc386/ make -f Makefile.pc386 clean all