Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   C/C++ (http://www.chiefdelphi.com/forums/forumdisplay.php?f=183)
-   -   Using Windriver to compile a normal program? (http://www.chiefdelphi.com/forums/showthread.php?t=91100)

Deflect 06-02-2011 17:50

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?

jhersh 08-02-2011 03:33

Re: Using Windriver to compile a normal program?
 
Quote:

Originally Posted by Deflect (Post 1017022)
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

Re: Using Windriver to compile a normal program?
 
Quote:

Originally Posted by jhersh (Post 1018248)
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)

Ether 08-02-2011 09:35

Re: Using Windriver to compile a normal program?
 
Quote:

Originally Posted by jhersh (Post 1018248)
You should use something like DJGPP on Windows

OpenWatcom

Borland C++ 5.5

MS Visual Studio 2010 Express

Cygwin


all free



Deflect 08-02-2011 14:43

Re: Using Windriver to compile a normal program?
 
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

Re: Using Windriver to compile a normal program?
 
Quote:

Originally Posted by Ether (Post 1018332)

^ /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

Re: Using Windriver to compile a normal program?
 
Quote:

Originally Posted by basicxman (Post 1021374)
^ /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

Re: Using Windriver to compile a normal program?
 
Quote:

Originally Posted by PatrickS (Post 1021654)
I find developing on Linux much easier. Got to love gcc and Vim :p

Vimmmmmmmmmmmmmmmmmmmmmmmm. <geeks-out>

mandrews281 12-02-2011 22:54

Re: Using Windriver to compile a normal program?
 
Vim? :ahh:

Said in my best Homer Simpson "donut" impression:
emacs <ahhhhhhhh>

Let the flame wares begin. :D

basicxman 12-02-2011 22:54

Re: Using Windriver to compile a normal program?
 
Quote:

Originally Posted by mandrews281 (Post 1021783)
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

Re: Using Windriver to compile a normal program?
 
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

Re: Using Windriver to compile a normal program?
 
Quote:

Originally Posted by Robototes2412 (Post 1022189)
mandrews281 and basicxman: Why use those when you have nano, gedit, and the butterfly?

You're kidding right? D:


All times are GMT -5. The time now is 12:36.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi