Rockbox Technical Forums

Rockbox General => Rockbox General Discussion => Topic started by: maskulin on May 30, 2019, 10:14:27 PM

Title: test_mem.rock' failed
Post by: maskulin on May 30, 2019, 10:14:27 PM
So, i've tried to build fw for ipod mini 2g with test plugins. But, i got the error
Quote
CC apps/plugins/test_scanrate.c
LD test_scanrate.rock
CC apps/plugins/test_grey.c
LD test_grey.rock
CC apps/plugins/test_greylib_bitmap_scale.c
LD test_greylib_bitmap_scale.rock
CC apps/plugins/test_mem.c
LD test_mem.rock
/usr/local/lib/gcc/arm-elf-eabi/4.4.4/../../../../arm-elf-eabi/bin/ld: /home/maskulin/rockbox/build/apps/plugins/test_mem.elf section `.ibss' will not fit in region `PLUGIN_IRAM'
/usr/local/lib/gcc/arm-elf-eabi/4.4.4/../../../../arm-elf-eabi/bin/ld: region `PLUGIN_IRAM' overflowed by 49152 bytes
collect2: ld returned 1 exit status
/home/maskulin/rockbox/apps/plugins/plugins.make:119: recipe for target '/home/maskulin/rockbox/build/apps/plugins/test_mem.rock' failed
make: *** [/home/maskulin/rockbox/build/apps/plugins/test_mem.rock] Error 1
i've followed the stop from https://www.rockbox.org/wiki/LinuxSimpleGuideToCompiling to build a fw.

nb: my os is debian 9 64bit

edit: ok, everything is fine now :D thx for your fix wodz
Title: Re: test_mem.rock' failed
Post by: wodz on May 31, 2019, 04:09:43 AM
Yup, 7a8c9daf7ef broke it
Title: Re: test_mem.rock' failed
Post by: wodz on May 31, 2019, 04:41:31 AM
2de2636d6bf should fix this