Description
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