Workspaces & Tool Chains

It's all about the code!
Post Reply
jedediah_frey
contributor
contributor
Posts: 51
Joined: Tue Nov 05, 2013 1:43 pm

Workspaces & Tool Chains

Post by jedediah_frey »

I thought it might be good to have a thread with what everyone is using.

IDE: ChibiStudio
OS: Windows 7 x64.
Toolchain: Pre-built GNU toolchain from ARM Cortex-M & Cortex-R processors (Cortex-M0/M0+/M3/M4, Cortex-R4/R5/R7).

Once I get my workflow defined I'll post instructions. I have been using NotePad++ and that's it. I did add commands to the Makefile so that it would automatically download compile. Some people swear by IDEs so I'll try them but I've never used them in the past. (Beyond syntax highlighting).
Last edited by jedediah_frey on Tue Nov 19, 2013 10:32 pm, edited 1 time in total.
User avatar
AndreyB
Site Admin
Posts: 14327
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: Workspaces & Tool Chains

Post by AndreyB »

I am using Eclipse with the ARM plugin, but it's a bit of a pain to setup.

In SVN there is also a project for IAR - this one is commercial, but it should be fine if you want to get stuff compiled right away, the installation is much easier.
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
Post Reply