第一步:安装树莓派交叉编译环境使用的环境:ubuntu13.041.下载交叉编译工具wget https://s3.amazonaws.com/RTI/Community/ports/toolchains/raspbian-toolchain-gcc-4.7.2-linux32.tar.gz2.解压...
分类:
移动开发 时间:
2015-12-05 07:14:47
阅读次数:
347
安装环境 :ubuntu 14.04 安装包 :toolchain.tar.gz编译器版本:gcc version 4.3.3 (Sourcery G++ Lite 2009q1-203)安装步骤如下:step 1: 拷贝到目录 /usr/local -解压 cp toolchain....
分类:
其他好文 时间:
2015-10-26 11:57:05
阅读次数:
261
MSYS2的源配置关于MSYS2的文章可以参考下面的链接,笔者不多赘述:msys2安装笔记MSYS2 + MinGW-w64 + Git + gVim 环境配置msys2环境搭建msys2安装g++: pacman -S mingw-w64-x86_64-toolchain mingw-w64-i6...
分类:
其他好文 时间:
2015-10-14 20:00:01
阅读次数:
250
maven每个版本都有匹配的jdk,当运行不同的goal且该goal需要使用jdk的时候就使用默认的jdk,但从maven2.0版本之后,可以指定使用特定的jdk版本,这是通过maven的toolchain来实现的,可以在toolchain配置文件中指定多个jdk版本,然后在pom.xml文件中指定需要的jdk就可以实现了。..
分类:
其他好文 时间:
2015-09-08 23:43:40
阅读次数:
578
从遇到问题开始说起,发布时候,出现了Invalid Toolchain. New apps and app updates must be built with the public (GM) versions of Xcode 6 or later, and iOS 8 SDK or later....
分类:
移动开发 时间:
2015-09-07 10:46:08
阅读次数:
273
工具链为:
OpenWrt-Toolchain-x86-generic_gcc-4.8-linaro_glibc-2.21.Linux-i686.tar.bz2
错误提示如下:
i486-openwrt-linux-gnu-gcc.bin: warning: environment variable 'STAGING_DIR' not defined
i486-openwrt-linux...
分类:
其他好文 时间:
2015-08-20 20:54:38
阅读次数:
235
这次讲讲openwrt的结构.1.代码上来看有几个重要目录package, target, build_root, bin, dl....---build_dir/host目录是建立工具链时的临时目录---build_dir/toolchain-是对应硬件的工具链的目录---staging_dir/...
分类:
其他好文 时间:
2015-08-17 21:19:41
阅读次数:
331
1.下载并安装ndk
2.导出NDK目录到环境变量
export NDK=/var/data/android-ndk-r10e
3.运行NDK的工具链
$NDK/build/tools/make-standalone-toolchain.sh--platform=android-18 --install-dir=/tmp/my-android-toolchain --arch=...
分类:
其他好文 时间:
2015-08-14 17:09:41
阅读次数:
134
OpenWrt Buildroot is a set of Makefiles and patches that allows users to easily generate both a cross-compilation toolchain and a root filesystem for ...
分类:
其他好文 时间:
2015-08-07 23:49:15
阅读次数:
276