-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`iram1_0_seg' overflowed after upy and sdk update #19
Comments
The original mistake mentions conflicting types in etshal.h for uart_div_modify (and others). I assume that it has to do with using the new version of the esp-open-sdk. I will try to see, if I can still compile yaota with an older version of the sdk. |
Using b4ca4e59a81bb7d818271623fa580ec543e0603f of the esp-open-sdk makes yaota compile again. |
Yes, the following patch from MicroPython which fixes this would need to be applied here: micropython/micropython@e766a4a And to fix the linker error running out of iRAM1, a similar patch to this will be needed: micropython/micropython@964bf93 |
confirm #23 fixed this, issues. |
I just upgraded to micropython github head and have trouble compiling the ota enabled version.
I managed to compile boot8266 after commenting several lines in etshal.h (which were reported as doubly defined) and then my micropython compilations ends with:
I updated the sdk first and had to update micropython then to make it compile again, so now I am stuck at gettign OTA running again. Any hint or idea, what is wrong?
The text was updated successfully, but these errors were encountered: