Development enviroments orther than MPLAB

It took me all of five minutes to decide that there is no way I would use the MPLAB IDE to program the robot this year. Every part of it made me angry (especialy the ultra-long load times on my crappy old notebook), so I started using gVim + cygwin + make.
What are other people using to program it?

wine+mcc18+makefile+ifi_picloader

works way better than MPLAB since I can use vim or kate or whatever else I want, and the cli bootloader feels less clumsy than ifi’s loader.

i would do something else, but im too lazy

horray for vim, the true “programmer’s text editor”

cheers Yup! Nothing like it.
(you know youve been coding with vim too long when you start hitting j and k when your on the web… Thank heaven FireFox knows to start searching when you hit /)

no, you know you’ve been using vim to long when you start typing :w for no reason at all into your word documents at school… :wink:

Actually, I find vim scary. :wink:

My team used MPLAB + Windows since I was the only one with Linux on their machine. Plus, I didn’t find out until later that others got the IFI_Loader to work with WINE with no major problems.

afaik, the ifi loader still doesn’t work through wine. A new one was coded from scratch to do the job.

Same thing. :wink:

I used the MPLAB IDE with windows cuz I was way to lazy to use anything else, I mean most of my code is just the default; My team was kinda picky about having it working b4 we shipped;

The bot barely worked when we shipped. And the code was screwed up so badly that the controller gave us a red-green. (RGOD!) Or an infinate loop.

:ahh: Thats nothing all our robot did when we shipped it was spin in a circle. cuz the stupid build team put one of the fricking moters in backwards. I think that when we get there i can download a code that works but we will literally be testing it on our bot for the first time then. If anything goes wrong i am sure that all you programers out there know that it is me who will be blamed for screwing it up, even though if the builders whould have put it in right it would not have been a problem. :ahh:

Our situation is sort of weird. I definitely like where we went with the robot and if it turns out correctly, look out for Miss Daisy. We didn’t make too many modications to the code, not enough to warrant switching from Windows or anything. The problem is that our code hadn’t been tested with the robot at all before we shipped. But we have some good programmers and I think that we will definitely turn out okay. See ya at Chesapeake.

Wow, I didn’t realize how many teams actually had code that didn’t work at ship. :ahh: This is my first year competing. :slight_smile:

Surprisingly, even though we are rookies, we still got all our OI code tested and our main automous mode. :stuck_out_tongue:

Vim? Fwah.

I used vi (not vim) and make. Not GNU make either. Microsoft NMAKE.

If I had access to a Mac, I would use Subethaedit, but I don’t. If somebody were to port Subethaedit to Windows, I would regard them in the ranks of Cerf.

I voted for MPLAB, but I just did MSC++ .NET, and I’m really happy. :smiley: Now that’s an IDE.

Microsoft?!?!? :ahh:

As my old signature used to say, “I’m not anti-Microsoft, I’m just pro-quality.” :slight_smile:

Yeah, MSC++ .NET is great (surprisingly, a good Microsoft product). The only reason I didn’t use it is MPLAB allowed quick access to the compiler, while MSC++ .NET isn’t custimizable for that sort of thing. Next year I’m going to find something better for our controls team to use. :slight_smile:

GVim/Vim + Cygwin + IDE for compilation. Don’t have access to a linux computer other than at home for programming, and too lazy to figure out how to use MCC’s command line.

Compared with the general rabble, Microsoft almost caters to developers.

Its too bad that only 3 voted for linux…Most of my team is affraid of it, including the other programmer, so im stuck using windows at the competitions…