View Single Post
  #1   Spotlight this post!  
Unread 12-01-2011, 16:42
krudeboy51's Avatar
krudeboy51 krudeboy51 is offline
Only Programmer
AKA: kory
FRC #0369 (369)
Team Role: Programmer
 
Join Date: Mar 2010
Rookie Year: 2010
Location: brooklyn
Posts: 151
krudeboy51 is a glorious beacon of lightkrudeboy51 is a glorious beacon of lightkrudeboy51 is a glorious beacon of lightkrudeboy51 is a glorious beacon of lightkrudeboy51 is a glorious beacon of light
Send a message via AIM to krudeboy51
Robot code build problem

I`m making a new practice code for a model electronic board for this years robot. I started the code using the default robot code in the examples. My problem is that every time I build the project this messege would show up in the build console:
Quote:
Build Started in Project 'DefaultRobot': 2011-01-12 16:49:28
Generation of makefiles started.
Folder "/OriginalDefaultCode" used in build target "OriginalDefaultCode" not found.
Build Finished in Project 'DefaultRobot': 2011-01-12 16:49:28 (Elapsed Time: 00:00)
I was wondering could it possibly be a bug or something also when it does build, it never shows any error for instance if i put myRobot->turnon it wont show any error, its just going to show:
Quote:
Build Started in Project 'DefaultRobot': 2011-01-12 22:43:48
Generation of makefiles started.
Generation of makefiles finished (Elapsed Time: 00:00).
Platform: Wind River VxWorks 6.3
Command: make --no-print-directory BUILD_SPEC=PPC603gnu DEBUG_MODE=1 TRACE=1
Working Directory: C:/WindRiver/workspace/DefaultRobot/PPC603gnu
make: built targets of C:/WindRiver/workspace/DefaultRobot/PPC603gnu
Build Finished in Project 'DefaultRobot': 2011-01-12 22:43:49 (Elapsed Time: 00:00)
Can any one please give me some assistance with fixing this problem?

Last edited by krudeboy51 : 12-01-2011 at 22:49.
Reply With Quote