1. Downloading toolchain and setup. git clone https://android.googlesource.com/platform/prebuilts/gcc/linux x86/arm/arm eabi 4.7/ 2. Downloading kerne ...
分类:
其他好文 时间:
2017-12-26 14:22:05
阅读次数:
190
In RAD Studio 10.2.2, we've made a number of great quality improvements for the C++ toolchain and for the debugger for both C++ and Delphi. Debugger L ...
分类:
编程语言 时间:
2017-12-24 11:18:48
阅读次数:
212
问题描述 利用toolchian.cmake设置好编译器后,利用make指令生成静态库,出现以下问题 出错原因,toolchain.cmake文件内没有声明静态库生成器AR;解决方式,在toolchian.cmake文件内添加下面的声明 之后删除build文件下的所有内容 再次调用cmake生成ma ...
分类:
其他好文 时间:
2017-12-15 15:08:12
阅读次数:
153
After downloaded and installed the GCT's SDK and toolchain, we try to make an our own image which include gdb. But the way is much more tortuous than ...
分类:
数据库 时间:
2017-12-03 16:28:14
阅读次数:
563
基于Eclipse IDE的Ardupilot飞控源码阅读环境搭建 作者:Awesome 日期:2017-10-21 需准备的软件工具 Ardupilot飞控源码 PX4 toolchain JAVA开发环境,注意必须是32位的软件。 Ardupilot飞控源码 PX4 toolchain JAVA ...
分类:
系统相关 时间:
2017-10-22 01:33:48
阅读次数:
344
gcc环境 sudo apt-get update && \sudo apt-get install build-essential software-properties-common -y && \sudo add-apt-repository ppa:ubuntu-toolchain-r/te ...
分类:
系统相关 时间:
2017-10-17 16:32:43
阅读次数:
398
万用头文件#include<bits/stdc++.h>,包含了<queue>,<vector>,<string>,<algorithm>,<iostream>等等各个竞赛中常用或不常用的头文件,可谓省时省力,竞速必备。如今已被大部分oj所支持。面试时大部分的判题系统也亲测可用。但有的编译器却不能够 ...
分类:
编程语言 时间:
2017-09-26 16:11:10
阅读次数:
339
一、开发openwrt程序 1.安装交叉编译环境 sudo tar jxvf OpenWrt-Toolchain-ar71xx-for-mips_34kc-gcc-4.8-linaro_uClibc-0.9.33.2.tar.bz2 -C /opt/ 2.设置环境变量 sudo vi /etc/ba ...
分类:
其他好文 时间:
2017-09-07 10:01:52
阅读次数:
127
Getting started with WebGL development WebGL开发入门 What is Unity WebGL? 什么是Unity WebGL? The WebGL build option allows Unity to publish content as Jav ...
分类:
Web程序 时间:
2017-08-30 19:56:48
阅读次数:
437
如果你使用gcc对一部分模块进行了GNUMake的编译,这些编译出动态库使用在Gradle编译框架下的项目。那么就有可能出现题目中的情况,使用不同的C++支持库的模块混合开发时,引发异常展开不正常。 当我们使用GNUMake编译的项目进行移植编译时,都会使用Ndk的toolchains下对应的gcc ...
分类:
编程语言 时间:
2017-08-16 12:26:52
阅读次数:
201