I was inspired by the clang build world topic to try a cross build world
of ARM from a i386 computer.
I use the build command:
make TARGET_ARCH=arm TARGET_CPUTYPE=xscale buildworld
(I tried an "TARGET_CPUTYPE=cortex-a8" once also, I got the same errors
below).
/etc/src.conf is taken fro
On 09/24/2010 16:42, Marius Strobl wrote:
> On Tue, Jul 20, 2010 at 01:55:28PM +0200, Stle Kristoffersen wrote:
>> I got the timeouts with STABLE as well, that was the reason for me to
>> try out CURRENT. I'm sorry I didn't mention that earlier.
>>
>> My main concern is to get rid of the timeouts,
On Tue, Jul 20, 2010 at 01:55:28PM +0200, Stle Kristoffersen wrote:
> On 2010-07-20 at 12:17, Marius Strobl wrote:
> > On Mon, Jul 19, 2010 at 07:06:54PM +0200, Stle Kristoffersen wrote:
> > > On 2010-07-18 at 14:20, Marius Strobl wrote:
> > > > > > Downgrading now...
> > > > >
> > > > > And it cr
On 2010-09-24 14:13, Bartosz Stec wrote:
Could you please try to rename this make.conf to e.g. make.conf.disable,
and retry the world build?
Still the same without make.conf. My personal guess is, that clang
builded by clang with CPUTYPE=athlon-xp is somehow broken. I don't think
CFLAGS=-O2 -pip
On Thursday, September 23, 2010 5:41:35 pm m...@freebsd.org wrote:
> I can't say I understand much about the syntax of the top part of
> sys/conf/files, but this line:
>
>
> aicasmoptional ahc | ahd
>\
> dependency "$S/dev/aic7x
W dniu 2010-09-24 13:47, Dimitry Andric pisze:
On 2010-09-24 13:24, Bartosz Stec wrote:
make.conf (note that NOCCACHE was defined in environment during all
builds so ccache wasn't used):
CPUTYPE=athlon-xp
# default build settings for ports collection
.if ${.CURDIR:M*/ports/*}&&
On 2010-09-24 13:24, Bartosz Stec wrote:
make.conf (note that NOCCACHE was defined in environment during all
builds so ccache wasn't used):
CPUTYPE=athlon-xp
# default build settings for ports collection
.if ${.CURDIR:M*/ports/*}&& !defined(NOCCACHE)
CFLAGS=-O2 -pipe
.
W dniu 2010-09-23 16:45, Dimitry Andric pisze:
On 2010-09-23 13:24, Bartosz Stec wrote:
I cannot reproduce this here, running the exact command printed above.
What is the output of "/usr/bin/clang++ -v" ?
# /usr/bin/clang++ -v
FreeBSD clang version 2.8 (branches/release_28 114020) 20100917
Tar
Thanks for all the helpful suggestions.
csup worked like a charm and solved the problem. I will be rebuilding my
ports gradually, starting with the development ports like Perl, gcc,
clang etc.
I am also experimenting with a custom kernel where I am eliminating
drivers and modules for isa, wireles