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

'.text' will not fit in region iram1_0_seg #22

Open
55jr55 opened this issue Dec 6, 2021 · 1 comment
Open

'.text' will not fit in region iram1_0_seg #22

55jr55 opened this issue Dec 6, 2021 · 1 comment

Comments

@55jr55
Copy link

55jr55 commented Dec 6, 2021

Using the instructions in README.md and using the docker container build instructions (docker run --rm -v $HOME:$HOME -u $UID -w $PWD larsks/esp-open-sdk ...), I'm able to build micropython without your ST7789 module. When I include the module:

cd ports/esp8266
docker run --rm -v $HOME:$HOME -u $UID -w $PWD larsks/esp-open-sdk make V=1 USER_C_MODULES=/Users/john/p3.9.0a4/st7789_mpy/ all

I get the 'will not fit' error. Is there a way to work around this by excluding other modules?
Thanks!

@devbis
Copy link
Owner

devbis commented Dec 7, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants