ep.hobbyiest Posted February 24, 2018 Report Share Posted February 24, 2018 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. Link to comment Share on other sites More sharing options...
inmarket Posted February 24, 2018 Report Share Posted February 24, 2018 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. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now