4.5.0-beta2
James Housley
jim at thehousleys.net
Thu Apr 27 18:48:41 UTC 2000
Joel Sherrill wrote:
>
> Does user.cfg to point to the right
> version of RTEMS?
>
Yes. I had to make two change to make it work:
rtems-4.5.0-beta2/configure
--- configure.orig Thu Apr 27 14:40:16 2000
+++ configure Thu Apr 27 09:21:05 2000
@@ -1210,7 +1210,7 @@
# List all subdirectories to be compiled for the target here
-target_subdirs="c"
+target_subdirs="m68k-rtems/c"
rtems-4.5.0-beta2/c/src/make/configure
--- configure.orig Thu Apr 27 14:43:11 2000
+++ configure Thu Apr 27 09:21:20 2000
@@ -3413,7 +3413,7 @@
EOF
cat >> $CONFIG_STATUS <<\EOF
-make $RTEMS_BSP.cache
+gmake $RTEMS_BSP.cache
exit 0
EOF
chmod +x $CONFIG_STATUS
The last one probably should be changed to a ${MAKE} ???
Jim
--
The wise man built his network upon U*nx.
The foolish man built his network upon Windows.
More information about the users
mailing list