Forum Discussion
Altera_Forum
Honored Contributor
11 years agoThanks Maik,
I successfully appended “--record=4” in my make file, still I am facing the same issue. What file should I add to Quartus-II Projects after make target (I have added .mk and .hex in Quartus-II Project according one of the altera forum threads)? We have another custom board with Cyclone-IV and we are using Quartus-II Version 13.0 for different project. In Nios-II, make target generates .qip file which we added to Quartus project and the project works as required. So we tried similarly for Quartus-II Version 9.1sp2. Below is the build message. Post-processing to create mem_init/Program_Memory.hex... elf2hex STQFP.elf 0x00000000 0x00003fff --width=32 --record=4 --create-lanes=0 mem_init/Program_Memory.hex Post-processing to create mem_init/hdl_sim/Program_Memory.dat... elf2dat --infile=STQFP.elf --outfile=mem_init/hdl_sim/Program_Memory.dat --base=0x00000000 --end=0x00003fff --width=32 --create-lanes=0 Post-processing to create mem_init/hdl_sim/Program_Memory.sym... nios2-elf-nm -n STQFP.elf > mem_init/hdl_sim/Program_Memory.sym Regards, Nandish Jasani