Add support for library.properties #1208
Labels
domain: build
The build does not work as the Arduino IDE.
importance: improvement request
importance: usability
OS: all
status: Arduino IDE incompatibility
Somethig that is not exactly the same as the arduino ide
status: duplicate
Sloeber v4.3.3
windows 7 64bit
ESP32
I compiled an encryption algorithm in the Arduino IDE, and successfully generated static library files, and tested it in the Arduino IDE.The library directory looks like this (3 files):
LibTest/src/esp32/LibTest.a
LibTest/src/LibTest.h
LibTest/library.properties
There's only one function in LibTest
The contents of the LISdsf. A file look like this:
Sloeber can identify the library and successfully add it to the project. LibTestP() was called in setup() and an error occurred after compilation.
If Eclipse's standard C/C++ project setup has the option to link to a static library, but Sloeber doesn't, can it be added in the next version?Or are there any other solutions at the moment?
The text was updated successfully, but these errors were encountered: