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?
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.
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?
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.