Search found 5 matches

by N3xus132
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?
by N3xus132
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?
by N3xus132
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...
by N3xus132
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.
by N3xus132
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 ...