Bare BSP for MPC860 seems to be empty
Peer Stritzinger
pstrtems at gmx.net
Tue Jul 18 21:25:06 UTC 2000
I tried to build a bare BSP for MPC860 but it seems to be empty.
The only files contained in the "bare" subdirectory are these:
./bare
./bare/Makefile.inc
./bare/make
./bare/make/bsp.cfg
Is this supposed to be like this?
After adding these lines to bit_rtems:
--- bit_rtems~ Tue Jun 13 22:13:23 2000
+++ bit_rtems Thu Jun 15 02:42:30 2000
@@ -206,6 +206,11 @@
BARE_CFLAGS_ARG="-m60e"
;;
+ bare-mpc860)
+ BARE_MODEL_ARG=mpc860
+ BARE_CFLAGS_ARG="-mcpu=mpc860 -msoft-float"
+ ;;
+
# Unknown CPU family
*)
echo This script does not know how to build ${BSP_TO_TEST}
yet.
I just did:
./bit_rtems powerpc bare-mpc860
and got the "bare" directory with no inlclude files or librarys.
Thanks.
Peer Stritzinger
More information about the users
mailing list