I think I figured out at least the first part. Assuming that your WindRiver install is located at C:\WindRiver and your project is located in C:\WindRiver\workspace\SimpleTemplate, you need to...
- Add the following to your path (to compile, you need to use gnu make, bash, and other assorted linux console utilities. The following directories contains Windows versions of those)
- C:\WindRiver\gnu\3.4.4-vxworks-6.3\x86-win32\bin
- C:\WindRiver\utilities-1.0\x86-win32\bin
- C:\WindRiver\setup\x86-win32\bin
- cd to C:\WindRiver\workspace\SimpleTemplate\PPC603gnu
- Type
Code:
set WIND_BASE=C:\WindRiver\vxworks-6.3
- Run the following command:
Code:
make --no-print-directory BUILD_SPEC=PPC603gnu DEBUG_MODE=1 TRACE=1
I'm still uncertain about the second part though.