Subject: Re: crosscompiling fails with "missing separator."
To: None <sammyshome@gmx.net>
From: Havard Eidnes <he@uninett.no>
List: current-users
Date: 05/11/2006 11:02:39
> After updating the sourcetree with
>
> # cvs update -dP =
> # USETOOLS=3Dyes sh build.sh -m sparch64 -O ../../obj -T ../../tools =
-u -U release
>
> another error occurs. =
>
> nbmtree: ./usr/include/sparc64: No such file or directory
>
> But this directory exists!
First off, USETOOLS=3Dyes is the default.
Secondly, I'd say it's at best unconventional to use relative
paths as arguments to -O and -T. Please try to use absolute
paths instead and see if that improves the situation.
Regards,
- H=E5vard