frozen code limit

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
thetreerat
Posts: 15
Joined: Thu Apr 27, 2017 6:40 pm

frozen code limit

Post by thetreerat » Thu May 04, 2017 8:44 pm

okay I think today I ran head long into the limits of irom space when I try to compile a bin.

I am getting this message with make:

xtensa-lx106-elf-ld: region `irom0_0_seg' overflowed by 1328 bytes

dose anyone here have a suggestion. if I remove modules from my project it will compile but that's not to useful.
or is there a better place to ask for his kind of help?

Hal

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: frozen code limit

Post by pythoncoder » Fri May 05, 2017 6:47 am

Peter Hinch
Index to my micropython libraries.

Post Reply