提问人:Anıl Elmaz 提问时间:11/13/2023 更新时间:11/13/2023 访问量:29
当我点击Codelite上的运行按钮时,出现了这个页面,我必须做什么?我有一个GNU gdb调试器,有问题吗?而且没有图书馆?
When I hit the run button on Codelite this page appeared what i have to do ? I have a GNU gdb debugger , is it a problem? And there is no library?
问:
̈make[1]: *** [Debug/ProjectC2] 错误 1
ld:找不到 -lcrt0.o 的库
clang:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用)
/usr/bin/g++ -o 调试/ProjectC2 @“ProjectC2.txt” -L. -static
----------构建项目:[ ProjectC2 - 调试]----------
/usr/bin/make -j8 -e -f Makefile 文件
答: 暂无答案
评论
C
C++