6 years, 10 months ago.

mbed-client not compilable

I do next:

1. make a new project 2. add mbed-os 3. add mbed-client 4. add pal 5. add mbed_app.jason - "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"] 6. compile - error configuratio_store.h not found.

Do you have an idea why this is happening? Should I use some special path?

1 Answer

6 years, 10 months ago.

Hello!

Are you using a board combination that is in the supported configurations listed here:

https://github.com/armmbed/mbed-os-example-client

Hi Sarah,

I use DISCO_F746NG. Please make a simple project. Add mbed-os + mbed-client and try to compile it. You got error ns_list.h file not included.

BR

posted by Gindacul Vesel 01 Jun 2017

Public mbed Client has never depended on configuration_store.h if I recall correctly. Additionally, you must use the exact version of the pal that is specified in the example code that I linked above. If you directly added the pal, it would be the latest master. Could you please send the URL of the repositories you are using as well as the commit hashes of the client and pal libraries in your project?

posted by Sarah Marsh 02 Jun 2017