問題如下:
mipsel-linux-ld: SFont.c:(.text+0x3ec): undefined reference to `__stack_chk_guard' mipsel-linux-ld: SFont.c:(.text+0x594): undefined reference to `__stack_chk_guard' mipsel-linux-ld: SFont.c:(.text+0x5cc): undefined reference to `__stack_chk_fail'
解法如下:
CFLAGS += -fno-stack-protector