Forum Discussion
Altera_Forum
Honored Contributor
13 years agoUnable to add BSP after subversion switch
Hello there, I have a Nios2-Project running for a while now, and do organize my code with subversion. There's everything checked in, even the project settings and .metadata from eclipse. Yester...
Altera_Forum
Honored Contributor
13 years agoHi there,
it's me again: So after i got rid of the daily madness at work, i got a few more minutes to spend on the problem: I fond that in the makefile the following:
ACTIVE_BUILD_CONFIG := default
BUILD_CONFIGS += default
BUILD_CONFIGS += Release
include $(ACTIVE_BUILD_CONFIG)_config.mk was reduced to: ACTIVE_BUILD_CONFIG := default
BUILD_CONFIGS += default
So that the default_config.mk wasn't used anymore, which is btw the file which holds all the Nios Application Properties. So now i do have to figure out, why this was lost. It may be, that my colleague, who created the svn branch, does have an older version, which do not use these _config.mk But anyway, iam glad it works now!