Error trying to compile Marlin 2.0 for SKR 1.3

Hello, I’m stuck trying to compile Marlin 2.0, and I don’t know what to do.
As soon as I try to compile, Atom give’s me this error:

PackageManager: Installing framework-arduino-lpc176x @ >=0.2.2
Error: Detected unknown package ‘framework-arduino-lpc176x’

Thank you!

From what repository have you downloaded marlin? What environment have you selected in the platformio.ini? What operating system are you running? What’s the PIO core version (pio --version)?

Hi!
I have downloaded Marlin from the official website: Download | Marlin Firmware
I have selected LPC1768 as the default enviorment.
My laptop is running Windows 10 and the PIO core version is 4.1.0

Not reproducable for me. Running gives

C:\Users\Maxi\Downloads\Marlin-bugfix-2.0.x>pio run
Processing LPC1768 (platform: https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/0.1.2.zip; framework: arduino; board: nxp_lpc1768)
-----------------------------------------------------------------------------------------------------------------------
PlatformManager: Installing 0.1.2
Downloading...
Unpacking  [####################################]  100%
nxplpc-arduino-lpc176x @ 0.1.1 has been successfully installed!
The platform 'https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/0.1.2.zip' has been successfully installed!
The rest of packages will be installed automatically depending on your build environment.
PackageManager: Installing framework-arduino-lpc176x @ >=0.2.2
Downloading...
Unpacking  [####################################]  100%
framework-arduino-lpc176x @ 0.2.2 has been successfully installed!
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/nxplpc-arduino-lpc176x/nxp_lpc1768.html
PLATFORM: NXP Arduino LPC176x 0.1.1 > NXP LPC1768
HARDWARE: LPC1768 100MHz, 31.97KB RAM, 464KB Flash
DEBUG: Current (cmsis-dap) On-board (cmsis-dap) External (blackmagic, jlink)
PACKAGES: framework-arduino-lpc176x 0.2.2, toolchain-gccarmnoneeabi 1.80201.190214 (8.2.1)
Converting Marlin.ino
LDF: Library Dependency Finder -> http://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ off, Compatibility ~ strict
LibraryManager: Installing U8glib-HAL
Downloading  [####################################]  100%
Unpacking  [####################################]  100%

Do you have access to the URL https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/0.1.2.zip and GitHub - p3p/pio-nxplpc-arduino-lpc176x? Any firewalls?

1 Like

I’ve connected the laptop to my cellphone wifi and now it works.

Thank you!