Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/fortran/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/sharepoint/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Kernel 未定义对`uu stack_chk_fail';在pintos安装期间_Kernel_Pintos - Fatal编程技术网

Kernel 未定义对`uu stack_chk_fail';在pintos安装期间

Kernel 未定义对`uu stack_chk_fail';在pintos安装期间,kernel,pintos,Kernel,Pintos,我试图在Ubuntu13.10中安装pintos,但在线程文件夹中执行“make”命令时,我遇到了错误 “更多未定义的对“\uu堆栈\u chk\u失败”的引用如下 生成[1]:*[kernel.o]错误1“ 由于我是第一次遇到这个错误,我无法理解这一点。Ubuntu的GCC默认启用了-fstack-protector标志,用于防御堆栈溢出攻击()。您必须将-fno stack protector添加到编译器标志中

我试图在Ubuntu13.10中安装pintos,但在线程文件夹中执行“make”命令时,我遇到了错误

“更多未定义的对“\uu堆栈\u chk\u失败”的引用如下 生成[1]:*[kernel.o]错误1“


由于我是第一次遇到这个错误,我无法理解这一点。

Ubuntu的GCC默认启用了
-fstack-protector
标志,用于防御堆栈溢出攻击()。您必须将
-fno stack protector
添加到编译器标志中