Sudo make错误:make:*** [prepare-compiler-check]错误1

时间:2018-10-23 16:36:22

标签: linux ubuntu configuration linux-kernel virtualbox

我的问题是这样的。当我通过此代码“ sudo make menuconfig”配置内核时,我将如下所示放置“ sudo make”。然后来这个错误。我不懂为什么?我可以解决吗?怎么样?谢谢!

    user@user-VirtualBox:~/linux-4.8$ sudo make

结果是

    scripts/kconfig/conf  --silentoldconfig Kconfig
    CHK     include/config/kernel.release
    Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector- 
    strong 
    not supported by compiler
    Makefile:1048: recipe for target 'prepare-compiler-check' 
    failed
    make: * [prepare-compiler-check] Error 1

1 个答案:

答案 0 :(得分:0)

似乎您使用的是旧版本的编译器。执行href="@Url.Action("RedirectTo","Barcos", new { id = item.SapId })" class="btn btn-danger"> <span title="Excluir" class="glyphicon glyphicon-alert"></span> </a> ,进行配置,然后尝试:

make mrproper

此后可以完成scripts/config --disable CC_STACKPROTECTOR_STRONG(其中N-是jobs的数目)。

有用的链接:123