This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Migrate from Eclipse to Keil

Hello! I work with nRF52. I have a code developed in Eclipse Neon and I have to switch to Keil. I tried to create a new project from the template_project example found in the sdk13 by copying the main.c and the sdk_config.h into the project folder. When I try to compile the code I have many errors like "undefined symbol". Even if I try to add manually the missing libraries into the project, I still have such errors.

Is it the right way to create/import a new project? What should I take into account?

Thank you

P.S.

I have also to fix the libraries for this main.c as well. I still have errors like "undefined symbols" and I can't find which libraries should I add. Can you help me again?

Related