Date: Thu, 17 Oct 2013 00:11:23 +0400 From: Sevan / Venture37 <venture37@gmail.com> To: freebsd-ports@freebsd.org Subject: Re: devel/ncurses fails on Raspberry Pi Message-ID: <525EF2EB.9060508@gmail.com> In-Reply-To: <525EE877.1020308@gmail.com> References: <525EE877.1020308@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 16/10/2013 23:26, Sevan / Venture37 wrote: > Hi, > I'm attempting to build devel/ncurses on 11.0-CURRENT r256425 running on > a Raspberry Pi but it's failing with > > cc ../obj_s/tic.o ../obj_s/dump_entry.o ../obj_s/transform.o -rpath > /usr/local/lib -I../progs -I../../progs -DHAVE_CONFIG_H -D_BSD_TYPES > -D__BSD_VISIBLE -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DNDEBUG > -I. -I../include -I../../progs/../include -I/usr/local/include/ncurses > -O -pipe --param max-inline-insns-single=1200 -fPIC -DPIC -L../lib > -lncurses -L../lib -ltinfo -o tic > /usr/bin/ld: tic: hidden symbol `__aeabi_memcpy' in > /usr/lib/libgcc.a(aeabi_memcpy.o) is referenced by DSO > /usr/bin/ld: final link failed: Nonrepresentable section on output > cc: error: linker command failed with exit code 1 (use -v to see > invocation) > *** Error code 1 Same thing with devel/ncurses-devel cc ../obj_s/tic.o ../obj_s/dump_entry.o ../obj_s/transform.o -rpath /usr/local/lib -I../progs -I../../progs -DHAVE_CONFIG_H -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -DNDEBUG -I. -I../include -I../../progs/../include -I/usr/local/include/ncurses -O -pipe --param max-inline-insns-single=1200 -fPIC -DPIC -L../lib -lncurses -L../lib -ltinfo -o tic /usr/bin/ld: tic: hidden symbol `__aeabi_memcpy' in /usr/lib/libgcc.a(aeabi_memcpy.o) is referenced by DSO /usr/bin/ld: final link failed: Nonrepresentable section on output cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[3]: stopped in /usr/ports/devel/ncurses-devel/work/ncurses-5.9/build.nowidec/progs *** Error code 1 Stop. make[2]: stopped in /usr/ports/devel/ncurses-devel/work/ncurses-5.9/build.nowidec *** Error code 1 Stop. make[1]: stopped in /usr/ports/devel/ncurses-devel *** Error code 1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?525EF2EB.9060508>