Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   C/C++ (http://www.chiefdelphi.com/forums/forumdisplay.php?f=183)
-   -   Alternate Development Tools (http://www.chiefdelphi.com/forums/showthread.php?t=100366)

arthurlockman 16-01-2012 12:48

Alternate Development Tools
 
We all know that WindRiver is, well, awful. A lot of the time, it just doesn't work. My question is simple: Does anyone use anything else for development and deployment? I'd love to use TextMate or XCode or something else to develop with. Does anyone have any other solutions? I'd love to hear them!
-Arthur

enrique 16-01-2012 13:43

Re: Alternate Development Tools
 
I find winriver to be good actually. winriver is actually eclipse in a branded package. If you can find out the command line parameters to compile in winriver then I guess you can use anything and upload the .out file via ftp.

rbmj 16-01-2012 17:39

Re: Alternate Development Tools
 
UCPP is an awesome project. It integrates especially well on unix-like OSes (on windows it requires cygwin or msysgit and windriver).

https://github.com/nikitakit/ucpp

Set it up:

$ ucpp setup -t XXYY

This way, just do this:

$ mkdir code
$ cd code
$ ucpp init
//add files, make changes, etc.
$ ucpp configure
$ make
$ make deploy

enrique 16-01-2012 17:50

Re: Alternate Development Tools
 
Quote:

Originally Posted by rbmj (Post 1107094)
UCPP is an awesome project. It integrates especially well on unix-like OSes (on windows it requires cygwin or msysgit and windriver).

https://github.com/nikitakit/ucpp

Set it up:

$ ucpp setup -t XXYY

This way, just do this:

$ mkdir code
$ cd code
$ ucpp init
//add files, make changes, etc.
$ ucpp configure
$ make
$ make deploy

That's cool, I had no idea there was linux tools for frc.


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

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