$ export ARCH=arm

$ make msm_defconfig ARCH=arm

$ make menuconfig(configures the kernel)

select--> Device Drivers then
        > Multiple Device Driver Support then
        > Device Mapper Support



check the generated .config file by

$ nano .config


The command to set the cross-compiler as the one delivered and
precompiled in the Android platform is:

$ make ARCH=arm CROSS_COMPILE=path of android froyo source code
prebuilt folder/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-


arch/arm/mach-msm/qdsp5/adsp_6225.c: In function 'adsp_init_info':
arch/arm/mach-msm/qdsp5/adsp_6225.c:320: error: 'QDSP_QUEUE_MAX'
undeclared (first use in this function)
arch/arm/mach-msm/qdsp5/adsp_6225.c:320: error: (Each undeclared
identifier is reported only once
arch/arm/mach-msm/qdsp5/adsp_6225.c:320: error: for each function it
appears in.)
make[2]: *** [arch/arm/mach-msm/qdsp5/adsp_6225.o] Error 1
make[1]: *** [arch/arm/mach-msm/qdsp5] Error 2
make: *** [arch/arm/mach-msm] Error 2

 Hi any one help me to resolve this error.

Regards,
Suresh

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to