View Single Post
  #3   Spotlight this post!  
Unread 11-09-2010, 14:52
Radical Pi Radical Pi is offline
Putting the Jumper in the Bumper
AKA: Ian Thompson
FRC #0639 (Code Red Robotics)
Team Role: Programmer
 
Join Date: Jan 2010
Rookie Year: 2010
Location: New York
Posts: 655
Radical Pi has a spectacular aura aboutRadical Pi has a spectacular aura aboutRadical Pi has a spectacular aura about
Re: Programming with C++ from Linux

I'd re-think switching to C++ if you don't have Windows, but if you can't do it, there are ways to hack around it.

http://zone.ni.com/devzone/cda/tut/p/id/5694

^ is the instructions for building vxWorks kernel modules without Wind River. If you name the output file to FRC_UserProgram.out and add the WPILib.a binary to the makefile, it should build for FRC properly. You'll have to run the builder in Wine though.

Once the code is built, just ftp it to /ni-rt/system/
__________________

"To have no errors would be life without meaning. No strugle, no joy"
"A network is only as strong as it's weakest linksys"
Reply With Quote