Search found 2 matches

by Mehul Laliwala
Wed Feb 21, 2024 7:01 pm
Forum: IDEs for ESP-IDF
Topic: Components Library Errors
Replies: 0
Views: 1826

Components Library Errors

I am having issue building the IoT project. I am not sure what I am doing wrong. I have over 1k+ build errors on components folder. Can anyone please shade some light. Below is the list of errors. Thank you so much for your help. [Codebox] | ^~~~~~~~~ C:/Users/arora/esp/v5.2/esp-idf/components/lwip/...
by Mehul Laliwala
Mon Feb 19, 2024 2:02 pm
Forum: ESP-IDF
Topic: ld.exe: cannot open linker script file sections.ld
Replies: 2
Views: 2201

Re: ld.exe: cannot open linker script file sections.ld

I have the same issue. I had to add executable since I am trying to link libraries, which has a designator of *.a. Here is my CMake.txt. idf_component_register(SRCS "main.c" INCLUDE_DIRS ".") set(BSEC_DIR "C:/Users/arora/ESPWorkspace/SensorBME688/main/bsec/algo/normal_version/bin/esp/esp32_s3") set(...