You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This year I switched my class to Pico Pi but I'm still using chipKIT and Arduino board for some early labs. I have also switched to Arduino IDE 2.x. Some students have experienced issues of the chipKIT core not installing in Arduino IDE and instead getting an error about not being able to find the root directory.
A workaround we have found is that if we install chipKIT-core using Arduino IDE 1.8.x then restarting the 2.x IDE that chipKIT core will work.
The text was updated successfully, but these errors were encountered:
chipKIT core not installing in Arduino IDE and instead getting an error about not being able to find the root directory.
It will be useful to provide the exact error message:
Installing chipKIT:[email protected]
Failed to install platform: 'chipKIT:pic32:2.1.0'.
Error: 13 INTERNAL: Cannot install tool chipKIT:[email protected]: searching package root dir: no unique root dir in archive, found '/Users/per/Library/Arduino15/tmp/package-10652322/bin' and '/Users/per/Library/Arduino15/tmp/package-10652322/lib'
The problem is that the archive doesn't have a root folder, which is specified as mandatory in the specification:
This year I switched my class to Pico Pi but I'm still using chipKIT and Arduino board for some early labs. I have also switched to Arduino IDE 2.x. Some students have experienced issues of the chipKIT core not installing in Arduino IDE and instead getting an error about not being able to find the root directory.
A workaround we have found is that if we install chipKIT-core using Arduino IDE 1.8.x then restarting the 2.x IDE that chipKIT core will work.
The text was updated successfully, but these errors were encountered: