6 messages in com.googlegroups.android-internalsRe: Let's check what's going on in th...
FromSent OnAttachments
chinesekongfu22 Nov 2007 00:25 
chinesekongfu22 Nov 2007 00:27 
Joseph qu22 Nov 2007 00:41 
chinesekongfu22 Nov 2007 01:33 
Rod Whitby22 Nov 2007 02:32 
woodsmen23 Nov 2007 00:44 
Subject:Re: Let's check what's going on in the linux-2.6.23-android-m3-rc20.tar.gz
From:chinesekongfu (haig@gmail.com)
Date:11/22/2007 01:33:42 AM
List:com.googlegroups.android-internals

ARM EABI....... em.....I will cross compile one using cross tool. I will let you know if the kernel can be compiled or not by the EABI- ed Arm compiler.

On Nov 22, 4:42 pm, "Joseph qu" <ace@gmail.com> wrote:

from the makefile in kernel source code CROSS_COMPILE ?= arm-eabi-

so the compiler should be GCC for ARM EABI complier

I don't know if it is available use with ARM ELF.

I've changed it to arm-elf-, but I failed to compile it. Because I use Windows, I have some lib missing in my mingw. I'll try use cygwin to do it later.

In GSM,GPRS, I have some doubt. I don't know what does it like MSM7000 chip. A lot of smartphone use GSM/GPRS as a modem. They use AT command to communicate with it. I guess Android should be the same. I found out some PPP like protocol in source code.

I've found that lot of chip can be support.

The chip related source code is in folder .\kernel\include\asm-arm, it looks google and its partner have done a lot.

2007/11/22, chinesekongfu <haig@gmail.com>:

Then...what's the compiler used for cross compile this kernel? Somebody help!