The "xtensa-esp32-elf-gcc.exe" executable cannot find any files when using Make in windows.
Posted: Sun Sep 24, 2017 6:12 pm
Hello, all. When I'm trying to Make a project I get many errors which look like the following:
What could be going wrong in this?
This is untrue as The path to component_Wrapper is "C:\espIDF\make", which is the windows 10 equivalent of that cygwin style address..xtensa-esp32-elf-gcc.exe: error: /cygdrive/c/espIDF/components/lwip/port/netif/wlanif.c: No such file or directory
xtensa-esp32-elf-gcc.exe: fatal error: no input files
compilation terminated.
make[1]: *** [/cygdrive/c/espIDF/make/component_wrapper.mk:211: port/netif/wlanif.o] Error 1
What could be going wrong in this?