I have read a number of posts here about creating new projects, most are a couple of years old. I just want to make sure I'm not missing anything.
I am able to compile and run the examples on the evaluation kit. I'm using the Segger IDE and the BMD-300 Series Evaluation Kit. I want to create a new project based on an example and I have copied an example and renamed it and get a bunch of errors when try to compile -- because the paths appear to be individually hardcoded for every file and they are relative.
So:
1) Most of the posts here say to start with an example. It would appear that you either have to keep your development code in the SDK examples tree (so the relative paths work) or modify the examples. The only other choice is to copy a project and manually change every include path -- is this true?
2) If you create new projects in the examples directory, how do you do upgrades/updates to the SDK? Download, install and then copy all your projects to the new directory? Please tell this isn't what we have to do.
I feel I must be missing something fundamental here if this is what I have to do.
In our development environment, I typically install customer software on C:\ (should really be Program Files, but many seem to want it in the root) and then do development on a networked Z drive which is backed up continuously. With relative paths, this is going to make creating new projects a pain and error prone.
Thanks.