码迷,mamicode.com
首页 >  
搜索关键字:toolchain    ( 165个结果
安装交叉工具链
本文以Openwrt X86的工具链为例 制作openwrt 的工具链 參考 http://blog.csdn.net/u011641885/article/details/46374945 解压工具链压缩包 tar xvf OpenWrt-Toolchain-x86-generic_gcc-4.8 ...
分类:其他好文   时间:2017-08-09 16:50:02    阅读次数:164
【Cocos2d-x 3.0】游戏开发之android交叉编译
作者:Senlern 转载请注明,原文链接:http://blog.csdn.net/zhang429350061/article/details/37959489 在上一篇文章我分享了如在win32下配置环境搭建project。没有看的童鞋请先看下这篇文章:http://blog.csdn.net ...
分类:移动开发   时间:2017-08-06 16:05:43    阅读次数:273
ncnn阅读 - CMakeLists.txt
CMAKE_TOOLCHAIN_FILE This variable is specified on the command line when cross-compiling with CMake. It is the path to a file which is read early in t ...
分类:其他好文   时间:2017-08-06 11:00:28    阅读次数:229
关于buildroot移植的思考
buildroot是一个成熟的SDK框架,基于它有了openwrt。 曾经有一个项目,需要将原有的OpenWrt SDK改造,并且将软件框架重新定义。尝试精简原来的OpenWrt,并且删除所有的软件包,留下rootfs、busybox这些基本的东西,但是还是有很多地方不如人意,难以修改(定制的过于深 ...
分类:其他好文   时间:2017-07-22 15:39:00    阅读次数:179
01_ndk目录介绍
精力都放在安卓上。所以说呢C这个东西不要纠结太多,对大家的要求就是能看懂,会调用。 Java的特点是一处编译到处运行,跨平台。优势是比native语言强,一处编译到处运行。native语言的劣势是不能跨平台。linux上不能用qq。 今天咱们要写的是native,写C,今天咱们要写程序部署到安卓的设 ...
分类:其他好文   时间:2017-07-17 10:10:49    阅读次数:155
使用NDK编译mono
1.下载并安装ndk 2.导出NDK文件夹到环境变量 export NDK=/var/data/android-ndk-r10e 3.执行NDK的工具链 $NDK/build/tools/make-standalone-toolchain.sh--platform=android-18 --inst ...
分类:其他好文   时间:2017-07-10 14:34:44    阅读次数:194
安装arm-linux-gcc编译器时出现错误,请大神看看怎么回事
echo '/opt/buildroot-2011.05/output/toolchain/gcc-4.3.5/gcc/ada/decl.c' >> tmp-gi.listecho '/opt/buildroot-2011.05/output/toolchain/gcc-4.3.5/gcc/ada/ ...
分类:系统相关   时间:2017-07-07 15:28:03    阅读次数:577
openwrt<转载--openwrt框架分析 >
这次讲讲openwrt的结构. 1. 代码上来看有几个重要目录package, target, build_root, bin, dl.... build_dir/host目录是建立工具链时的临时目录 build_dir/toolchain-<arch>*是对应硬件的工具链的目录 staging_d ...
分类:其他好文   时间:2017-06-21 11:32:49    阅读次数:160
mingw32-gcc.exe: error: CreateProcess: No such file or directory
用code::blocks在windows平台下,搭建object c编译环境时,出现这个错误。 解决的方法: 将setting -> compliler -> Toolchain executables -> compiler's installation directory 改动为你安装的GNU ...
分类:其他好文   时间:2017-05-24 12:45:24    阅读次数:259
在Windows下编译WebRTC
前言 这篇文章的目的在于为你节省生命中宝贵的10小时(甚至更多),或者浪费你10分钟。作为Google更新频繁的大型跨平台基础库,WebRTC的编译一直被人称为噩梦。如果恰巧你偏要在Windows下编译WebRTC,那么你最好提前对自己的耐心做充分的评估。 截止目前,我尝试过中文博客社区里几乎所有的 ...
分类:Windows程序   时间:2017-05-18 20:10:59    阅读次数:271
165条   上一页 1 ... 6 7 8 9 10 ... 17 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!