may be somebody from the team can point out immediately what causes the issue.
I am using Ecipse and used the Download and confoger IDF to upgrade to 5.1.
The simple http server example of the IDF 5.1 compiles and works fine.
However, the project based on this sample project already migrated 2 times since 4.x does not work at all. The source compiles fine, no errors just like before under 5.0 and is loaded via JTAG.
But code does not reach to main() and if I stop the debug session extensa_vectors.S comes up and the cursor stops at line 564.
Code: Select all
_DoubleExceptionVector:
#if XCHAL_HAVE_DEBUG
break 1, 4 /* 564 unhandled double exception */
#endif
Any idea welcome.