Galzai / MK32

Keyboard firmware for ESP32 microcontrollers
667 stars 117 forks source link

I just cant figure out how to build. #19

Closed jtpbryant closed 3 years ago

jtpbryant commented 3 years ago

I have tried trouble shooting in so many different ways. is there any advice or help anyone can give me to get even a little closer to getting this to work? i cant get my firmware to build or flash. i have very limited knowledge of this and this was my first attempt into anything more than just basic firmware. but i cant get this to work. when using Mingw it outputs this $ make /bin/sh: git: command not found make: gcc: No such file or directory expr: syntax error: unexpected argument ‘5.2.0’ /bin/sh: git: command not found which: no git in (/mingw32/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/System/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1./usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl) make[1]: Entering directory '/c/Users/payto/esp/esp-idf/tools/kconfig' /usr/bin/gcc -c -DCURSES_LOC="" -DLOCALE -MMD /c/Users/payto/esp/eidf/tools/kconfig/mconf.c -o mconf.o /bin/sh: /usr/bin/gcc: No such file or directory make[1]: [Makefile:171: mconf.o] Error 127 make[1]: Leaving directory '/c/Users/payto/esp/esp-idf/tools/kconfig' make: No rule to make target '/c/Users/payto/esp/esp-idf/tools/kconfig/coidf', needed by '/c/Users/payto/esp/esp-idf/MK32/build/include/config/auto.co. Stop.

and when using command prompt it tells me that my idf path has a colon in it and that it shouldnt and i cant figure out wher the colon is . idk if this is enough info for any help or anything. but im extremely frustrated and i figured id ask here. thanks