Ubuntu :relocation R_X86_64_32 against `.rodata‘ can not be used when making a PIE object;
relocation R_X86_64_32 against `.rodata’ can not be used when making a PIE object; recompile with -fPIE今天用Makefile make几个可执行文件:报了这么个错意思是在编译成可执行程序时候(pie就是生成可执行程序,与pic有区别),.dodata不能用,让你重新编译。但是再编译就会发现还是这
·





所有评论(0)