E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
toolchain
Ubuntu安装交叉工具链
一、下载工具链,并解压到根目录 (1)、通过samba将下载好的工具链(我这里用的是
toolchain
s_for_s3c2410.tar.bz2)拷贝到/home目录下 解压
yicao821
·
2011-08-18 22:00
使用NDK build android上的busybox.
当然我们也可以用gcc的
toolchain
s来build,但生成出来的那个二进制文件的size会让你疯狂。而用NDK生成出来的二进制则是gcc生成的五分之一左右。
nicebooks
·
2011-08-16 19:00
android
gcc
Build
features
applet
Allocation
2011-8-13 16:15:07
这也意味着,当更新到新版本的NDK的时候,你应该得益于新的
toolchain
/platform的支持,而无需修改你的Android.mk文件。自动解决头文件和依赖关系注意:这些语
cstk502
·
2011-08-13 16:00
Module
System
Build
Path
include
library
cross compile
toolchain
for arm/android
基本信息:exportCROSS_HOST="$(echo$MACHTYPE)"exportCROSS_TARGET="arm-jkphone-linux-gnueabi"exportCROSS_ROOT="$(pwd)/cross-tools"我把手机的sd卡分成两个区,第一个是fat32(android似乎不支持把sdcard全部分成ext3……),第二个是ext3,手动在fat32区的根目录
gy_jk
·
2011-08-10 22:00
android
gcc
ext
Build
工具
tools
STM32 eCos 启动代码分析(一)系统复位
好在eCos3.0以后ecoscentric提供的
toolchain
已经支持了Co
rickleaf
·
2011-08-10 14:00
交叉编译工具arm-linux-gcc&arm-elf-gcc下载地址全集
常用的交叉编译起可以从下边的站点下载:http://frank.harvard.edu/~coldwell/
toolchain
/http://www.kegel.com/crosstool/ 最常用的编译版本是
meakhella
·
2011-08-07 11:28
linux
工具
编译
下载地址
交叉
编译android 2.3, 出现`GLIBC_2.11' not found
/prebuilt/linux-x86/
toolchain
/arm-eabi-4.4.3/bin/arm-eabi-gcc:/lib/tls/i686/cmov/libc.so.6:version`GLIBC
ccwwff
·
2011-08-05 19:00
【原创】Cygwin下使用GNU
toolchain
进行ARM的开发调试
label: ARMCygwinGNU ARM
toolchain
arm-linux-gccarm-linux-ldarm-linux-* 笔者刚开始用arm-linux
toolchain
maikforever
·
2011-07-29 09:00
linux
windows
虚拟机
工具
开发工具
网络工具包
交叉编译 feng ~~提供参考
944adadfc1532aaacd1166bc.html 我交叉编译的是feng-2.1.0需要:-afullPosixcompatiblesystem(suggestedanylinuxdistribution)-gnu
toolchain
s_k_yliu
·
2011-07-26 07:00
linux
ubuntu
Path
token
工具
平台
Android
Toolchain
环境搭建
Android开源已经有一段时间了,一直没有去研究它,一是没有时间,二是没有Linux环境去测试,三是块头太大了(源码2G,加编译要5G左右)。最近项目差不多近尾声了,终于可以喘口气,有时来好好研究一下Android的源码了,就在WinXP中从网上下载了Android的源码,一开始只是想看看自已感兴趣的部分(GUI、OpenGLES、Audio等),后来在网上找到了一些在Cygwin下搭建原生开发
gowyz
·
2011-07-25 17:00
交叉工具链制作至尊宝典(二)
本文在前章的基础上,继续深入研究,如何能正确的编译出交叉工具链关于--with-sysroot这个参数,真是一个让人觉得可恨的参数,这个参数会引起一系列的问题,前章中,不得已的在/opt/cross_
toolchain
s
turui
·
2011-07-20 19:00
function
File
gcc
Build
工具
download
DS-5 的示例项目
The example projects provided with DS-5 illustrate how to use the DS-5
toolchain
to create and debug
xitong
·
2011-07-14 14:00
示例
DS-5 的示例项目
TheexampleprojectsprovidedwithDS-5illustratehowtousetheDS-5
toolchain
tocreateanddebugavarietyofprojecttypes
ce123
·
2011-07-14 14:00
linux
exception
application
library
tools
Types
真机调试
Payload文件夹,打包zip格式,改后缀为.ipa.其他:iPhoneAppAdHocDistributionGotchas(英)<-问题在Xcode中整合iOs4.2的iPhoneSDK和iPhone
ToolChain
4.291
eminia
·
2011-07-13 10:00
Android.mk的用法|静态库|动态库
在升级NDK后,你应该得到新的
toolchain
/platform支持,而且不需要改变你的Android.mk文件。
stefzeus
·
2011-07-11 11:00
Module
Build
Path
include
library
makefile
Android NDK 工具链的使用方法(Standalone
Toolchain
)
首先需要确定目标机器的指令集。如果是x86的机器,用x86-4.4.3版本的工具链;如果是arm指令的,用arm-linux-androideabi-4.4.3版本(x86-4.4.3和arm-linux-androideabi-4.4.3位于ndk目录中)1、gcc的sysroot选项sysroot选项设定gcc在编译源码的时候,寻找头文件和库文件的根目录。可以这样调用gcc--sysroot=
smfwuxiao
·
2011-07-06 12:00
android
windows
脚本
gcc
工具
编译器
ubuntu11.0.4下编译Android2.3源码过程
以下是第一次编译时遇到的问题:1、权限不够遇到多次/bin/bash:prebuilt/linux-x86/
toolchain
/arm-eabi
zzp16
·
2011-06-30 23:00
android
ubuntu
Flex
File
command
工具
如何使用android的ndk建立native的开发环境
从网上看了一篇使用andriod的
toolchain
在cygwin上来建立android的开发环境,但是在vista上编译始终失败,在xp上能够成功。
dp1234
·
2011-06-29 16:00
iPhone serial port communication
Requirement:1.JailbrokenIphonewithBSDSubsysteminstalled(Searchthewebforjailbreaktutorials)2.Iphonedevelopment
toolchain
forMacOSX
wyymaomi
·
2011-06-25 13:00
iPhone
input
Terminal
tutorials
output
attributes
用eclipse导入uboot工程 以及 分步make的方法
toolchain
s选择other
toolchain
。一直next后
wlbzy
·
2011-06-21 23:00
eclipse
jvm
System
Build
makefile
编译器
Android
Toolchain
与Bionic Libc
转自:http://mips.eefocus.com/article/10-08/1968501281349312.htmlAndroid所用的
Toolchain
(即交叉编译工具链)可从下面的网址下载:
adaptiver
·
2011-06-20 16:00
c
android
Google
工具
编译器
linux内核
内核模块的Makefile编写
=/home/franky/linux-2.6.35 #这是你的内核源码的地址 PWD:=$(shellpwd)#当前编译地址CROSS_COMPILE=/home/franky/
toolchain
/bin
FrankyzhangC
·
2011-06-17 21:00
shell
工具
makefile
移植unrar到Android
创建Android.mkcmd-strip=$(
TOOLCHAIN
_PREFIX)strip--strip-debug-x$1 LOCAL_CFLAGS+=-fvisibility=hidden-fexceptions-fno-exceptions-DUNRAR-c-D_FILE_OFFSET_BITS
wyl123
·
2011-05-20 14:00
android
File
Module
Class
reference
tags
iphone 开发环境
【备忘】 windows下的编译环境 cygwin+
Toolchain
http://download.csdn.net/source/3294410 visualbox+LeoSnow(10.6.x
ID19870510
·
2011-05-19 18:00
windows
iPhone
iphone开发环境之--cygwin +
toolchain
安装在E盘。安装cygwin,然后更改一下bat文件 @echooffE:chdirE:/cygwin/binbash--login-i 将C改成E 双击启动的时候显示:bash-3.2$-------------------------------------------------最后我查了一个没有生成home/用户 目录最后不知道在哪查了点资料,感觉是安装的时候没有安装setup.bz2(
ID19870510
·
2011-05-19 18:00
c
iPhone
工具
如何让你的iPhone程序支持多语言环境
这种方法在
Toolchain
和官方SDK都适用。
demigod2009
·
2011-05-13 22:00
arm-linux-gcc交叉编译环境的配置
arm-linux-gcc-3.4.1.tar.bz2的下载地址如下:http://www.handhelds.org/download/projects/
toolchain
/arm-linux-gcc
zhangwenjianqin
·
2011-05-12 21:00
thread
测试
gcc
vim
Path
编译器
Android NDK概述
特别指出1.0和1.1系统映像不支持NDK,这是由于在1.5发布中对
toolchain
和相关ABI做了改变。1.AndroidNDK
jincf2011
·
2011-05-11 14:00
android
jni
脚本
工具
include
平台
交叉编译chrome,生成makefile阶段错误
/pkg-config-wrapper"/pxa/
toolchain
/arm-marvell-linux-gnueabi/arm-marvell-linux-gnueabi/"--cflagsgtk+-
fangcaixia498602700
·
2011-05-10 10:00
Android的交叉编译工具
Android所用的
Toolchain
(即交叉编译工具链)可从下面的网址下载:http://android.kernel.
yimiyangguang1314
·
2011-04-28 10:00
android
虚拟机
Google
工具
编译器
linux内核
Android 2.3(ginerbread)安装
编译会报:prebuilt/linux-x86/
toolchain
/arm-eabi-4.4.3/bin/arm-eabi-gcc:/lib/tls/i686/cmov/libc.so.6:version
yihui8
·
2011-04-27 20:00
【翻译】(15)Standalone
Toolchain
----------------- 英文文档见android-ndk-r5b的documentation.html 属于Android Native Development Kit (NDK)的一部分 见http://developer.android.com/sdk/ndk/(需要代理) 翻译仅个人见解 ----------------- USING THE ANDROID TOOL
weimingtom
·
2011-04-26 17:00
chain
arm-linux-gcc安装 和 环境变量设置
我把它下载到了我的个人文件夹里/home/wrqarm-linux-gcc-3.4.1.tar.bz2的下载地址如下:http://www.handhelds.org/download/projects/
toolchain
bahutou
·
2011-04-13 11:00
嵌入式开发学习
arm-linux-gcc安装 和 环境变量设置
我把它下载到了我的个人文件夹里/home/wrqarm-linux-gcc-3.4.1.tar.bz2的下载地址如下:http://www.handhelds.org/download/projects/
toolchain
zhanglianpin
·
2011-04-13 11:00
thread
linux
shell
bash
Path
编译器
openwrt基础开发
20OpenWrt-SDK-brcm63xx-for-Linux-i686-gcc-4.3.3+cs_uClibc-0.9.30.1.tar.bz213M2011-04-0210:20OpenWrt-
Toolchain
-brcm63xx-for-mips-gcc
jameslord
·
2011-04-03 01:00
工具
openwrt基础开发
OpenWrt-SDK-brcm63xx-for-Linux-i686-gcc-4.3.3+cs_uClibc-0.9.30.1.tar.bz2 13M 2011-04-02 10:20 OpenWrt-
Toolchain
-brcm63xx-for-mips-gcc
wapysun
·
2011-04-03 01:00
linux
gcc
如何使用arm-eabi-gdb调试android c/c++程序
2010/07/10/5725557.aspx1.获取gdbserverprebuilt/android-arm/gdbserver2.获取arm-eabi-gdbprebuilt/linux-x86/
toolchain
tomew
·
2011-03-28 16:00
Google Android操作系统内核编译图文教程
工作环境及所需软件包(需要下载的提供了地址)1:系统环境:RedhatLinux9.0(虚拟机)宿主机:XPSP32:下载交叉编译器:GNU
Toolchain
forARMProcessors下载地址:http
isiqi
·
2011-03-26 15:00
android
linux
redhat
Google
XP
Android 中用 tcpdump 调试网络程序
NDKr5之后直接用
toolchain
编译就行。
quaful
·
2011-03-25 20:00
android
网络
tcp
Google
通讯
关于在32位linux(debian)虚拟机上搭建iphone
toolchain
实战
一般搭建
toolchain
的朋友,肯定就已经看过了google的那篇搭建文章,原地址http://code.google.com/p/iphone-dev/wiki/Building,有兴趣的朋友可以去围观一下
califan
·
2011-03-15 10:00
linux
虚拟机
Debian
xcode
Google
iPhone
在Ubuntu上iPhone开发教程-1
前提条件:在Ubuntu上编译好
toolchain
,参见我前面的文章。
coolham
·
2011-03-11 10:00
ubuntu
iPhone
action
UIView
button
interface
toolchain
s/code
Compiletools: http://www.codesourcery.com/sgpp/platforms.htmlhttp://www.codesourcery.com/sgpp/lite_edition.html SourceryG++LiteEditionSourceryG++LiteEditionisafree,unsupportedcommand-lineversionofSou
robert_tina
·
2011-03-02 17:00
QT编译出错解决
/src/corelib/io/io.prifind linux-*:append your cross-
toolchain
's prefix after it举例:my
toolchain
s's pref
lanxinyuchs
·
2011-02-28 21:00
linux
gcc
webkit
qt
OpenSource
EABI还是GNU/Linux:如何正确选择合适的交叉工具链
我们自己可以编译制作一个交叉编译工具链(Cross-compile
Toolchain
)来用,但为了方便、稳定起见,我们大多数时候会去选择成熟的第三方工具链。
jackyu613
·
2011-02-27 13:00
linux
Microsoft
System
Build
工具
2010
ubuntu上arm-linux-gcc交叉环境搭建问题解决
ftp://ftp.arm.linux.org.uk/pub/linux/arm/
toolchain
/READMEHowtoinstall: cd/usr/local mkdirarm cdarm tarIxvfcross
samantha_sun
·
2011-02-23 18:00
windows
ubuntu
gcc
Path
解决Error: junk at end of line, first unrecognized character is `@'
http://www.unixresources.net/linux/clf/embedded/archive/00/00/62/92/629208.html 我按照哈佛大学上的一个链接编译ARM
Toolchain
samantha_sun
·
2011-02-23 14:00
脚本
gcc
character
查看栈信息中 .so文件里地址对应的方法名称
arm-eabi-addr2line 命令,就可以把地址信息转换成方法名称: arm-eabi-addr2line 命令 在%ANDROID_SOURCE%\prebuilt\linux-x86\
toolchain
cnetwei
·
2011-02-21 14:00
android
linux
F#
jni
FP
嵌入式linux的交叉编译环境配置
工具链的获取:http://ftp.arm.linux.org.uk/pub/armlinux/
toolchain
/交叉编译环境如果我没算错的话,做了不下七次,才成功!!!真是悲哀呀!
stoneboy100200
·
2011-02-19 21:23
linux
嵌入式
休闲
嵌入式Linux
交叉编译环境
Unbuntu中建立交叉编译环境
arm-linux-gcc-3.4.1.tar.bz2的下载地址如下: http://www.handhelds.org/download/projects/
toolchain
/arm-linux-gcc
yiranwuqing
·
2011-02-19 18:00
linux
PHP
gcc
vim
bash
基于ECLIPSE的C++环境配置。。
1.安装MinGW (基于GCC的C++编译器)MinGW和Cygwin是获取GNU
toolchain
的2种主要方式(GNU
toolchain
,GNU下一系列的工具包,我的理解主要是gcc这一系列工具)
attilax
·
2011-02-04 21:00
eclipse
C++
gcc
exe
compiler
编译器
上一页
47
48
49
50
51
52
53
54
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他