摘要: ld.lld: error: undefined symbol: _impure_ptr 出现该问题解决办法 解决方案命令 方法1:显式链接newlib gcc -specs=nosys.specs your_source.c -o output 方法2:使用完整newlib gcc --specs 阅读全文
posted @ 2025-11-13 15:26 michaelchengjl 阅读(9) 评论(0) 推荐(0)