Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years ago.
Memory problems using easyGUI with LPC4088
Hi all, I am trying to develop a user interface on the LPC4088 board using the easyGUI package (www.easygui.com - produced by Ibis Solutions - *not* the Python easygui). I haven't got as far as actually implementing the user interface yet - I am simply trying to get it to build.
I am getting this error:
No space in execution regions with .ANY selector matching GuiLib.c.LPC408_DM.o(.bss)
I know this means that there is not enough memory to load the GULib part of the easyGUI package - but what I cannot understand is why.
Does anyone have any experience with the Ibis Solutions easyGUI package on mbed.org, on the LPC4088 or any other board? Has anyone else come across this problem?
Is there some way on mbed.org for me to find out how much memory each part of the current build is using? If I could see where the memory is being lost/used up, that would be very helpful.
Thanks for any help.