Can't build world for ARM on FreeBSD-9.0-CURRENT
Mattia Rossi
mrossi at swin.edu.au
Mon Feb 14 01:16:54 UTC 2011
When trying to cross-compile world with TARGET=ARM on a box running
CURRENT, it fails with the following error (short version):
--------------------------------------------------------------
>>> stage 4.2: building libraries
--------------------------------------------------------------
===> gnu/lib/libssp/libssp_nonshared (obj,depend,all,install)
===> gnu/lib/libgcc (obj,depend,all,install)
===> lib/libcompiler_rt (obj,depend,all,install)
===> gnu/lib/csu (obj,depend,all,install)
===> lib/csu/arm (obj,depend,all,install)
crt1.s: Assembler messages:
crt1.s:36: Error: file number 1 already allocated
*** Error code 1
Stop in /usr/src/lib/csu/arm.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
*** Error code 1
Stop in /usr/src.
Tried on two boxes, one running i386, one running amd64. Fails on both.
Works on 8.2 though. It's a bit annoying.
Any hints?
Mat
More information about the freebsd-arm
mailing list