Search found 3 matches
- Tue Mar 11, 2025 10:29 am
- Forum: IDEs for ESP-IDF
- Topic: Building and running unit_test example on vscode extension
- Replies: 5
- Views: 25871
Re: Building and running unit_test example on vscode extension
For example, here is my Test Build label:
{
"label": "Test Build - Build unit tests",
"type": "shell",
"command": "${config:idf.pythonBinPath} ${config:idf.espIdfPath}/tools/idf.py build",
"windows": {
"command": "${config:idf.pythonBinPathWin} ${config:idf.espIdfPathWin}\\tools\\idf.py ...
- Thu Jan 16, 2025 11:25 am
- Forum: ESP-IDF
- Topic: idf.py size: no symbol for libfreertos.a reference
- Replies: 2
- Views: 2328
Re: idf.py size: no symbol for libfreertos.a reference
Thank you very much, it was solved this way.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.
- Mon Dec 16, 2024 8:46 am
- Forum: ESP-IDF
- Topic: idf.py size: no symbol for libfreertos.a reference
- Replies: 2
- Views: 2328
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 ...
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 ...