Current-Users archive

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

build.sh ... distribution fails on amd64



Hi,

got this on one of my amd64 machines:

install ===> tools/compat
do-lib-csu ===> .
dependall ===> lib/csu
dependall ===> lib/csu/x86_64
/u/NetBSD/arch/amd64/TOOLS/bin/x86_64--netbsd-gcc -O2 -pipe -fno-unit-at-a-time 
-march=pentiumpro  -fPIC -Wall -Wstrict-prototypes -Wmissing-prototypes 
-Wpointer-arith -Wno-sign-compare -Wno-traditional -Wreturn-type -Wswitch 
-Wshadow  -Werror   -I/u/NetBSD/src/lib/csu/x86_64 -D__EH_FRAME_CONST=const 
-DLIBC_SCCS -DPIC -DDYNAMIC -DELFSIZE=64 -I/u/NetBSD/src/libexec/ld.elf_so 
-I/u/NetBSD/src/lib/csu/x86_64/../common_elf -I/u/NetBSD/src/lib/libc/dlfcn 
-DDWARF2_EH -DJCR -DDSO_HANDLE -nostdinc -isystem 
/u/NetBSD/arch/amd64/dest/usr/include  -c -DCRT0 
/u/NetBSD/src/lib/csu/x86_64/crt0.c -o crt0.o
/u/NetBSD/src/lib/csu/x86_64/crt0.c:1: error: CPU you selected does not support 
x86-64 instruction set
/u/NetBSD/src/lib/csu/x86_64/crt0.c:1: error: CPU you selected does not support 
x86-64 instruction set

*** Failed target:  crt0.o
*** Failed command: /u/NetBSD/arch/amd64/TOOLS/bin/x86_64--netbsd-gcc -O2 -pipe 
-fno-unit-at-a-time -march=pentiumpro -fPIC -Wall -Wstrict-prototypes 
-Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wno-traditional 
-Wreturn-type -Wswitch -Wshadow -Werror -I/u/NetBSD/src/lib/csu/x86_64 
-D__EH_FRAME_CONST=const -DLIBC_SCCS -DPIC -DDYNAMIC -DELFSIZE=64 
-I/u/NetBSD/src/libexec/ld.elf_so -I/u/NetBSD/src/lib/csu/x86_64/../common_elf 
-I/u/NetBSD/src/lib/libc/dlfcn -DDWARF2_EH -DJCR -DDSO_HANDLE -nostdinc 
-isystem /u/NetBSD/arch/amd64/dest/usr/include -c -DCRT0 
/u/NetBSD/src/lib/csu/x86_64/crt0.c -o crt0.o.o
*** Error code 1

Stop.
nbmake: stopped in /u/NetBSD/src/lib/csu/x86_64

*** Failed target:  dependall
*** Failed command: cd /u/NetBSD/src/lib/csu/x86_64; 
/u/NetBSD/arch/amd64/TOOLS/bin/nbmake realall
*** Error code 1

Stop.
nbmake: stopped in /u/NetBSD/src/lib/csu/x86_64

*** Failed target:  dependall-x86_64
*** Failed command: _makedirtarget() { dir="$1"; shift; target="$1"; shift; 
case "${dir}" in /*) this="${dir}/"; real="${dir}" ;; .) this="lib/csu/"; 
real="/u/NetBSD/src/lib/csu" ;; *) this="lib/csu/${dir}/"; 
real="/u/NetBSD/src/lib/csu/${dir}" ;; esac; show=${this:-.}; echo "${target} 
===> ${show%/}${1:+ (with: $@)}"; cd "${real}" && 
/u/NetBSD/arch/amd64/TOOLS/bin/nbmake _THISDIR_="${this}" "$@" ${target}; }; 
_makedirtarget x86_64 dependall
*** Error code 1

Stop.
nbmake: stopped in /u/NetBSD/src/lib/csu

*** Failed target:  do-lib-csu

This happend first w/ source updated May 14 17:23 MDST. I've really no idea,
what's on there - but hope some else knows how to cure this ;-)

Kurt

(..../obj/ tree was cleared before starting this build. The 2 cpus are:
cpu0 at mainbus0 apid 0cpu0: WARNING: AMD errata present, BIOS upgrade may be
cpu0: WARNING: necessary to ensure reliable operation
: AMD 686-class, 1994MHz, id 0xf5a
cpu0: AMD Power Management features: f<TTP,VID,FID,TS>
cpu0: 16 page colors
cpu1 at mainbus0 apid 1: AMD 686-class, 1994MHz, id 0xf5a
cpu1: AMD Power Management features: f<TTP,VID,FID,TS>)



Home | Main Index | Thread Index | Old Index