Cortex M3: `.fixed' will not fit in region `sram'

Guest #1977076
Rate this post
useful
not useful
c:/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.0/../../../../arm-none-eabi/ 
bin/ld.e
xe: bin/Performance-sram.elf section `.fixed' will not fit in region 
`sram'
c:/yagarto/bin/../lib/gcc/arm-none-eabi/4.5.0/../../../../arm-none-eabi/ 
bin/ld.e
xe: error: no memory region specified for loadable section `.init'
collect2: ld returned 1 exit status
make: *** [sram] Error 1
Guest #1977906
Rate this post
useful
not useful
I'm guessing .fixed is the section containing the program code and data 
values, meaning you're linking your program to run completely in RAM.

In any case, your program is simply too big to fit in that controller's 
RAM. That's all.
Guest #1977914
Rate this post
useful
not useful
Basically i am linking for both SRAM and Flash.

For SRAM build:
I am getting '`.fixed' will not fit in region'issue.

For FLASH build:
error: no memory region specified for loadable section `.init'

I have SRAM size of 48Kb , i dont think this is causing the issue.

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now