Forum Discussion
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.