Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[TW#27980] cygpath command not found #2839
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Same bug on Ubuntu 18.04. Reverting to 6cb37ec indeed helps. |
This comment has been minimized.
This comment has been minimized.
Guys, I've just updated the esp-idf repo and this message is appearing here.... make: cygpath: Command not found |
This comment has been minimized.
This comment has been minimized.
The fix for this issue should be pushed to GitHub later today. In the meantime, you can ignore this output - it doesn't effect the build process at all. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I installed umbutu(18.04) via virtualbox on my desktop computer
installed all python,esp32 and xtensa-esp32-elf modules
my projects are on the host (windows computer) and mounted in umbutu
when I go to a project map (example hello_world) and run make menuconfig, I always get a lot of errors (make: cygpath: Command not found) before the menu is shown
this happens not only for make menuconfig, but for all make commands.
ludo@ludo-VirtualBox:~/C-esp/hello_world$ make menuconfig
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
make: cygpath: Command not found
Toolchain path: /home/ludo/esp/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
Toolchain version: crosstool-ng-1.22.0-80-g6c4433a
Compiler version: 5.2.0
MENUCONFIG
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
does anybody have an Idea what this can cause.
ps: all make commands work fine, except that they trow these cygpath errors