没关系的,GCC只是个C的编译器,只要编译内核没有报错就能成功编译的!如果报错的话就直接升级GCC版本就行了!
(option -g). If you compile with debug info, you can get it back with readelf: [root@localhost test]# gcc a.c [root@localhost test]# readelf -wi a.out [root@localhost test]# gcc a.c -g [root@localhost test]# readelf -wi a.out The section .d...
(option -g). If you compile with debug info, you can get it back with readelf: [root@localhost test]# gcc a.c [root@localhost test]# readelf -wi a.out [root@localhost test]# gcc a.c -g [root@localhost test]# readelf -wi a.out The section .d...