Forum Discussion
Altera_Forum
Honored Contributor
12 years agoMakefile:200:*** target pattern contains no '%'. Stop
Now i trying to build the preloader from within the Embedded Command Shell, when I insert the command of "make", it come out error say it "Makefile:200:*** target pattern contains no '%'. Stop." even...
Altera_Forum
Honored Contributor
12 years ago --- Quote Start --- You need to find line 200 of the relevant Makefile. A guess - make sure there are no spaces in any of the directory and file names. --- Quote End --- Thanks for your reply. The problem was solved. Solution I used is install a new embedded (13.0sp1) and run the embedded command shell, then after type "make" command , everything was works fine as expected.