jsam589 wrote: ↑Wed Oct 23, 2019 12:47 pm
EDIT: Is BCXConfiguration.cpp the source that you want to use to make your static library? If so, I have only tried making libraries as components within a full application. So, I am not sure of the syntax for a project that is only intended to create a library.
Original response:
I looked at it but I don't have an answer on this one. You have a REQUIRES for nvs_flash and the ESP headers all seem to have #ifdef __cplusplus to prevent name-mangling. Are the error messages from the compilation step for BCXConfiguration.cpp? It may be that the #include path isn't looking in correct places, or name-mangling is still occurring? It should be something fairly simple.
I have been trying for a long time but I could not find a solution. I had to write to you again.
I share the full app with you.
After build SomeSDK application, I copied the BCXConfiuration library from the following path
SomeSDK\build\esp-idf\BCXConfiguration\libBCXConfiguration.a
and i want use BCXLibrary standalone and i want to use with hellostatic app in attachment
thanks in advance