请点击标题下载...
编译环境
- Linux U1504 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:01 UTC 2015 i686 i686 i686 GNU/Linux
- 预装 gcc,make,autoconf,libtool 等等软件
编译,安装步骤
- tar -jxvf CUnit-2.1-3.tar.bz2
- cd CUnit-2.1-3
- mv configure.in configure.ac
- aclocal
- autoconf
- autoheader
- libtoolize
- automake --add-missing
- automake
- mkdir <install directory>
- ./configure --prefix <install directory>
- make
- make install
参考文档
- CUnit --> README
- Elta的博客 autotools工具的使用,配置openOCD
时间: 2024-11-08 18:54:42