Even more silly questions...

Scott Newell newell at cei.net
Tue Dec 23 20:25:11 UTC 2003


Now that I've gotten a bsp built (enabled a single bsp, and that seemed to
get me past the build_alias crap mentioned previously), I'm running into
more dumb questions...



http://www.rtems.org/onlinedocs/releases/rtemsdocs-4.6.0pre5/share/rtems/ht
ml/started/started00059.html
mentions using <INSTALL_POINT>, as in

../rtems-4.6.0pre5/configure --target=<TARGET_CONFIGURATION> \
    --disable-posix --disable-networking --disable-cxx \
    --enable-rtemsbsp=<BOARD_SUPPORT_PACKAGE>\
    --prefix=<INSTALL_POINT>
    
For me, this was --prefix=/cygdrive/e/opt/rtems and --target=m68k-rtems


Now, page forward to
http://www.rtems.org/onlinedocs/releases/rtemsdocs-4.6.0pre5/share/rtems/htm
l/started/started00061.html

This page refers to:
	export RTEMS_MAKEFILE_PATH=<INSTALLATION_POINT>/<BOARD_SUPPORT_PACKAGE>    
	
What's <INSTALLATION_POINT>?  Same as <INSTALL_POINT>?

In my case, the bsp files seemed to end up in
/cygdrive/e/opt/rtems/m68k-rtems/efi332, not /cygdrive/e/opt/rtems/efi332

So, what should RTEMS_MAKEFILE_PATH be set to?

Option 1: <INSTALL_POINT>/<TARGET_CONFIGURATION>/<BOARD_SUPPORT_PACKAGE>

Option 2: <INSTALL_POINT>/BOARD_SUPPORT_PACKAGE>

Option 3: <INSTALLATION_POINT>/<BOARD_SUPPORT_PACKAGE>


newell




More information about the users mailing list