Which Legacy Arduino IDE will chipKIT-core work with? #485
Replies: 5 comments 7 replies
-
This is a known problem (and one we discussed in a meeting earlier today as it happens). It's simply that the compiler isn't packaged in quite the right way for the newer IDEs (and for Since I use It should work out of the box with any 1.x IDE later than (IIRC) 1.6.2, or you can use my patched version to use 2.x or |
Beta Was this translation helpful? Give feedback.
-
I use it with 1.8.19 without issue. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your replies. Compiling core... Compilation error: exit status 255` There is nothing being written to the I will look up "Exit Status 255" Where can I find information on setting up and using the arduino-cli? I'd like to learn how to use it for tracking down this problem. Thanks. David. |
Beta Was this translation helpful? Give feedback.
-
How can the compiler be invoked directly from the command line for the chipKIT? Where is the executable for the compiler located so that I can put it into my system path (if it's not already there)? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Did you download the IDE from the Arduino website, or install it from the Windows App Store? I have seen problems in the past with the Windows App Store version that look similar to this, although that was a long time ago and I have no idea if they still persist. The compiler is as stated in your output above: |
Beta Was this translation helpful? Give feedback.
-
I've tried to use chipKIT-core with Arduino IDE 2.04, and I get the error: Failed to install platform: chipKIT:pic32.
Error: 13 INTERNAL: Cannot install tool chipKIT:[email protected]: searching package root dir: no unique root dir in archive, found 'C:\Users\david\AppData\Local\Arduino15\tmp\package-2749070939\bin' and 'C:\Users\david\AppData\Local\Arduino15\tmp\package-2749070939\lib'
Apparently the latest IDE is too strict and the chipKIT-core will NOT work with the latest IDE. Which LEGACY VERSION of the Arduino IDE will chipKIT-core work with? I have a chipKIT uC32 and a Uno32 board that I'd like to make use of. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions