chipKIT® Development Platform

Inspired by Arduino™

developing in eclipse for chipkit

Created Mon, 23 May 2011 21:28:39 +0000 by somatt


somatt

Mon, 23 May 2011 21:28:39 +0000

is this possible? (y/n) if (y) then how? follow normal arduino eclipse instructions and copy core and text files? If so please elaborate on which files and where to copy to/from.
thanks, matt


Mark

Tue, 24 May 2011 01:51:04 +0000

Yes, this will be completely possible. It is gcc, you can find the gcc compiler in the compilers folder inside of hardware. Just point eclipse to it. I do not know how to set up eclipse but I know it can be done.

I used the gcc compiler with make quite extensively in getting this project going.

Mark


ricklon

Tue, 24 May 2011 02:27:22 +0000

It's possible, and it's a similar process to that of what you would need to do for Arduino. But it's not been done yet.


jasonk

Tue, 24 May 2011 16:27:35 +0000

Keep in mind that you won't be able to use Eclipse for debugging, but you can certainly use it to edit and build your source code.