Altera_Forum
Honored Contributor
21 years agoErrorwhile building Application Project
While Building Application Project I am using the hello.c file in
/apps/samples/hello folder Makefile and the hello.c are added in the same project folder after Create Make Targret I am trying to Build Projectit gives error : make -k all Makefile:15: ../Rules.mak: No such file or directory make: *** No rule to make target `../Rules.mak'. make: Failed to remake makefile `../Rules.mak'. make: *** No rule to make target `hello.exe', needed by `all'. make: *** No rule to make target `hello.gdb', needed by `all'. make: Target `all' not remade because of errors. Whats the reason?