Search found 5 matches
- Tue Jun 18, 2024 9:13 pm
- Forum: ESP-IDF
- Topic: Update from 4.4 to 5.2 leads to linker errors
- Replies: 9
- Views: 1612
Re: Update from 4.4 to 5.2 leads to linker errors
No ideas somebody?
- Tue Jun 11, 2024 8:41 pm
- Forum: ESP-IDF
- Topic: Update from 4.4 to 5.2 leads to linker errors
- Replies: 9
- Views: 1612
Re: Update from 4.4 to 5.2 leads to linker errors
I also realized now that it seems to happen if I enable the option CONFIG_BOOTLOADER_RESERVE_RTC_SIZE in menuconfig.
Does it help somehow?
Does it help somehow?
- Tue Jun 11, 2024 3:33 pm
- Forum: ESP-IDF
- Topic: Update from 4.4 to 5.2 leads to linker errors
- Replies: 9
- Views: 1612
Re: Update from 4.4 to 5.2 leads to linker errors
Did you finish update with git submodule update and ./install.sh I made the update to the new IDF by installing the new version using VS Code. Nevertheless I went to the folder and ran the commands above. Unfortunately without success. The same error still shows up. Can you share your sdkconfig fil...
- Tue Jun 11, 2024 6:20 am
- Forum: ESP-IDF
- Topic: Update from 4.4 to 5.2 leads to linker errors
- Replies: 9
- Views: 1612
Re: Update from 4.4 to 5.2 leads to linker errors
Yes, unfortunately the problem still exists after a complete rebuild.
- Mon Jun 10, 2024 9:04 pm
- Forum: ESP-IDF
- Topic: Update from 4.4 to 5.2 leads to linker errors
- Replies: 9
- Views: 1612
Update from 4.4 to 5.2 leads to linker errors
Hi all! This is my first post in this forum and I hope that you are able to help me. I inherited a project that uses IDF 4.4. Because of the maintenance period I now wanted to update the complete Project to the latest one (5.2.1). I did this by downloading the IDF 5.2.1 to my Laptop and running the ...