ok, it looks like for the esp32s2beta automatically generated projectname/build/esp32s2beta/component_project_vars.mk
there is no context just in time
Code: Select all
# COMPONENT_CONFIG_ONLY target sets no variables here
Code: Select all
# Automatically generated build file. Do not edit.
COMPONENT_INCLUDES += $(IDF_PATH)/components/esp32/include
COMPONENT_LDFLAGS += -L$(BUILD_DIR_BASE)/esp32 -lesp32 -L $(IDF_PATH)/components/esp32/ld -T esp32_out.ld -u ld_include_panic_highint_hdl -T $(BUILD_DIR_BASE)/esp32/esp32.project.ld -T esp32.peripherals.ld
COMPONENT_LINKER_DEPS += $(IDF_PATH)/components/esp32/ld/esp32.peripherals.ld $(BUILD_DIR_BASE)/esp32/esp32.project.ld
COMPONENT_SUBMODULES +=
COMPONENT_LIBRARIES += esp32
COMPONENT_LDFRAGMENTS += $(IDF_PATH)/components/esp32/ld/esp32_fragments.lf $(IDF_PATH)/components/esp32/linker.lf
component-esp32-build:
is GNU Make just in time supported for ESP32s2Beta or we need CMAKE+Ninja...
i use not idf.py and i use not cmake in this handmake -
i want use esp32s2beta toolchain with GNU Make with ESP-IDF 4.0 ...
i will try further things..
- search in specificy (ESP32) makefiles for add's for add inlcudes in specificy (esp32s2beta) component_project_vars.mk automatically
- other further things
best wishes
rudi