Altera_Forum
Honored Contributor
7 years agoBuilding hex files fails - ext_flash
Hello Altera forums,
I have a program based on the Simple Socket Server (RGMII), which I can compile and load to my SOPC with no problems. I'm trying to generate hex files so that I don't have to reload the program every time I program the board. I'm doing this in the eclipse IDE. I right click on my project, click on make targets -> build, then select mem_init_generate The build fails with this error:14:58:32 **** Build of configuration Nios II for project Simple_Socket_BUP ****
make mem_init_generate
Info: Building ../Simple_Socket_BUP_bsp/
make --no-print-directory -C ../Simple_Socket_BUP_bsp/
make: *** No rule to make target `ext_flash.flash', needed by `ext_flash.dat'. Stop.
14:58:32 Build Finished (took 166ms)
I haven't had any success finding a solution to this problem. Do you know where I could find some info to help with this? I am using Quartus Prime 16.1 with the eclipse IDE that is included with this. Thanks!