- 博客(9)
- 收藏
- 关注
原创 安装qtcreator报错:qt.qpa.plugin: Could not load the Qt platform plugin xcb in““ even though it was found
安装qtcreator报错:qt.qpa.plugin: Could not load the Qt platform plugin xcb in““ even though it was found。
2024-03-05 14:35:29
1044
1
原创 linux下LTP的安装和配置
(1) 更新系统(2)安装编译环境(3)安装需要的软件包(4)解压ltp软件包(5)创建目录(6)配置(7)编译sudo make(8)编译安装2.1.1 LTP源码包目录结构INSTALLLTP安装配置指导文档READMELTP介绍CREDITS记录对LTP有很大贡献的人COPYINGGNU公开许可证ChangeLog描述版本变化ltpmenu规划执行LTP的图形化界面接口MakefileLTP顶层目录的Makefile,负责编译安装pan、testcases和tools。
2023-12-09 11:05:27
3901
5
原创 c代码编译失败:undefined reference to ‘mq_open‘.
解决方法:需要包含头文件<mqueue.h>和<fcntl.h>,在编译时还需加编译选项-lrt。
2023-10-24 09:47:15
343
原创 c代码编译失败:undefined reference to ‘pthread_create‘.
原因:pthread_create不是Linux自带的函数,编译时需加-lpthread链接。
2023-10-24 09:37:29
285
原创 c++报错:reference to non-static member function must be called
leetcode 435题报错:reference to non-static member function must be called 。。。见图中解决办法及解释
2021-07-09 16:26:33
765
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人