android - Running AOSP on MAC: stdarg.h error -
i have source code android-5.0.0_r7.0.1. after doing:
make -j4
i keep getting this:
error: stdarg.h: no such file or directory in file included system/core/include/cutils/log.h:1, system/core/include/utils/keyedvector.h:24, frameworks/native/include/input/input.h:26, frameworks/native/include/input/inputdevice.h:20, frameworks/native/libs/input/inputdevice.cpp:23: system/core/include/log/log.h:35:20: error: stdarg.h: no such file or directory make: *** [out/host/darwin-x86/obj32/executables/validatekeymaps_intermediates/main.o] error 1 make: *** waiting unfinished jobs.... make: *** [out/host/darwin-x86/obj32/static_libraries/libinput_intermediates/keyboard.o] error 1 make: *** [out/host/darwin-x86/obj32/static_libraries/libinput_intermediates/inputdevice.o] error 1 make: *** [out/host/darwin-x86/obj32/static_libraries/libinput_intermediates/input.o] error 1 #### make failed build targets (01:32 (mm:ss)) ####
i have looked @ google groups , other stack overflow questions, cannot seem figure out going wrong.
@meteorite
well, after googling discovered aosp reason did not support latest version of xcode tools , os x. dualbooted windows 7 ubuntu, , did whole process. , when did make command on ubuntu typed: make -k -i -b. is, gave keep going, ignore make errors , build unconditionally flags.
Comments
Post a Comment