p3p / pio-nxplpc-arduino-lpc176x

Apache License 2.0
4 stars 13 forks source link

Error: Detected unknown package 'framework-arduino-lpc176x' #1

Closed ghost closed 5 years ago

ghost commented 5 years ago

Processing LPC1768 (platform: https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/master.zip; board: nxp_lpc1768; framework: arduino)

PackageManager: Installing framework-arduino-lpc176x @ >=0.0.2

Error: Detected unknown package 'framework-arduino-lpc176x'

Board name: BOARD_MKS_SBASE Build type: build Environment used: LPC1768

p3p commented 5 years ago

Looks like your installation of platformio is having a bad day, could you delete the platformio cache folder .platformio (in your user folder on windows) and try again. Removing .pioenvs and .piolibdeps from the Marlin folder could also help give it a fresh start.

ghost commented 5 years ago

thanks, I am giving it a try Update: just tried with the same result :-(

p3p commented 5 years ago

Can you make sure platformio is upto date, I've just tested clean installs on windows and linux and it works as expected so currently I have to assume it's something wrong at your end, I'm just not sure what could be causing it.

ghost commented 5 years ago

thanks, I will give it another try this afternoon, thanks for the effort

edit: it compiles now, I suspect my pfsense blocked something.

p3p commented 5 years ago

ah good, glad you got it sorted, remember to close issues when they are fixed.