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

TOO MANY compile errors after I created a new project

I just got the nRF52-DK, and want to create a blank project to test something , but after I create a project and add "nrf_Log" module form RTE Manager(some conflict resovled by RTE Manager), so many compile error arise..... How do I do ?

Parents Reply
  • [I know this is an old post, but it is on point for my issue.] I'm confused by this answer.  If you can't create a new project, which I assume most developers need to do at some point, just keep compiling the examples?

    I'm new to this and need to create a new project.  It looks like copying a project to another directory requires manually changing all the include and search paths in the project file.  Is this correct?  Are the paths really hard coded relative to the project?

Children
  • The answer here means that instead of starting to build a project from scratch and miss to add few tiny details in project settings. It is recommended that you take one example project that is close to what you are trying to start with and keep adding files and flags.

    This way you have less risk of missing out device specific defines and settings that are very hard to remember/track if you build a project from scratch. 

Related