Skip to content

Instantly share code, notes, and snippets.

@vidavidorra
Last active April 16, 2016 09:47
Show Gist options
  • Save vidavidorra/1abef5528a155f7ec0d157b2eaba74c9 to your computer and use it in GitHub Desktop.
Save vidavidorra/1abef5528a155f7ec0d157b2eaba74c9 to your computer and use it in GitHub Desktop.

Installing and setting up CooCox CoIDE

  1. Download CoIDE (link)
  2. Install CoIDE
  3. Download the GCC ARM Embedded compiler (link)
  4. Install the GCC ARM Embedded compiler and select Launch gccvar.bat on finish
  5. Configure the compiler
  • Open CoIDE
  • Project > Select Toolchain Path
  • Browse and find the installed GCC ARM Embedded compiler (C:\Program Files (x86)\GNU Tools ARM Embedded\5.3 2016q1\bin)
  • Hit the OK button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment