You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have downloaded the esp-gdbstub repository, compiled the sources and placed them in an archive. When I now try and link the gdbstub archive with me simple C application, I find that I get the error:
a.out section '.text' will not fit in region 'iram1_0_seg'
Running objdump -h over the archive produces the following:
What 'simple application' do you use? Do you use RTOS or non-RTOS?
Gdbstub neccesarily does use some IRAM, because the program may be interrupted or crashing when the flash isn't accessible. If your project alreasy uses a bunch of IRAM, linking in gdbstub may just tip it over the top.
I have downloaded the esp-gdbstub repository, compiled the sources and placed them in an archive. When I now try and link the gdbstub archive with me simple C application, I find that I get the error:
Running
objdump -h
over the archive produces the following:Has anyone run up against this puzzle before?
Also posted to the forum here:
http://bbs.espressif.com/viewtopic.php?f=7&t=1424
The text was updated successfully, but these errors were encountered: