系统环境为Ubuntu12.04.04,配置交叉编译环境使用以下命令即可,具体路径视自己环境而定:./configureCC=/root/openwrt/staging_dir/toolchain-mipsel_1004kc+dsp_gcc-5.3.0_musl-1.1.14/bin/mipsel-openwrt-linux-gccCXX=/root/openwrt/staging_dir/toolchain-mipsel_1004kc+d..
分类:
其他好文 时间:
2016-11-21 23:49:06
阅读次数:
379
Get your own compiler: sudo add-apt-repository ppa:ubuntu-toolchain-r/testsudo apt-get updatesudo apt-get install g++-4.9you can then compile using th ...
分类:
编程语言 时间:
2016-11-20 18:21:57
阅读次数:
181
Step-by-step Windows build 虽然Research一直在用Caffe,而且用的飞起,但还是很关注tensorflow社区的事情,最近发现TF有windows版本的了,就自己试了试。 步骤:https://github.com/tensorflow/tensorflow/tre ...
分类:
Windows程序 时间:
2016-11-19 23:58:53
阅读次数:
1627
运行例程中GPIO工程时,总会加载startup_stm32f103xb.s文件.如此文件注释所说 此文件实现了 -Set the initial SP //设置初始sp指针 - Set the initial PC == Reset_Handler //pc拿到句柄,mian()的汇编指令的首地址 ...
分类:
其他好文 时间:
2016-11-15 17:26:16
阅读次数:
231
首先找交叉编译工具( toolchain ) Development Snapshots http://downloads.openwrt.org/snapshots/trunk/ 我需要的版本是 m7620 http://downloads.openwrt.org/snapshots/trunk/ ...
分类:
其他好文 时间:
2016-11-02 01:09:42
阅读次数:
545
1. Build uboot a) 安装好toolchain (arm-linux-gcc-4.5.1-v6-vfp-20120301.tgz)并设置好 环境变量PATH,保证可以正常使用。 b) 解压 uboot_tiny4412-20130729.tgz 并进入相应的目录 tar xzf ubo ...
分类:
其他好文 时间:
2016-10-07 07:42:43
阅读次数:
245
This PPA is an alternative to toolchain released at https://launchpad.net/gcc-arm-embedded. The source codes for both are same. Currently supports Ubu ...
分类:
其他好文 时间:
2016-09-17 08:16:49
阅读次数:
527
HOST:ubuntu 12.04LTS, 64bit, Core i7-4790K,gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) CROSS-TOOLCHAIN:gcc version 4.4.1 (Sourcery G++ Lite 2009q ...
分类:
其他好文 时间:
2016-08-18 14:13:04
阅读次数:
337
1. 首先添加toolchain环境变量 每一个开发平台所需要用到的交叉编译链接工具不一样,添加到系统 /etc/profile即可 su进入root,执行 vi /etc/profile 在最后添加:export PATH=$PATH:/usr/.../bin/ 添加完成后执行:source /e ...
分类:
其他好文 时间:
2016-08-04 17:45:36
阅读次数:
165
前后台结构
-------------------------------------------------------------------------------------------------------------------------------------
开发环境:AVR Studio 4.19 + avr-toolchain-installer-3.4.1.1...
分类:
其他好文 时间:
2016-07-03 01:52:34
阅读次数:
242