编译链接错误信息示例:
server.o: in function `LocalTimeString()':
../../../Include/ErrorCode.h:26:(.text+0x18): relocation truncated to fit: R_AARCH64_LD64_GOTPAGE_LO15 against symbol `__stack_chk_guard@@GLIBC_2.17' defined in .data.rel.ro section in /lib/ld-linux-aarch64.so.1
/usr/bin/ld: ../../../Include/ErrorCode.h:26: warning: too many GOT entries for -fpic, please recompile with -fPIC
/usr/bin/ld: final link failed: nonrepresentable section on output
collect2: error: ld returned 1 exit status
解决方法:编译选项中去掉 -fstack-protector-all -ftrapv -fpie