c3dEngine在iphone6模拟器下运行报错No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=arm64, VA使用下面方法中的第3条解决了问题:转自:http://my.oschina.net/u/12446...
分类:
其他好文 时间:
2015-12-06 19:13:31
阅读次数:
164
1、 将gpio13和gpio17也当作普通gpio使用,修改target/linux/ar71xx/files/arch/mips/ath79/mach-dragino2.c文件如下/* * DRAGINO V2 board support, based on Atheros AP121 boa....
分类:
其他好文 时间:
2015-12-03 13:17:54
阅读次数:
304
Linux系统内核制作 1、清除原有配置与中间文件 x86: make distclean arm: make distclean 2、配置内核 x86: make menuconfig arm: make menuconfig ARCH=arm 3.编译内核 ...
分类:
系统相关 时间:
2015-11-27 23:30:19
阅读次数:
211
find cygnus/firmware_cygnus/target/linux/brcm5830/files/arch/arm/mach-iproc/pm_iproc/ -name "*.c" -print | xargs grep "USB"原文地址:find中的-print0和xargs中-0...
分类:
其他好文 时间:
2015-11-26 16:55:55
阅读次数:
168
经典错误一No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=armv7, VA运行报错出现的原因:armv7s是应用在iPhone 5 A6 的架构上的解决的方式:1,在Project target里“Archite...
分类:
移动开发 时间:
2015-11-23 18:48:16
阅读次数:
147
#define FIL_PAGE_ARCH_LOG_NO_OR_SPACE_ID 34/*************************************************************//**Gets the tablespace identifier.@return .....
分类:
其他好文 时间:
2015-11-23 18:31:58
阅读次数:
170
转自:http://www.cnblogs.com/superlcc/archive/2012/09/12/2681930.html现在以module_init为例分析initcall在内核中的调用顺序在头文件init.h中,有如下定义:#define module_init(x) __initca...
分类:
其他好文 时间:
2015-11-23 16:15:18
阅读次数:
139
#wget "http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os"建立起了index.html?release=6&arch=x86_64&repo=os库url1.为DVD建立挂载目录#mkdir /media/Centos2.挂...
分类:
其他好文 时间:
2015-11-22 23:28:10
阅读次数:
169
1. 安装ibus-libpinyin。sudo pacman -S ibus-libpinyin如果系统之前没有安装ibus,则先通过pacman安装ibus。2.安装ibus-qt软件库sudo pacman -S ibus-qt3. 在 Setting里面找到 Regin&Language,设...
分类:
其他好文 时间:
2015-11-21 21:09:17
阅读次数:
773
其实百度上有很多的Linux命令大全什么的文档,就不多说了。下面就列举一下一些常用的linux命令。系统信息arch 显示机器的处理器架构(1)uname -m 显示机器的处理器架构(2)uname -r 显示正在使用的内核版本dmidecode -q 显示硬件系统部件 - (SMBIOS / DM...
分类:
系统相关 时间:
2015-11-19 12:59:19
阅读次数:
160