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

Eclipse getting error in makefile

i am trying to build the project blinky in eclipse as per the tutorial.. but it is getting error as shown in figure ... plz help me ... image description

Parents
  • The last line of the error message means: the Windows shell cannot find the 'mkdir' command. You can test whether mkdir is properly installed by typing 'mkdir foo' at a command line. Maybe you omitted the step of the tutorial where you install the gnu tools such as mkdir, or you failed to change your PATH so that the shell finds the installed tools.

Reply
  • The last line of the error message means: the Windows shell cannot find the 'mkdir' command. You can test whether mkdir is properly installed by typing 'mkdir foo' at a command line. Maybe you omitted the step of the tutorial where you install the gnu tools such as mkdir, or you failed to change your PATH so that the shell finds the installed tools.

Children
Related