View Single Post
  #2   Spotlight this post!  
Unread 08-02-2011, 03:33
jhersh jhersh is offline
National Instruments
AKA: Joe Hershberger
FRC #2468 (Appreciate)
Team Role: Mentor
 
Join Date: May 2008
Rookie Year: 1997
Location: Austin, TX
Posts: 1,006
jhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond reputejhersh has a reputation beyond repute
Re: Using Windriver to compile a normal program?

Quote:
Originally Posted by Deflect View Post
I'm somewhat rusty in C++, and want to test the flow of logic in some parts of my code. Is it possible to use Windriver to create a normal c++ program that I can test without a robot?
No. You should use something like DJGPP on Windows or gcc if you have a Linux machine.

-Joe
Reply With Quote