Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI 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!