ubuntu-phone team mailing list archive
-
ubuntu-phone team
-
Mailing list archive
-
Message #00837
abosulute path for TARGET_OUT_INTERMEDIATES
Hi
This error:
make -C kernel O=..//home/my/phablet/out/target/product/xxxx/obj/KERNEL_OBJ
ARCH=arm CROSS_COMPILE=arm-eabi-
Install: /home/my/phablet/out/host/linux-x86/bin/acp
/bin/sh: 1: cd: can't cd to
..//home/my/phablet/out/target/product/xxxx/obj/KERNEL_OBJ
make[1]: Entering directory `/home/my/phablet/kernel'
Makefile:121: *** output directory
"..//home/my/phablet/out/target/product/xxxx/obj/KERNEL_OBJ" does not
exist. Stop.
make[1]: Leaving directory `/home/my/phablet/kernel'
make: *** [/home/my/phablet/out/target/product/xxxx/obj/KERNEL_OBJ/.config]
Error 2
make: *** Waiting for unfinished jobs....
make: *** wait: No child processes. Stop.
so Looks like it's ubuntu build diff with android which use abosulte
path for global var like TARGET_OUT_INTERMEDIATES, right?
--
-Joey Jiao