Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
11 years ago

Makefile: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 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!!

2 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    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.
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- 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.