Subject: Re: how to compile an ELF snapshot?
To: Christian Groessler <cpg@aladdin.de>
From: Jonathan R. Hinds <jon@fork.yi.org>
List: port-dreamcast
Date: 01/17/2002 07:11:39
I don't think that the sh ports are switched over to the new toolchain
yet.  If I am mistaken, someone please correct me.


--jon

On 17 Jan 2002, Christian Groessler wrote:

> 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
>
>