stm32duino / Arduino_Tools

Contains upload tools for STM32 based boards
Other
89 stars 64 forks source link

build_opt.h #76

Closed koendv closed 3 years ago

koendv commented 3 years ago

A project compiles cleanly under arduino-1.8.13. Under arduino ide 2.0.0 compilation fails. (log attached). The project compiles cleanly under ide 2.0.0 if the file 'build_opt.h' is deleted:

$ more build_opt.h 
-DUSB_PRODUCT_STRING=\"vacuum\ pump\ controller\"

opinion?

output.txt

fpistm commented 3 years ago

Hi @koendv This is not the correct repo to talk about build_opt.h it relies to the core not the tools. This issue has already been raised: https://github.com/stm32duino/Arduino_Core_STM32/issues/1387

Then I've open an issue to Arduino IDE: https://github.com/arduino/arduino-ide/issues/363

But currently no feedback.