Forum Discussion
Altera_Forum
Honored Contributor
21 years agoLinks to file in project IDE
I have created link to *.cpp file in no-parent directory - project located in D:\ALTERA_PRJ\CYCLC6\alexbrd_ver\software\BlitzMod\; src-file in D:\studio\prj\blitzMod\src\Nios2\.
File gfx_nios.cpp Bild error:error *** no rule to make target `obj/gfx_nios.o', needed by `blitzmod.elf'. stop. blitzmod
C-Bild Window:
make -s all
make: *** no rule to make target `obj/gfx_nios.o', needed by `blitzmod.elf'. stop.
build completed . Is someone know how to solve that problem?
1 Reply
- Altera_Forum
Honored Contributor
Hi - did you make sure your link file had the same name as the *.cpp file ? These need to be the same for link files to build successfully