/********************************************************************** * help2man: can't get `--help' info from automake-1.15 Try `--no-discard-stderr' if option outputs to stderr Makefile:3687: recipe for target 'doc/automake-1.15.1' failed * 说明: *…
LZ没学过makefile的写法,只知道使用tab.于是乎发现了autotools系列工具 基本流程是:autoscan.aclocal.autoconf.autoheader.automake.configure (1) 使用autoscan命令自动生成configure.scan文件(configure.in原型) muye@bupt:~/FFTC/FFTC$ cd test/ muye@bupt:~/FFTC/FFTC/test$ ls Complex_Array.cpp Complex.…
2019.2.17日:最终安装成功,完美解决! 2019.2.16日:最终安装未成功,但是过程中排除 了几个bug,前进了几步,仅供参考. 写在最前面,yocto安装是有系统要求的,Deepin 15.8不在此Freescale SDK安装的官方适配范围内,楼主只是一时兴起,强行安装. 首先在VMware分配QorIQ Linux SDK v2.0 SOURCE.iso光盘镜像给虚拟机,会自动挂载在 /media/eric/yocto目录下. 打开terminal  执行: -> /media/…
检查发现其实已经安装了automake,只不过版本是automake-1.15.1 $ automake --version automake (GNU automake) 1.15.1 解决方法一    参考https://github.com/UBERTC/isl/issues/1,在 /usb/bin 目录为 automake-1.14 和 aclocal-1.14 创建软链接 $ sudo ln -s /usr/bin/automake-1.15 /usr/bin/automake-1.…
安装 http://www.openfst.org/twiki/bin/view/GRM/ThraxQuickTour http://cslu.ogi.edu/~sproatr/Courses/TextNorm/tutorial.html http://www.openfst.org/twiki/pub/GRM/ThraxDownload/thrax-1.2.7.tar.gz thrax-1.2.5以上要求openfst-1.6.6以上 thrax-1.2.4要求openfst-1.6.0以上…
老版的caffe在BVLC的github上已经找不到,如果要想下载老版caffe可以下载微软的caffe版本:https://github.com/Microsoft/caffe 网上的大多安装caffe教程都是基于老版的caffe. 常规错误参考:https://www.cnblogs.com/cxyxbk/p/5902034.html win10+VS2017 如果只编译libcaffe项目按照网上的流程,基本可以OK 如果还编译其他项目,可能会出现以下问题,以编译upgrade_net_p…
一.背景: lftp依赖于ncurses,readline和gnutls 二.准备工作 2.1交叉编译ncurses 2.1.1获取ncurses源码 wget ftp://ftp.invisible-island.net/ncurses/ncurses.tar.gz 2.1.2解压 tar xvf ncurses.tar.gz 2.1.3配置以生成Makefile ./configure CC=arm-linux-gnueabi-gcc --host=arm-linux-gnueabi --p…
root@ubuntu31:~/linux-ftools-master# makecd . && /bin/bash /root/linux-ftools-master/missing --run aclocal-1.10/root/linux-ftools-master/missing: line 54: aclocal-1.10: command not foundWARNING: `aclocal-1.10' is missing on your system. You should…
在centos6.X上安装caffe 0.编译安装gcc4.8.5 由于centos6.x中的gcc版本老旧,不支持c++11所以要安装gcc4.8.5,以下是安装教程.参考CentOS 6.4 编译安装 gcc-4.8.0 解压安装包进入目录执行download_prerequisites脚本./contrib/download_prerequisites 新建buildmkdir build 进入build目录执行 ../configure -enable-checking=release…
在上文中,按照guide, 在树莓派目标板上install bcm2835. 因为bcm2835是用户空间应用,所以可以在宿主机上交叉编译,生成binary后在树莓派执行 按照guide: Installation This library consists of a single non-shared library and header file, which will be installed in the usual places by make install # download t…