confusion in toolchains...

Hi All,
Actually I have downloaded 2 versions of toolchains from the Embinux
site. & they are:
1) arm-eabi-4.4.0
2) arm-none-linux-gnueabi
So now i have confusion between these toolchains. Actually i have
built android source using arm-eabi-4.4.0 toolchain. now i want to
build the kernel for android. but i am sure which toolchain is to
use...
So can anybody clarify why these toolchains? and what are the
difference between these toolchains?

thanks...
Shrinivas

Shrinivas

Shrinivas wrote:

Hi All,
Actually I have downloaded 2 versions of toolchains from the Embinux
site. & they are:
1) arm-eabi-4.4.0

This toolchain is for compiling android build. There exist no libc's in
this toolchain.

2) arm-none-linux-gnueabi

This is for compiling the kernel and any other packages. This toolchain
contains libc (glibc ).

Regards
Partha