-
|
Hello community BR |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hi @jmchiappa you can refer to this issue and related PR. |
Beta Was this translation helpful? Give feedback.
-
|
Perfect ! I wasn't aware about that ! Thank you @fpistm |
Beta Was this translation helpful? Give feedback.
Hi @jmchiappa
build_opt.h is used for compilation options not for the link step.
To be able to link an external library you should create an Arduino library then add your archive to it and specify the ldflags:
https://arduino.github.io/arduino-cli/1.5/library-specification/#libraryproperties-file-format
you can refer to this issue and related PR.