Ubuntu 16.10で最新のLinux v4.8.9カーネルをコンパイルしようとしていますが、デフォルトの.configを作成し、menuconfigで変更してmakeを実行した後、このエラーがポップアップし続けます。また、ファイルを展開したらすぐにmake mrproperを実行しました。これは、makeを実行した直後の出力です。
scripts/kconfig/conf --silentoldconfig Kconfig
SYSTBL arch/x86/entry/syscalls/../../include/generated/asm/syscalls_32.h
SYSHDR arch/x86/entry/syscalls/../../include/generated/asm/unistd_32_ia32.h
SYSHDR arch/x86/entry/syscalls/../../include/generated/asm/unistd_64_x32.h
SYSTBL arch/x86/entry/syscalls/../../include/generated/asm/syscalls_64.h
SYSHDR arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_32.h
SYSHDR arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_64.h
SYSHDR arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_x32.h
HOSTCC arch/x86/tools/relocs_32.o
HOSTCC arch/x86/tools/relocs_64.o
HOSTCC arch/x86/tools/relocs_common.o
HOSTLD arch/x86/tools/relocs
CHK include/config/kernel.release
UPD include/config/kernel.release
WRAP arch/x86/include/generated/asm/clkdev.h
WRAP arch/x86/include/generated/asm/cputime.h
WRAP arch/x86/include/generated/asm/dma-contiguous.h
WRAP arch/x86/include/generated/asm/early_ioremap.h
WRAP arch/x86/include/generated/asm/mcs_spinlock.h
WRAP arch/x86/include/generated/asm/mm-arch-hooks.h
CHK include/generated/uapi/linux/version.h
UPD include/generated/uapi/linux/version.h
CHK include/generated/utsrelease.h
UPD include/generated/utsrelease.h
CC kernel/bounds.s
kernel/bounds.c:1:0: error: code model kernel does not support PIC mode
/*
Kbuild:45: recipe for target 'kernel/bounds.s' failed
make[1]: *** [kernel/bounds.s] Error 1
Makefile:1015: recipe for target 'prepare0' failed
make: *** [prepare0] Error 2
また、makeコマンドの後に-no-pieオプションを指定してコンパイルしようとしましたが、一連の新しいエラーが表示され、「ターゲットが見つからない」と常に言われます。gccバージョン6.2.0があります。また、最初はgccが新しすぎたのかもしれないが、gcc-5でも同じ問題が続いているのではないかと思って、gcc-5をインストールしました。メーリングリストや別のフォーラムの誰かが、gitから直接クローンを作成することで問題が解決したと言っていますが、それは私のシナリオでも役に立ちませんでした。
他の誰かがこの問題に遭遇したかどうか知りたいのですが、もしそうなら、可能な修正は何ですか?
注:MacのVirtualboxでUbuntuを実行しているのは、それが問題の原因である可能性がある場合です。