This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

GCC/Eclipse tutorial: `make`: The system cannot find the file specified

Hi - I am following this tutorial and getting this error. image description

This exact question was asked; however, I do have the mkdir file in the C:\Program Files (x86)\GNU ARM Eclipse\Build Tools\2.8-201611221915\bin folder.

My makefile.windows looks like this: image description

..and my PATH in my env. variables is this: C:\Program Files (x86)\GNU Tools ARM Embedded\6.2 2016q4\bin;C:\Program Files (x86)\GnuWin32\bin.

Thanks in advance! D.K.

Parents
  • I was able to copy the mkdir and rm files from the C:\Program Files (x86)\GNU Tools ARM Embedded\6.2 2016q4\bin to the C:\Program Files (x86)\GnuWin32\bin and I'm getting a build w/ command line. I can also build tutorial examples in Eclipse. However, when I try to build a non-tutorial project in Eclipse from SDK 11.0, I get:

    "Cannot run program "": Launching failed. Error: Program "" not found in PATH

    Thanks!

Reply
  • I was able to copy the mkdir and rm files from the C:\Program Files (x86)\GNU Tools ARM Embedded\6.2 2016q4\bin to the C:\Program Files (x86)\GnuWin32\bin and I'm getting a build w/ command line. I can also build tutorial examples in Eclipse. However, when I try to build a non-tutorial project in Eclipse from SDK 11.0, I get:

    "Cannot run program "": Launching failed. Error: Program "" not found in PATH

    Thanks!

Children
No Data
Related