随笔分类 -  Compile issue

ubuntu解决/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found的问题
摘要:运行进程时报错 ./main: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by ./main) ./main: /lib/x86_64-linux-gnu/libc.so.6: version 阅读全文
posted @ 2024-04-18 14:59 umichan 阅读(19725) 评论(2) 推荐(3)
C++编译问题,解决arm下链接静态库,引起的relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol错误
摘要:显示的完整错误如下: relocation R_AARCH64_ADR_PREL_PG_HI21 against symbol `ZN2c43yml9free_implEPvmS1' which may bind externally can not be used when making a sh 阅读全文
posted @ 2023-01-09 14:44 umichan 阅读(7901) 评论(0) 推荐(1)