6 years, 4 months ago.

Library importing in mbed studio.

Hi,

I am currently attempting to import some example code to get my IKS01A2 sensor board working with a nucleo f401re. I would like to use embed studio to tinker with the code, but am running into issues when importing a github repository with the studios' included functionality. When I import using a URL I am presented with the error message shown in the attached image. This is likely the source of my issues, as the source code cannot recognize a header file that is included in one of the libraries in the github repository. To fix this, I am attempting to import the library separately using the "add library to active program" and provide the github link to the library. This however does not work as it loads forever when it comes to selecting a branch. I also attempted the add the files themselves to the project folder but again the header files are not recognized.

I am relatively new to microcontroller development, and just trying to have some source control for this project.

Thanks. /media/uploads/GuillaumeFISH/support.png

I am having exactly the same issue and I do not know how to deal with it... Perhaps, you could add tags to your question so more people can find it and help us to solve this problem.

posted by Guillermo Robles 31 May 2019

My current workaround when using mbed studio is to import a repo using the CLI into my mbed programs folder, compile them with the CLI, and then I can use mbed studio without issue.

posted by Guillaume Raymond-Fauteux 31 May 2019
Be the first to answer this question.