crabxmz
crabxmz
全部文章
编译链接
acm(20)
AI(6)
c++开发(18)
ctf(13)
java(2)
linux运维(22)
note(1)
python(12)
web安全(4)
windows运维(2)
内核(3)
分布式(3)
前端(2)
存储(1)
安卓(6)
搜索引擎(1)
操作系统(2)
测试(3)
监控运维(1)
编译构建(1)
网络协议及分析工具(3)
虚拟化(3)
软件调试(1)
量化(1)
面试(1)
音视频(6)
归档
标签
去牛客网
登录
/
注册
卐
steins gate
全部文章
/ 编译链接
(共4篇)
make命令
make -C M= 参考https://blog.csdn.net/qq_40334837/article/details/89515751 $(MAKE) -C $(KERNELDIR) M=$(PWD) modules 这句是M...
2020-03-31
0
445
g++命令
增加include头文件路径 g++ -I 增加链接的库文件路径 g++ -L 链接具体库 g++ -l 禁止显示所有警告信息 g++ -w 打开一些很有用的警...
2020-03-17
0
711
cmake学习
官方文档 https://cmake.org/documentation ADD_EXECUTABLE: Add an executable to the project using the specified source files.//合成可执行文件 ADD_...
2020-01-22
0
550
ubuntu下的编译链接
查看.so中导出函数 objdump -tT **.so 查看链接器路径 cat /etc/ld.so.conf missing -D__STDC_CONSTANT_MACROS报错 #include<stdint.h>/...
2020-01-16
0
512