View Single Post
  #2   Spotlight this post!  
Unread 14-04-2010, 19:49
masoug's Avatar
masoug masoug is offline
Food Consumer
FRC #0114
Team Role: Programmer
 
Join Date: Jan 2010
Rookie Year: 2009
Location: Planet Earth
Posts: 78
masoug is an unknown quantity at this point
Exclamation Wind River Compiling Problem

Hi,
While I was compiling a project on WindRiver, I saw this error message on the build console:
Quote:
Build Started in Project 'IterativeDemo': 2010-04-14 16:12:52
Generation of makefiles started.
Generation of makefiles finished (Elapsed Time: 00:00).
Platform: Wind River Workbench 3.0
Command: make --no-print-directory BUILD_SPEC=PPC603gnu DEBUG_MODE=1 TRACE=1
Working Directory: F:/Workspace/IterativeDemo/PPC603gnu

if [ ! -d "`dirname "IterativeDemo_partialImage/Debug/Objects/IterativeDemo/IterativeDemo.o"`" ]; then mkdir -p "`dirname "IterativeDemo_partialImage/Debug/Objects/IterativeDemo/IterativeDemo.o"`"; fi;echo "building IterativeDemo_partialImage/Debug/Objects/IterativeDemo/IterativeDemo.o"; ccppc -g -mcpu=603 -mstrict-align -mno-implicit-fp -ansi -Wall -MD -MP -I/target/h/WPILib -I/target/h -I/target/h/wrn/coreip -DCPU=PPC603 -DTOOL_FAMILY=gnu -DTOOL=gnu -D_WRS_KERNEL -o "IterativeDemo_partialImage/Debug/Objects/IterativeDemo/IterativeDemo.o" -c "F:/Workspace/IterativeDemo/IterativeDemo.cpp"
building IterativeDemo_partialImage/Debug/Objects/IterativeDemo/IterativeDemo.o
F:\DOCUME~1\User\LOCALS~1\Temp\make33685.sh: ccppc: command not found
F:\WindRiver\workbench-3.0\x86-win32\bin\make.exe: *** [IterativeDemo_partialImage/Debug/Objects/IterativeDemo/IterativeDemo.o] Error 127
Build Failed in Project 'IterativeDemo' (Process Exit Value was 2): 2010-04-14 16:12:53 (Elapsed Time: 00:01)
Did anyone else encounter something similar?
I think it has something to do with the environmental "PATH" variable.

THANKS!!!

-Masoug
__________________

JabbaScript
Reply With Quote