Chinaunix首页 | 论坛 | 博客
  • 博客访问: 139015
  • 博文数量: 57
  • 博客积分: 1405
  • 博客等级: 上尉
  • 技术积分: 585
  • 用 户 组: 普通用户
  • 注册时间: 2009-09-15 17:22
文章存档

2011年(1)

2010年(4)

2009年(52)

我的朋友

分类: 嵌入式

2009-09-23 15:25:12

1.crosstool
官网:

采用脚本编译方法,详见官方资料说明

2.buildroot
官网:

支持菜单和图形多种配置方法
方法一:make menuconfig

方法二:make xconfig

3.openembedded
官网:

Obtaining OpenEmbedded using GIT

To obtain Openembedded:

  1. Install git
  2. Go to the base directory of your OpenEmbedded environment
//workbench = stuff

$ cd workbench
  1. Checkout the repository
$ git clone git://git.openembedded.org/openembedded

or for the firewall challenged try

$ git clone 
This is the data you'll be using for all the work.

Updating OpenEmbedded

$ cd workbench/openembedded
$ git pull

详细内容请参考官网资料说明

4.

Welcome to the scratchbox.org website, the home of the cross-compilation toolkit project.

Scratchbox is a cross-compilation toolkit designed to make embedded Linux application development easier. It also provides a full set of tools to integrate and cross-compile an entire Linux distribution. To find out what it can do, take a look at some of the documentation.

Scratchbox is licensed under .

A brief summary of features:

  • Scratchbox is used by development platform (). But it is not restricted to that use.

  • Supports ARM and x86 targets (PowerPC, MIPS and CRIS targets are experimental)

  • Especially is supported, but Scratchbox has also been used to cross-compile eg. .

  • Provides glibc and as C-library choices

  • Uses either or a real target hardware to execute cross-compiled binaries (extremely useful when cross-compiling software which uses autoconf & co.)

更新中……
阅读(1068) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~