Jump to content

got error while configuring for windows simulation


Recommended Posts

Posted

Hi,

i was trying to configure uGFX for windows machine and i was following following page.

https://wiki.ugfx.io/index.php/Your_First_Compile_-_Windows

 

I installed cygwin and it;s package properly. and set the folder structure too. But i got following error while compliling example code for win32.

make: mkdir: Command not found
make: *** [../uGFX/tools/gmake_scripts/compiler_gcc.mk:193: builddirs] Error 127

I am using Windows 10.

and folder structure is under X:/abc/

No space is in directory structure. 

Posted

It sounds like your path is not set correctly. "mkdir" is built into the windows command shell (cmd.exe) and is an external utility for cygwin bash. The fact that it is missing means something is wrong with your path.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...