NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Build.sh fails



Hi,
I'm attempting to use build.sh to build MIPS tools.  I give the command,

./build.sh -m mipsel -m evbmips-el -T /usr/opt/mipsel/tools -O
/usr/opt/mipsel/obj

Everything seems to proceed well.  Most of the tools have been created, but
the build fails with,

----------------------------------------------------------

Stop.
nbmake: stopped in /usr/src/tools/disklabel

*** Failed target: depebdall-disklabel
*** Failed command: _makedirtarget() {dir="$1"; shift; target="$1"; shift;
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="";
real="/usr/src/tools" ;; *) this="${dir}/"; real="/usr/src/tools/${dir}" ;;
esac; show=${this;-.}; echo "${target} ===> show=${this&/}${1:+ (with:
$@)}"; cd "{real}" && /usr/opt/mipsel/tools/bin/nbmake _TTHISDIR_="${this}"
"$@" ${target}; }; _makedirtarget disklabel dependall
*** Error code1

Stop.
Nbmake: stopped in /usr/src/tools

ERROR: Failed to make dependall tools
*** BUILD ABORTED ***

----------------------------------------------------------

Has anyone seen this before or knows what the issue is?

Help!

CLN




Home | Main Index | Thread Index | Old Index