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!