工具使用
文章平均质量分 92
开发工具使用
晶通物控
草根技术创业多年,在嵌入式方面浸淫多年。希望能分享一点经验给大家,难免有误,请各路高手多多指正,共同提高
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
NIOSII 安装问题汇总
问题1:1 [main] sh 13224 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem tothe public mailing list cygwin@cygwin.com[BSP clean complete]原创 2021-06-10 12:19:03 · 2829 阅读 · 2 评论 -
Makefile常用调试方法
转载自 陈皓《跟我一起写 Makefile》《GNU Make项目管理》GNU make提供了若干可以协助调试的内置函数以及命令行选项。1、warning函数$(warning string)函数可以放在makefile中的任何地方,执行到该函数时,会将string输出,方便定位make执行到哪个位置。warning函数可以放在makefile中的任何地方:开始的位置、...转载 2020-03-22 08:26:01 · 2562 阅读 · 0 评论 -
使用autotools工具用configure、make、make install编译安装linux工程的详细步骤
autotools是个系列工具,主要由autoconf、automake、perl语言环境和m4等组成,所包含的命令有5个:下图是autotools使用的流程图:autotools的安装:apt-getinstallautoconfautomakeautotools-devm4autotools使用简单实例如下:准备程序源代...转载 2020-03-23 19:38:58 · 608 阅读 · 0 评论 -
CMake构建系统的80个命令
CMD#1:add_custom_command为生成的构建系统添加一条自定义的构建规则。add_custom_command命令有两种主要的功能;第一种是为了生成输出文件,添加一条自定义命令。add_custom_command(OUTPUT output1 [output2 ...] COMMAND command1 [ARGS] [a...转载 2020-03-24 17:32:21 · 919 阅读 · 0 评论
分享