Altera_Forum
Honored Contributor
12 years agomakefile error
I have installed quartus 10.0 and I can use it and compile my code wit hthe GUI version on Windows 7. I am trying to make some scripts to generate sof file automatically. Altera has some documents about scripting. I have read them to get some idea about the process. The scripts are executed from cygwin, not linux.
I have a makefile and when I try to run quartus_map from this makefile I get this error: $ make map quartus_map <my_project> Error: License file is not specified make: *** [map] Error 3 and here is the content of Makefile: map: quartus_map $(PROJECT) $(MAP_ARGS) fit: quartus_fit $(FIT_ARGS) $(PROJECT) asm: quartus_asm $(ASM_ARGS) $(PROJECT) sta: quartus_sta $(ASM_ARGS) $(PROJECT) Anyone has seen this before!