Skip to content

Trying to use arduino-esp32 as a component to the esp-idf get error: #1612

Closed
@esims11395

Description

@esims11395

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Status: StaleIssue is stale stage (outdated/stuck)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions