stm32duino/Arduino_Tools

build_opt.h

koendv opened this issue · 1 comments

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

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:
stm32duino/Arduino_Core_STM32#1387

Then I've open an issue to Arduino IDE:
arduino/arduino-ide#363

But currently no feedback.