This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How do I port the BLE Mesh example project (light switch) to my keil IDE?

Hello, I couldn't help but notice that unlike previous example projects released by Nordic, this BLE Mesh one doesn't really come in pre-configured uV5 or uV4 format. Furthermore, the makefiles that could be found in the example project directories suggest that Nordic deliberately want to be IDE-neutral.

So here is my question: is there any guide or howto written somewhere which helps me port the project to Keil? Knowing which file to add to the compile chain or to include alone can be painstaking.

I have done many port and migration before, and I did them under the philosophy "if it reports an error, fix it".

But frankly it's getting tiring on this one. I don't want another wild goose chase, there got be another way.

Please help?

Parents
  • Hi Mitch,

    the BLE Mesh examples can be built with the armcc v5 toolchain, but we do not have a uVision v5 project for each of the examples.

    I am afraid that we do not have any guide for creating Keil uVision projects for the BLE Mesh examples at this point.

    However, the lack of support for the uVision IDE has been reported internally,see this question, so we're considering adding it to a future release.

    Bjørn

Reply
  • Hi Mitch,

    the BLE Mesh examples can be built with the armcc v5 toolchain, but we do not have a uVision v5 project for each of the examples.

    I am afraid that we do not have any guide for creating Keil uVision projects for the BLE Mesh examples at this point.

    However, the lack of support for the uVision IDE has been reported internally,see this question, so we're considering adding it to a future release.

    Bjørn

Children
Related