nRF5x IoT SDK setup in VisualGDB

Sysprogs forums Forums VisualGDB nRF5x IoT SDK setup in VisualGDB

Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8816
    AnujaMutalik
    Participant

    Hi,

    VisualGDB has support for standard libraries of Nordic’s nRF5x. Nordic also provides IoT specific libraries for this device. How to add these IoT libraries in VisualGDB?

     

    Thanks.

    Anuja

    #8822
    support
    Keymaster

    Hi,

    This depends on the exact library you want to integrate. For most cases it should be sufficient to just add their sources to your project and setup the include search paths so that the compiler can find the corresponding header files.

    #8915
    AnujaMutalik
    Participant

    Hi,

    Sorry, there was a mistake in my question. Nordic has IoT SDK, which includes just source files (no library files). I tried to add source files manually and modify include search path accordingly, but there are too many files. Its not possible to do the same for each file. Can you suggest some easy for this?

    Thank you.

    #8916
    support
    Keymaster

    Hi,

    It usually requires understanding which files belong to which component and including only the relevant ones. That’s why it takes us some time to make usable wrappers around the SDK that include the necessary files automatically, sorry.

    The only alternative to thoroughly looking through the sources and figuring out which ones are needed for what would be to wait a few months until we release an updated BSP.

    #8928
    AnujaMutalik
    Participant

    Alright. That clears everything. Thank you.

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