I managed to get rid of this linker issue by removing some dependencies. Still not very clear how to avoid this kind of issue.
The project now compiles and work with ESP-IDF v4.3-dev : https://github.com/fc92/ESP32_MP3_Decoder
Search found 3 matches
- Fri Jan 15, 2021 10:13 pm
- Forum: ESP-IDF
- Topic: undefined reference to task functions in separate components
- Replies: 2
- Views: 3115
- Sun Jan 03, 2021 11:40 pm
- Forum: ESP-IDF
- Topic: undefined reference to task functions in separate components
- Replies: 2
- Views: 3115
undefined reference to task functions in separate components
I'm porting an open source project from ESP3.x to to the last ESP-IDF 4.3-dev version. The full repository is available at: https://github.com/fc92/ESP32_MP3_Decoder/tree/esp-idf-v4.3-dev (git submodule update --init --recursive is also required to get the full code) Compilation works but I still ha...
- Wed May 06, 2020 10:53 pm
- Forum: ESP-ADF
- Topic: ADF 2.0 and IDF 4.2 ... and HFP AP
- Replies: 3
- Views: 5409
Re: ADF 2.0 and IDF 4.2 ... and HFP AP
According to https://github.com/espressif/esp-adf/releases/tag/v2.0 ESP-ADF 2.0 has been released with support for ESP-IDF 4.0 and 4.1. The ESP-ADF documentation does no reflect it. I've submitted a PR to update it.