Skip to content
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

[m5stack-core2] Try to fix IRAM0 overflow (linker error) #35

Closed
matthias-bs opened this issue May 24, 2024 · 2 comments
Closed

[m5stack-core2] Try to fix IRAM0 overflow (linker error) #35

matthias-bs opened this issue May 24, 2024 · 2 comments
Labels
bug Something isn't working Prio 3

Comments

@matthias-bs
Copy link
Owner

/home/runner/.arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: /tmp/arduino/sketches/FE3A9D936DE321DF9E59EE9EC2CADA64/BresserWeatherSensorLW.ino.elf section `.iram0.text' will not fit in region `iram0_0_seg'
/home/runner/.arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: IRAM0 segment data does not fit.
/home/runner/.arduino15/packages/esp32/tools/xtensa-esp32-elf-gcc/esp-2021r2-patch5-8.4.0/bin/../lib/gcc/xtensa-esp32-elf/8.4.0/../../../../xtensa-esp32-elf/bin/ld: region `iram0_0_seg' overflowed by 180 bytes
@matthias-bs matthias-bs added bug Something isn't working Prio 3 labels May 28, 2024
@matthias-bs
Copy link
Owner Author

It still works with any Core Debug Level except for "Debug" or "Verbose".

@matthias-bs
Copy link
Owner Author

Works again with Core Debug Level "Verbose". Not clear what has changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Prio 3
Projects
None yet
Development

No branches or pull requests

1 participant