Subject: Re: Cross compile with ro-source tree
To: None <tech-toolchain@NetBSD.org>
From: Alan Barrett <apb@cequrux.com>
List: tech-toolchain
Date: 04/30/2007 12:31:02
On Mon, 30 Apr 2007, Richard Kästner wrote:
> # RFK :  cmd=./build.sh -m evbarm kernel=TS7200
> ===> build.sh command: ./build.sh -m evbarm kernel=TS7200
> ===> build.sh started: Mon Apr 30 11:22:53 CEST 2007
> ===> NetBSD version:   4.99.18
> ===> MACHINE:          evbarm
> ===> MACHINE_ARCH:     arm
> ===> Build platform:   FreeBSD 6.2-RELEASE-p1 i386
> ===> HOST_SH:          /bin/sh
> #    objdir  /usr/NETBSD/evbarm/OBJ/tools
> ln: obj: Read-only file system

It appears to be trying to make a symlink from SRC/tools/obj to OBJ/tools.
This is probably because you didn't pass a "-O" option to build.sh.

--apb (Alan Barrett)