creating custom library
Posted: Thu Feb 18, 2021 11:31 pm
Hello All,
I'm trying to create custom library .a (UART-test project)and the project is compiled and generated the .a and another project (ExternalImport) which is importing the .a.
the issue that the ExternalImport can't find a reference to the functions that are implemented in the .a
So what is wrong with the generated library?
Another question, what if I need to include a library from the ESP-IDF like spi_flash, is it possible? and if possible, what are the needed commands to be added to my CMake files?
Thanks in advance.
Mohammed
I'm trying to create custom library .a (UART-test project)and the project is compiled and generated the .a and another project (ExternalImport) which is importing the .a.
the issue that the ExternalImport can't find a reference to the functions that are implemented in the .a
So what is wrong with the generated library?
Another question, what if I need to include a library from the ESP-IDF like spi_flash, is it possible? and if possible, what are the needed commands to be added to my CMake files?
Thanks in advance.
Mohammed