Advertisement
Guest User

Untitled

a guest
Mar 26th, 2020
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. INFO Found qmk_firmware at C:/Users/admin/qmk_firmware.
  2. INFO QMK Doctor is checking your environment.
  3. INFO Detected Windows.
  4. ERROR Can't find arm-none-eabi-gcc in your path.
  5. ERROR Can't find avr-gcc in your path.
  6. ERROR Can't find avrdude in your path.
  7. <class 'FileNotFoundError'>
  8. ERROR [WinError 2] The system cannot find the file specified
  9. Traceback (most recent call last):
  10. File "C:/msys32/mingw64/lib/python3.8/site-packages/milc.py", line 592, in __call__
  11. return self.__call__()
  12. File "C:/msys32/mingw64/lib/python3.8/site-packages/milc.py", line 597, in __call__
  13. return self._entrypoint(self)
  14. File "C:/Users/admin/qmk_firmware/lib/python/qmk/cli/doctor.py", line 226, in doctor
  15. bin_ok = check_binaries()
  16. File "C:/Users/admin/qmk_firmware/lib/python/qmk/cli/doctor.py", line 70, in check_binaries
  17. if not is_executable(binary):
  18. File "C:/Users/admin/qmk_firmware/lib/python/qmk/cli/doctor.py", line 156, in is_executable
  19. check = subprocess.run([command, '--version'], stdout=subprocess.PIPE, stderr=subprocess.PIPE, timeout=5, universal_newlines=True)
  20. File "C:/msys32/mingw64/lib/python3.8/subprocess.py", line 489, in run
  21. with Popen(*popenargs, **kwargs) as process:
  22. File "C:/msys32/mingw64/lib/python3.8/subprocess.py", line 854, in __init__
  23. self._execute_child(args, executable, preexec_fn, close_fds,
  24. File "C:/msys32/mingw64/lib/python3.8/subprocess.py", line 1307, in _execute_child
  25. hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
  26. FileNotFoundError: [WinError 2] The system cannot find the file specified
  27. ERROR Your build environment is not setup completely.
  28. *** Would you like to run util/qmk_install? [y/n] y
  29. <class 'OSError'>
  30. ERROR [WinError 193] %1 is not a valid Win32 application
  31. Traceback (most recent call last):
  32. File "C:/msys32/mingw64/lib/python3.8/site-packages/milc.py", line 592, in __call__
  33. return self.__call__()
  34. File "C:/msys32/mingw64/lib/python3.8/site-packages/milc.py", line 597, in __call__
  35. return self._entrypoint(self)
  36. File "C:/msys32/mingw64/lib/python3.8/site-packages/qmk_cli/subcommands/setup.py", line 45, in setup
  37. process = subprocess.run(['util/qmk_install.sh'])
  38. File "C:/msys32/mingw64/lib/python3.8/subprocess.py", line 489, in run
  39. with Popen(*popenargs, **kwargs) as process:
  40. File "C:/msys32/mingw64/lib/python3.8/subprocess.py", line 854, in __init__
  41. self._execute_child(args, executable, preexec_fn, close_fds,
  42. File "C:/msys32/mingw64/lib/python3.8/subprocess.py", line 1307, in _execute_child
  43. hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
  44. OSError: [WinError 193] %1 is not a valid Win32 application
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement