Can i reference compiled .a file and .h file?

Sysprogs forums Forums VisualGDB Can i reference compiled .a file and .h file?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #25783
    angel
    Participant

    Can i reference compiled .a file and .h file?

    #25787
    angel
    Participant

    ı’ve added to cmake config file

     

    target_link_libraries(${PROJECT_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/main/libBCXConfiguration.a)

    and give this error

    Severity Code Description Project File Line Suppression State
    Error Cannot specify link libraries for target “EDKPOC” which is not built EDKPOC C:\Users\user\source\repos\EDKPOC\CMakeLists.txt 19

    #25790
    angel
    Participant

    I’ve tried everything for a few days but I can’t get results. Please help.

    • This reply was modified 4 years, 7 months ago by angel.
    • This reply was modified 4 years, 7 months ago by support.
    #25793
    support
    Keymaster

    Hi,

    This looks like a question specific to the ESP-IDF implementation and not VisualGDB itself. Please check the ESP-IDF documentation and/or contact Espressif for further help with ESP-IDF-specific issues.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.