chipKIT® Development Platform

Inspired by Arduino™

Uno32 and Xcode?

Created Fri, 05 Aug 2011 08:02:41 +0000 by avenue33


avenue33

Fri, 05 Aug 2011 08:02:41 +0000

Hi!

Has anyone tried programming the Uno32 with the Xcode IDE with the appropriate tool-chain :?:


svofski

Fri, 05 Aug 2011 11:03:16 +0000

Appropriate no, Xcode no, but from a command line and with Makefiles yes, all of the time. It works, why wouldn't it.


jgetto

Fri, 05 Aug 2011 16:05:55 +0000

You can set the "Use External Editor" setting in MPIDE under the preferences menu. That lets you use any IDE you want as an editor (I use Eclipse with CDT) and then use MPIDE to build and upload.


avenue33

Fri, 04 Nov 2011 18:05:28 +0000

Hi!

Please find on this :arrow: GitHub repository a Xcode 4 project for chipKIT UNO32.

  • Xcode 4 on Mac OS X.7
  • MPIDE 0022 based on Arduino IDE 0022

I tested it successfully with the Arduino UNO and the chipKIT UNO32 platforms.

The Xcode 3 template is no longer valid because Xcode 4 has changed everything about the templates.

I'd greatly appreciate some help on Xcode 4 about templates and libraries linking.