Hi Krishna, First of all, please check if you have prebuilt toolchain in your codebase. If not 'git' clone it.
after that, jump to the ../prebuilt and select your host. If you are using ubuntu (say), jump to ../prebuilt/linux-86 then, 'toolchain' ../prebuilt/linux-86/toolchain Now, you'll see many toolchains... choose the one you want to. EXAMPLE: export PATH=$PATH:/home/MyAndroidCodeBase/prebuilt/linux-86/toolchain/ arm-eabi-4.4.0/bin export CROSS_COMPILE=arm-eabi- export ARCH=arm RECOMMENDATION: * use prebuilt toolchain or 'arm gnu gcc' compiler from codesourcery... * visit webpages for related info (recommended 'toolchain version' for your environment). Regards, On May 9, 6:44 pm, freakingtux <[email protected]> wrote: > Hello, > > On Monday, May 9, 2011 12:46:54 PM UTC+2, krishna chaitanya wrote: > > > Hi freakingtux, > > > Can you please explain what is toolchain and how to complie it?I am > > new to this. > > You need to get yourself a proper toolchain and you do not necessarily want > to compile it yourself. if you > followhttp://source.android.com/source/downloading.htmlyou will have the > toolchain in prebuilt/linux-x86/toolchain/. If you don't know what a > toolchain is it would be best to do some searching on the web > > Greetings -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
