Forum Discussion
Altera_Forum
Honored Contributor
16 years agoNiosII 9.1 Import Error: Makefile is not Software Build Tools compatible
Hi, I am a makefile novice. I just completed re-making our library makefile based on the nios2-lib-generate-makefile command we were previously using IDE generated commands that were no longer sup...
Altera_Forum
Honored Contributor
16 years agoAdd the following to your makefile. Also make sure it's called Makefile and not makefile.
# -------------------------------------------------------------------------------# Following line needs to be included so the eclipse environment recognises# the project and imports it. Go figure. CREATE_ELF_DERIVED_FILES := 0 From memory it also works with a# in front of CREATE go figure. Wasted a couple of hours of my life figuring this crap out.