Can anyone please tell how to cross-compile busybox source code with arm-linux-androideabi-gcc cross-compiler.Please provide the busybox source code along with the steps to be followed.I tried to cross-compiling busybox source code but getting a lot of errors.I used android defconfigs file while building I'm getting error like:
cc1: warning: unrecognized command line option "-Wno-string-plus-int" [enabled by default]scripts/Makefile.build:197: recipe for target 'applets/applets.o' failedmake[1]: * [applets/applets.o] Error 1Makefile:372: recipe for target 'applets_dir' failedmake: * [applets_dir] Error 2