Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   C/C++ (http://www.chiefdelphi.com/forums/forumdisplay.php?f=183)
-   -   Different IDE (http://www.chiefdelphi.com/forums/showthread.php?t=107123)

2185Bilal 06-28-2012 10:38 PM

Different IDE
 
Can you program and compile the frc robot code in another IDE except for Windriver, may be like eclipse

BigJ 06-29-2012 09:08 AM

Re: Different IDE
 
Quote:

Originally Posted by 2185Bilal (Post 1175766)
Can you program and compile the frc robot code in another IDE except for Windriver, may be like eclipse

Windriver is actually a proprietary offshoot of Eclipse. If you switch to Java, Netbeans has all the FRC tools built into the special plugins you install (And if you really want to you can probably finagle a workspace in Eclipse to give proper compile errors for Java ME + WPILib java code until you want to deploy.)

Andrew Schreiber 06-29-2012 09:43 AM

Re: Different IDE
 
I currently use my text editor of choice (I'm partial to TextMate but Chocolat is starting to replace it) and a UCPP make file. I then simply ftp the code to the robot.

So, yes, you can. It just requires a little more set up time. I'm currently looking into using the alternative toolchain that uses GCC and DOESN'T require me to have Wine installed. If I can get that working it'll be the last step before I can dump the build process off to a remote machine that pulls from a git repo.

arthurlockman 08-15-2012 10:53 AM

Re: Different IDE
 
I've gotten building and uploading working in Sublime Text 2. I've actually made a little build script that relies on UCPP. Here it is, try it out. It might do what you want.

David Brinza 08-15-2012 12:26 PM

Re: Different IDE
 
Check out this thread: Universal C++ Project - C++ programming for Linux, and more.

Team 980 is using the environment developed by nikitakit. Loading code is much faster than in WindRiver's environment.


All times are GMT -5. The time now is 10:28 AM.

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