Search found 2 matches

by pmontes
Thu Jan 16, 2025 11:25 am
Forum: ESP-IDF
Topic: idf.py size: no symbol for libfreertos.a reference
Replies: 2
Views: 868

Re: idf.py size: no symbol for libfreertos.a reference

ESP_frhr wrote:
Mon Dec 16, 2024 1:22 pm
I believe this issue should be resolved in esp-idf-size 1.6.1 with the following commit: https://github.com/espressif/esp-idf-si ... c516a6cbb6.
Thank you very much, it was solved this way.
by pmontes
Mon Dec 16, 2024 8:46 am
Forum: ESP-IDF
Topic: idf.py size: no symbol for libfreertos.a reference
Replies: 2
Views: 868

idf.py size: no symbol for libfreertos.a reference

Hi everyone, I am using ESP IDF 5.3.1 on Windows through the VS Code extension to build ESP32C3/C6 firmware. I have the following issue running idf.py size after building my project: error: no symbol for "$esp-idf/freertos/libfreertos.a(portasm.S.obj)" reference in the cross reference table Then the...