C compiler??
Hello all,
I am going to be on a FIRST Robotics team this year soon, and the microcontroller they are using is programmed in C. I have a book on how to program in C, but I need a compiler (and the book doesn't have any recommendations for a compiler when it covers what a compiler is). I've done Google searches and found many results, but I'd like to see the forum's opinions.
Thanks for the help,
Austin
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Austin Bowen,
Robo-freak.com
www.livesoundforum.com
"One must watch out for mechanics. They start out with a sewing machine, and end up with the atomic bomb" - A quote from someone that I saw on Addall.com
I am going to be on a FIRST Robotics team this year soon, and the microcontroller they are using is programmed in C. I have a book on how to program in C, but I need a compiler (and the book doesn't have any recommendations for a compiler when it covers what a compiler is). I've done Google searches and found many results, but I'd like to see the forum's opinions.
Thanks for the help,
Austin
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Austin Bowen,
Robo-freak.com
www.livesoundforum.com
"One must watch out for mechanics. They start out with a sewing machine, and end up with the atomic bomb" - A quote from someone that I saw on Addall.com
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Austin Bowen,
Robo-freak.com
www.livesoundforum.com
"One must watch out for mechanics. They start out with a sewing machine, and end up with the atomic bomb" - A quote from someone that I saw on Addall.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
There's nothing like a new idea and a warm soldering iron.
These folks sell a professional version, but there's a free student version and a free "standard" version. The student version
would be good for you to learn C and try out ideas.
I'm pretty sure it was Brad Miller at WPI that developed the RIO for FIRST.·They use Eclipse at WPI and I'll bet they'll be using it this year too. I'd recomend to check out this page http://users.wpi.edu/~bamiller/WPILib/·and send an email to Brad asking about Eclipse,·the RIO & C++.
I·like this version of eclipse·(unless B.M. may already have another plugin ready) http://wascana.sourceforge.net/··The only change I did with this version, was to set the PATH manually, instead of using the automatic find PATH feature.
"Undefined Extern name '_P1_EXISTS_' in module 'INTS_MOD'
What does that error mean, what is a module, and where might I find this 'ints_mod'? Yea newbie..