Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21594 Discussions

Makefile:200:*** target pattern contains no '%'. Stop

Altera_Forum
Honored Contributor II
3,924 Views

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 i install the ARM DS-5 Altera Edition Toolkit, still cant figure out the problem yet.  

I use the Quartus web version 13.0 and follow the SoC_SW_Lab_13.0 pdf tutorial available from the Arrow website. 

Anyone have try it or experience the same problem b4? cant share the solution here? thanks very much!!
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
2,558 Views

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.
0 Kudos
Altera_Forum
Honored Contributor II
2,558 Views

 

--- 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.
0 Kudos
Reply