![]() |
Different IDE
Can you program and compile the frc robot code in another IDE except for Windriver, may be like eclipse
|
Re: Different IDE
Quote:
|
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. |
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.
|
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