p3p / pio-nxplpc-arduino-lpc176x

Apache License 2.0
4 stars 13 forks source link

Warning! More than one package has been found by toolchain-gccarmnoneeabi @ >=1.90000 requirements #8

Open ellensp opened 3 years ago

ellensp commented 3 years ago

Bug Description

A fresh (no cache in platformio) Build of marlin for LPC1768 gives the following warning:

Processing LPC1768 (platform: https://github.com/p3p/pio-nxplpc-arduino-lpc176x/archive/0.1.3.zip; board: nxp_lpc1768; framework: arduino)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Tool Manager: Installing toolchain-gccarmnoneeabi @ >=1.90000
Tool Manager: Warning! More than one package has been found by toolchain-gccarmnoneeabi @ >=1.90000 requirements:        
 - platformio/toolchain-gccarmnoneeabi @ 1.50401.210106
 - maxgerhardt/toolchain-gccarmnoneeabi @ 1.40903.0
Tool Manager: Please specify detailed REQUIREMENTS using package owner and version (showed above) to avoid name conflicts
Downloading  [####################################]  100%
Unpacking  [####################################]  100%
Tool Manager: toolchain-gccarmnoneeabi @ 1.90301.200702 has been installed!

Related

https://github.com/MarlinFirmware/Marlin/issues/21787