Created Tue, 06 Aug 2013 23:58:01 +0000 by megaionstorm
Tue, 06 Aug 2013 23:58:01 +0000
How must i copy the files from the chipkit-core-master.zip file into the arduino ide to get the things work ?
I have copy them into the arduino-1.5.2 ide folder but it don't work.
The selected board is the UNO32.
cc1plus.exe: error: invalid option argument '-O2::-c::-mno-smart-io::-w::-fno-exceptions::-ffunction-sections::-fdata-sections::-G1024::-g::-mdebugger::-Wcast-align::-fno-short-double' sketch_aug07a.cpp:1: error: bad value (32MX320F128H) for -mcpu= switch
Wed, 07 Aug 2013 08:20:34 +0000
I'm not sure if it has ever been able to work with 1.5.x has it? Personally I'd use UECIDE, but then it's my project, so I'm somewhat biased :P
Wed, 16 Oct 2013 22:48:53 +0000
It can be done. I did it a year ago. It isn't particularly easy and you have to wrap some of the utilities in scripts to alter a few parameters See this thread: [url]http://www.chipkit.org/forum/viewtopic.php?f=6&t=1877[/url]
Now what I did isn't really get Arduino 1.5x running on chipKIT but rather make the chipKIT core buildable using the 1.5x IDE.
Getting the full 1.5x core and libraries fully up and running is a much larger task.
--- bill