在尝试使用arm修补最新的grsec补丁4.9.24时,出现错误“错误:本地标签”,如下所示:
CC kernel/fork.o
/tmp/ccInzvLE.s: Assembler messages:
/tmp/ccInzvLE.s: Error: local label `"4" (instance number 1 of a fb label)' is not defined
make[1]: *** [kernel/fork.o] Error 1
这是我下载和编译的方式:
wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.9.24.tar.gz
tar vxf linux-4.9.24.tar.gz
cd linux-4.9.24
patch -p1 < grsecurity-3.1-4.9.24-201704220732.patch
make ARCH=arm sama5_defconfig
make ARCH=arm oldconfig
make ARCH=arm
有人知道如何解决吗?