Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
Why not creating two separate projects?
- Altera_Forum
Honored Contributor
I want to have one code base, so that way, I don't have to keep updating one project and having to update the other one. Also, I want to be able to select which memory map to use at compile time since the software is pretty much the same for both.
After testing out different setups, I came up with the approach of having 'ifeq' statements in the application Makefile, and then having 2 different build configurations in the Eclipse project settings in order to select the location of the BSP files..I think this should work! - Altera_Forum
Honored Contributor
Have you tried Project > Properties > Project References?