使用预先编译好的工具链下载:ftp://ocuser:oc@195.67.9.12/toolchain/or32-elf-linux-x86.tar.bz2解压tar xjf or32-elf-linux-x86.tar.bz2解压会产生一个新的文件夹,or32-elf/导出文件路径,把下面这句命令...
分类:
其他好文 时间:
2014-07-27 22:04:59
阅读次数:
410
安装g++ 4.8
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-4.8
sudo update-alternatives --install...
分类:
编程语言 时间:
2014-07-05 23:36:20
阅读次数:
326
本文解决如何在Android下使用gdb来调试无符号的ELF文件,尤其是内存buju...
分类:
移动开发 时间:
2014-06-22 19:12:48
阅读次数:
381
method 1.1.google上直接下载NDK源码解压即可,目前版本为 android-ndk-r9d配置$NDK_HOME 和 $PATHexport NDK_HOME=/XXX/android-ndk-r9dexport PATH=$NDK_HOME:$PATH2.提取toolchain参考...
分类:
移动开发 时间:
2014-06-17 00:59:19
阅读次数:
461
首先在 Settings-Complier中把 Microsoft Visual c++ 2010
设置成默认(莫不默认也无所谓,就是改着方便而已)然后在ToolChain excutable 中,设置好路径D:\Program Files
(x86)\Microsoft Visual Studio...
分类:
其他好文 时间:
2014-05-26 21:56:11
阅读次数:
332