Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2011 11:20:11 +1100
From:      Mattia Rossi <mrossi@swin.edu.au>
To:        freebsd-arm@freebsd.org
Subject:   Can't build world for ARM on FreeBSD-9.0-CURRENT
Message-ID:  <4D58753B.7000406@swin.edu.au>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D58753B.7000406>