Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2012 21:11:17 +0100
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Zeus Panchenko <zeus@ibs.dn.ua>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: buildkernel error ...
Message-ID:  <50CF7C65.6060303@FreeBSD.org>
In-Reply-To: <20121217090849.21666@relay.ibs.dn.ua>
References:  <20121217090849.21666@relay.ibs.dn.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2012-12-17 07:08, Zeus Panchenko wrote:
> I run FreeBSD 9.0-STABLE #1: Sun Apr 15 21:08:51 UTC 2012 amd64
>
> yesterday I have cvsup-ed src and was trying to buildkernel
> bellow is error I receive:
...
> cc -c -x assembler-with-cpp -DLOCORE -O2 -frename-registers -pipe -fno-strict-aliasing  -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding -fstack-protector  -Werror /usr/src/sys/amd64/acpica/acpi_switch.S
> /usr/src/sys/amd64/acpica/acpi_switch.S: Assembler messages:
> /usr/src/sys/amd64/acpica/acpi_switch.S:146: Error: no such instruction: `xsetbv'
> /usr/src/sys/amd64/acpica/acpi_switch.S:147: Error: no such instruction: `xrstor (%rbx)'
> *** Error code 1

This looks like a problem with your assembler; did you run "make
buildworld" before "make buildkernel"?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50CF7C65.6060303>