Hello, I'm porting Android on imx51 target and I'm using Freescale BSP. I'm compiling Android for imx51_BBG product but I have this error: Copying: out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/ classes.jar cp: ne peut évaluer `out/target/product/imx51_BBG/system/bin/mke2fs': Aucun fichier ou dossier de ce type make: *** [recoveryimage] Erreur 1 make: *** Attente des tâches non terminées.... libelfcopy: Warning: Range lists in .debug_info section aren't in ascending order! libelfcopy: Warning: Range lists in .debug_ranges section start at 0x1dc0 libelfcopy: Warning: Range lists in .debug_info section aren't in ascending order! libelfcopy: Warning: Range lists in .debug_ranges section start at 0x4c0
When I comment out this line on BoardConfig.mk file: # for recovery service TARGET_SELECT_KEY := 28 #TARGET_USERIMAGES_USE_EXT2 := true (line commented out ) this error disappear and I have a working file system without recovery.img. I also have issues using system.img because the file system used is not recognized so I can't use it to boot from NAND or SD card! Does anyone already face this problem? Please help me solve it. Thanks -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
