前,前一篇 已經做到好像OK(碰到recognizeable insn error )。因為cross compile libwww 好像 OK 。所以現在拿flnx-0.17再來試試。 有 關cross compile flnx, INSTALL file section b 有特別說明cross compile的procedure,重點就是在設定compile tool 變數,為了方便,可以先寫出下面的shell script(setcrosstool.sh) : export AR=arm-elf-ar export AS=arm-elf-as export CC=arm-elf-gcc export CXX=arm-elf-c++ export GXX=a...
by hwa_super - Linux文档专区 - 2009-07-19 21:53:29 阅读(1940) 回复(0)
本帖最后由 yshihyu 于 2014-08-01 00:00 编辑 arm-none-linux-gnueabi arm-linux-gnueabi for armel architecture arm-linux-gnueabihf for armhf architecture arm-none-eabi - GNU debugger for arm Cortex-A/R/M processors 我一直搞不太明白这些版本之间差异 , 为什么同样 armv7 系列没办法统一个 compiler 吗? 为什么还有区分是不是 Cortex 的编译器? Cortex 跟 arm-linux-gnueabi or arm-linux-gnueabihf 都什...
Success after 12 days. It really spends my too much time. This is the version of the source code: -rw-r--r-- 1 jiabao jiabao 16245771 2010-01-24 18:10 binutils-2.19.1.tar.bz2 -rw-r--r-- 1 jiabao jiabao 59369954 2010-01-24 18:11 gcc-4.3.3.tar.bz2 -rw-r--r-- 1 jiabao jiabao 15684114 2010-01-24 18:02 glibc-2.11.tar.bz2 -rw-r--r-- 1 jiabao jiabao 599606 2010-01-24 18:02 glibc-ports-2.11.tar.bz...
Cross compile VLC for arm-based platforms Cross compile VLC for arm-based platforms Last updated: v0.0.2, 19 march 2004 This document describes all the steps to cross compile vlc for arm based platforms. It describes how to build a cross compilation toolchain, how to build the libraries needed by vlc and the compilation of the vlc itself. Introduction This document is only a first draft. It doe...
HOWTO Cross compile Python for arm -- by Leo Jay 前言 我需要在arm9的s3c2410 CPU上运行python,以下是我的编译过程。 host编译环境: ubuntu 7.04, gcc 4.2.1, arm-linux-gcc 3.3.2 要cross compile的程序: sqlite 3.5.6, python 2.5.1 编译sqlite 先去 http://www.sqlite.org/download.html 下载最新的sqlite源代码,我这里用的是3.5.6版本的。 我推荐使用amalgamation版本的源代码,这个代码只有几个文件而已,编译...
编译环境 ubuntu 8.04 gcc 4.2.3 arm_v5t_le-gcc 3.4.3 所需软件 [ http://www.zlib.net/ Zlib] [ http://www.ucc.asn.au/~matt/dropbear/dropbear.html Dropbear] 编译过程 编译zlib: wget http://www.zlib.net/zlib-1.2.3.tar.gz tar zxvf zlib-1.2.3.tar.gz mkdir zlib cd zlib-1.2.3/ CC=arm_v5t_le-gcc ./configure --prefix=/home/border/work/SMG/build-tools/zlib make make install 编译dropbear: wget http://ma...
. get and unzip src # mkdir /usr/src/debug # cd /usr/src/debug # wget ftp://ftp.gnu.org/pub/gnu/gdb/gdb-6.3.tar.bz2 # tar -jxvf gdb-6.3.tar.bz2 . apply gdb patch for arm # cp [PATCH_PATH]/gdb-6.3-tango-20050204.patch /usr/src/debug/gdb-6.3 # patch -p1 +//#include #endif #define arm_num_regs 26 diff -Nur gdb-6.3...
1. Get busybox source package Download busybox from [color="#000000"]http://www.busybox.net/ , the newest stable version is BusyBox 1.4.2. uncompress and go to the folder. cd busybox-1.4.2 make menuconfig //configure busybox [color="#000000"] [color="#000000"]2. Configure busybox In this dialog, choose what you want options and save. Action on my experience 'Networking Uti...
Before starting to compile kernel, please read the doc carefully[color="#000000"]。 [color="#000000"]http://www.arm.linux.org.uk/docs/kerncomp.php 1. Get kernel package From [color="#0000ff"]http://www.kernel.org download source package and patch(option) linux-2.6.21.tar.bz2 copy lnux-2.6.21.tar.bz2 and path-2.6.21.bz2 into $HOME(from kerncomp.php do...
Goahead在armLinux下的移植 By lostangels Goahead是一款适合嵌入式的web Server, 支持asp,cgi,embedded JavaScrip等脚本语言 基本上在windows下或者在redhat9下面只要make一下就能运行了. ///////////////////////////////////以下部分待修改/////////////////////// ///////////////////////////////////今天到此为止///////////////////////// 在armlinux下面要稍微改动一下代码. 源码改动的地方基本上是 1...