Subject: how to compile an ELF snapshot?
To: None <port-dreamcast@netbsd.org>
From: Christian Groessler <cpg@aladdin.de>
List: port-dreamcast
Date: 01/17/2002 14:15:48
Hi,

I'm trying to cross compile the distribution. I created the ELF
toolchain with 

USE_NEW_TOOLCHAIN=yes OBJECT_FMT=ELF ./build.sh -t -m dreamcast

which worked fine.

Now I try to make a distibution with

USE_NEW_TOOLCHAIN=yes OBJECT_FMT=ELF ./build.sh -m dreamcast -d -D /local/dc-dist 

but this quicky dies with


cleandir ===> gnu
cleandir ===> gnu/lib
cleandir ===> gnu/lib/libbfd
nbmake: "/usr/oth2/src/gnu/lib/libbfd/Makefile" line 14: Could not find /usr/oth2/src/gnu/lib/libbfd/arch/sh3el/defs.mk
nbmake: Fatal errors encountered -- cannot continue

nbmake: stopped in /usr/oth2/src/gnu/lib/libbfd
*** Error code 1


There don't appear to be SH directories in src/gnu/lib/libbfd/arch ??

regards,
chris