make buildworld failed with error "relocation truncated to fit: R_ARM_JUMP24 against symbol `_fini'"

Andreas Schwarz freebsd.asc at strcmp.org
Sun Jan 17 23:13:25 UTC 2016


On 17.01.16, Hamza Sheikh wrote:

> I am running FreeBSD on Raspberry Pi 2, installed from a RaspBSD[1] 
> image. It is a new 64GB Micro SD card. I was running out of space on 8GB 
> card during `make installworld`.

Your working /tmp (md device) is only 48M, I would recommend to
change this to tmpfs, which is dynamic and more efficient or don't
mount it and use the / filesystem.

>
> % df -h
> Filesystem        Size    Used   Avail Capacity  Mounted on
> /dev/mmcsd0s2a     58G    3.6G     49G     7%    /
> devfs             1.0K    1.0K      0B   100%    /dev
> /dev/mmcsd0s1      50M    7.4M     43M    15%    /boot/msdos
> /dev/md0           48M     28K     44M     0%    /tmp
> /dev/md1           14M    196K     13M     1%    /var/log
> /dev/md2          9.3M    8.0K    8.5M     0%    /var/tmp

-asc



More information about the freebsd-arm mailing list