"Demo1 - Debug": The compiler's setup (LLVM D Compiler) is invalid, so Code::Blocks cannot find/run the compiler.Probably the toolchain path within th...
分类:
其他好文 时间:
2015-06-17 10:57:54
阅读次数:
88
1. LLVM1.1 LLVM 是什么?A): an umbrella project"hosts and develops a set of close-knit low-level toolchain components (e.g., assemblers, compilers, debugg...
分类:
其他好文 时间:
2015-06-13 21:25:38
阅读次数:
122
原文网址:http://www.cnblogs.com/muyun/p/3370996.html一、安装ARM-Linux-GCC工具链 只需要一句命令: sudo apt-get install gcc-arm-linux-gnueabi 前提是你的Ubuntu系统版本是官网支持的最新的版本...
分类:
系统相关 时间:
2015-06-07 12:24:04
阅读次数:
15672
解决方案:1.将ndk文件夹名称android-ndk-r10c修改为androidndkr10c只要不带横线就可以2.修改环境变量中的NDK_ROOT路径,去掉原来的横线即由D:\cocos\android-ndk-r9d修改为D:\cocos\androidndkr9d分析如下:用EditPlus打开build_native.pydefselect_toolchain_version():‘‘‘Bec..
分类:
其他好文 时间:
2015-05-28 16:27:34
阅读次数:
168
1、解压ffmpeg2.6.3源代码,在根目录下新建文件myconfig,内容如下,执行命令chmod 777 ./myconfig2、./myconfig3、make4、make install5、make clean./myconfig内容如下:###Toolchain options:# -....
分类:
其他好文 时间:
2015-05-25 18:09:29
阅读次数:
204
第一步,首先编辑 /etc/apt/sources.list,增加下面源:(加入源后务必执行apt-get update,假设有错误提示,先执行第二步,然后apt-get update)Debian平台:deb http://llvm.org/apt/wheezy/ llvm-toolchain-w...
分类:
系统相关 时间:
2015-05-20 14:40:56
阅读次数:
5809
很久没有整Qt了,现在基本的功能实现了,需要移植到目标平台,配置环境如下:从linux移植qt移植到openwrt上。
配置QMAKESPEC (这个指定来qmake.conf目标文件位置,toolchain提供相对目录mips-linux-g++, qmake.conf需要修改编译工具名称)
配置STAGING_DIR (这个是openwrt平台的需要,相对应OpenWrt SDK中的目标平台)...
分类:
其他好文 时间:
2015-05-05 19:35:13
阅读次数:
515
sudo add-apt-repository ppa:ubuntu-toolchain-r/testsudo apt-get updatesudo apt-get install g++-4.8至此,g++-4.8已经安装,但还未被设为默认。再执行下面的命令切换链接。sudo rm /usr/bi...
分类:
系统相关 时间:
2015-04-20 22:36:28
阅读次数:
314
1 创建工具连 toolchain
# apt-get install gcc-arm-linux-gnueabihf ncurses-dev uboot-mkimage build-essential git
# Older (prior to 2013): apt-get install gcc-4.6-arm-linux-gnueabi ncurses-dev uboot-...
分类:
系统相关 时间:
2015-04-03 17:28:31
阅读次数:
296
一、动态库的链接和链接选项-L,-rpath-link,-rpath (1).现代连接器在处理动态库时将链接时路径(Link-time path)和运行时路径(Run-time path)分开, 用户可以通过-L指定连接时库的路径, 通过-R(或-rpath)指定程序运行时库的路径,...
分类:
系统相关 时间:
2015-03-13 15:50:45
阅读次数:
349