Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Jan 2016 00:13:19 +0100 (CET)
From:      Andreas Schwarz <freebsd.asc@strcmp.org>
To:        freebsd-arm@FreeBSD.org
Subject:   Re: make buildworld failed with error "relocation truncated to fit: R_ARM_JUMP24 against symbol `_fini'"
Message-ID:  <478fef0c3db.611911c6@mail.schwarzes.net>
In-Reply-To: <569C1D2E.6040401@codeghar.com>
References:  <569C1D2E.6040401@codeghar.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?478fef0c3db.611911c6>