Common build issues in platformio at present. June 27, 2020 12:53AM |
Admin Registered: 12 years ago Posts: 6,729 |
Marlin\src\HAL\STM32F1\dogm\../../../inc/../HAL/./STM32F1/fastio.h:30:10: fatal error: libmaple/gpio.h: No such file or directory:The cause is ST STM32 framework was updated to version 7. Marlin was built on version 6.
Adafruit BusIO_ID6214\Adafruit_I2CDevice.cpp:160:79: error: no matching function for call to 'TwoWire::requestFrom(uint8_t, uint8_t, uint8_t)'Any errors that mention Adafruit BusIO
error: 'X_HOME_BUMP_MM' was not declared in this scope error: 'Y_HOME_BUMP_MM' was not declared in this scope error: 'Z_HOME_BUMP_MM' was not declared in this scopeyour Configuration_adv.h has the following (this is newer than the code expects)
c_cpp_properties.json", Cannot find "Marlin-2.0.x/include" Cannot find "Marlin-2.0.x/include"These are just warning an should be ignored.
Marlin\src\feature/leds/neopixel.h:34:10: fatal error: Adafruit_NeoPixel.h: No such file or directoryIn platformio.ini, some platforms have Adafruit NeoPixel disabled with the line
"NeoPixel_ID28/Adafruit_NeoPixel.h:361:3: error: 'GPIO_TypeDef' does not name a type"In platformio.ini normally found in [common] section you need to change
Re: Common build issues in platformio at present. August 06, 2020 07:16AM |
Registered: 12 years ago Posts: 202 |
Re: Common build issues in platformio at present. August 07, 2020 03:21AM |
Admin Registered: 10 years ago Posts: 3,096 |
Re: Common build issues in platformio at present. August 07, 2020 03:54AM |
Admin Registered: 12 years ago Posts: 6,729 |
Re: Common build issues in platformio at present. August 07, 2020 03:56AM |
Admin Registered: 10 years ago Posts: 3,096 |
Quote
Dust
It was 'sticky' for a month or so. but all the ones I listed are now resolved. You would only get them if your trying to compile older versions without the updated platformio.ini files