View Full Version : Using Windriver to compile a normal program?
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?
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
davidalln
08-02-2011, 09:29
No. You should use something like DJGPP on Windows or gcc if you have a Linux machine.
-Joe
Or, if you're rusty in C++ and want a full IDE to practice, try Code::Blocks or Dev C++. They are very simple to work with.
(both of these programs by default use gcc as a compiler I believe, but they provide a much friendlier interface)
You should use something like DJGPP on Windows
OpenWatcom (http://openwatcom.org/index.php/Main_Page)
Borland C++ 5.5 (https://downloads.embarcadero.com/item/24778)
MS Visual Studio 2010 Express (http://www.microsoft.com/express/Downloads/)
Cygwin (http://www.cygwin.com/)
all free
Aw, it kind of sucks that Windriver isn't multipurpose, but then again, that's not really what it was designed for, I suppose.
Thanks for the suggestions - I'll try them out.
basicxman
12-02-2011, 14:25
Cygwin (http://www.cygwin.com/)
^ /basicxman approves of this message.
I prefer a Linux development environment, so an alternative option might be running a VM.
PatrickS
12-02-2011, 20:31
^ /basicxman approves of this message.
I prefer a Linux development environment, so an alternative option might be running a VM.
I find developing on Linux much easier. Got to love gcc and Vim :p
basicxman
12-02-2011, 22:42
I find developing on Linux much easier. Got to love gcc and Vim :p
Vimmmmmmmmmmmmmmmmmmmmmmmm. <geeks-out>
mandrews281
12-02-2011, 22:54
Vim? :ahh:
Said in my best Homer Simpson "donut" impression:
emacs <ahhhhhhhh>
Let the flame wares begin. :D
basicxman
12-02-2011, 22:54
Vim? :ahh:
Said in my best Homer Simpson "donut" impression:
emacs <ahhhhhhhh>
Let the flame wares begin. :D
Somebody needs to close this thread right now.
Robototes2412
13-02-2011, 17:56
OP: You can if you mess around with the makefile
mandrews281 and basicxman: Why use those when you have nano, gedit, and the butterfly?
basicxman
13-02-2011, 23:10
mandrews281 and basicxman: Why use those when you have nano, gedit, and the butterfly?
You're kidding right? D:
vBulletin® v3.6.4, Copyright ©2000-2017, Jelsoft Enterprises Ltd.