View Single Post
  #1   Spotlight this post!  
Unread 13-01-2009, 19:50
ExarKun666's Avatar
ExarKun666 ExarKun666 is offline
Ben Error/MC Ben/NC Ben
AKA: Ben Kellogg
FRC #2429 (LCEC)
Team Role: Programmer
 
Join Date: Dec 2007
Rookie Year: 2008
Location: La Caņada, CA
Posts: 208
ExarKun666 is an unknown quantity at this point
Send a message via AIM to ExarKun666 Send a message via MSN to ExarKun666 Send a message via Yahoo to ExarKun666
WindRiver Errors

I compiled the layout given here:

Code:
#include "WPILib.h"
class RobotDemo : public SimpleRobot 
{ 
	RobotDemo(void) 
	{ 
		// put initialization code here 
	} 
	void Autonomous(void) 
	{ 
		// put autonomous code here 
	} 
	void OperatorControl(void)
	{ 
	 	// put operator control code here 
	} 
	}; 
START_ROBOT_CLASS(RobotDemo);
and I am getting the following error:
Code:
C:\DOCUME~1\LCHS\LOCALS~1\Temp\make2565.sh: gcc: command not found
C:\WindRiver\workbench-3.0\x86-win32\bin\make.exe: *** [09_2429_v1/Debug/Objects/09_2429_v1/h/tool/common/defs.o] Error 127
Build Failed in Project '09_2429_v1' (Process Exit Value was 2):   2009-01-13 16:31:42   (Elapsed Time: 00:03)
What do I need to do to fix this, I dragged in the h folder and lib from the target folder, but its still not working, any suggestions?
__________________
Ben Kellogg




Team Sites: [LCEC Site] [FRC/FLL Site] [LCEC Blog]
Reply With Quote