2009年4月20日 星期一

Android 1.5 for SMDK6410 (環境設定篇)


1. The following files are required for building S3C6410 Android.
-Cross Tool Chain: 4.3.1-eabi-armv6-20080707.tar.bz2
-U-BOOT: s3c-u-boot-1.1.6_android.tar.bz2
-Linux Kernel: android_kernel_smdk6410.tar.gz
-Android Cupkake: cupcake.tar.bz2
-Delta File: delta.tar.gz
-Build Script: script.tar.gz

**以上所有檔案皆由 Samsung release.....


2. Ubuntu 8.1 環境設定:
JAVA
Update apt-get information before installation.
# sudo apt-get update
Install JAVA JDK
# sudo apt-get install sun-java6-jdk

FLEX
Flex is a tool for generating scanners.
# sudo apt-get install flex

BISON
Bison is a general-purpose parser generator.
# sudo apt-get install bison

gperf
gperf is a program that generates perfect hash functions.
# sudo apt-get install gperf

libsdl-dev
SDL is a library that allows programs portable low level access to a video framebuffer, audio output, mouse, and keyboard.
# sudo apt-get install libsdl-dev

libesd0-dev
This program is designed to mix together several digitized audio streams for playback by a single device.
# sudo apt-get install libesd0-dev

libwxgtk2.6-dev
This package provides files needed to compile wxWidgets programs.
# sudo apt-get install libwxgtk2.6-dev

zlib1g-dev
zlib is a library implementing the deflate compression method.
# sudo apt-get install zlib1g-dev


build-essential
This package contains an informational list of packages which are considered essential for building Debian packages.
# sudo apt-get install build-essential

libncurses5-dev
This package contains the header files, static libraries and symbolic links.
# sudo apt-get install libncurses5-dev

################################
5/18 Update : This step can't work
Uboot-mkimage
This package contains the mkimage utility.
# sudo apt-get uboot-mkimage

1 則留言:

  1. 您好,我也想將我手上的SMDK 6410改成Android 1.5,請問您說的由 Samsung release 的那些檔案要去哪裡下載呢? 我有到 Samsung 的官網看可是並沒有找到。

    回覆刪除