You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run "make flash" i get this error: $ make flash CC build/arduino/cores/esp32/libb64/cencode.o make[1]: execvp: xtensa-esp32-elf-gcc: Argument list too long make[1]: *** [/home/Eric/esp/esp-idf/make/component_wrapper.mk:274: cores/esp32/libb64/cencode.o] Error 127 make: *** [C:/Users/Eric/Documents/msys32/home/Eric/esp/esp-idf/make/project.mk:450: component-arduino-build] Error 2
Looking at the make file, line 450 is: $(foreach component,$(COMPONENT_PATHS),$(eval $(call GenerateComponentTargets,$(component),$(notdir $(component)))))
I'm not sure what to do about it. All help is appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Thanks for the response. I checked my longest filepath and it was 113 chars. I ended up updating the esp-idf and that fixed it. Not sure what happened. This can be closed.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I installed the arduino components inside of a simple esp32 example using this reference: https://github.com/espressif/arduino-esp32/blob/master/docs/esp-idf_component.md
When I run "make flash" i get this error:
$ make flash CC build/arduino/cores/esp32/libb64/cencode.o make[1]: execvp: xtensa-esp32-elf-gcc: Argument list too long make[1]: *** [/home/Eric/esp/esp-idf/make/component_wrapper.mk:274: cores/esp32/libb64/cencode.o] Error 127 make: *** [C:/Users/Eric/Documents/msys32/home/Eric/esp/esp-idf/make/project.mk:450: component-arduino-build] Error 2
Looking at the make file, line 450 is:
$(foreach component,$(COMPONENT_PATHS),$(eval $(call GenerateComponentTargets,$(component),$(notdir $(component)))))
I'm not sure what to do about it. All help is appreciated.
Thanks
The text was updated successfully, but these errors were encountered: