mardi 25 août 2015

acp fails during compilation



Hello,

I'm not completely sure if this is the right forum, because this happens during compilation of SlimLP, but considering it's an unspecific tool (acp) that fails it's not exclusively related to SlimLP.

Problem: No matter what arguments I use the output of acp is this

Code:


bash: /home/<account>/Source/out/host/linux-x86/bin/acp: No such file or directory

What I did: I invested a whole day into fixing the problem. I googled several things and tried to compile acp to no avail (several errors I can't fix), but I'm not very experienced so it might be simple still. And ofc I compiled, repo synced and repeated every step again and again.

For the sake of completeness here are my steps:



installed phablet-tools, openjdk-7-sdk, ruby-bacon (On Ubuntu 14.04 LTS x64 [VM].

repo init <manifest.git>
repo sync
. build/envsetup.sh
lunch slim_d802-userdebug
make -j1 bacon

I have to move the mkbootimg from <src>/out/host/linux-x86/obj32 to ../bin , but the acp is generated before that anyway.



The whole error message is this:




Code:


make[1]: Leaving directory `/home/<account>/Source/kernel/lge/msm8974'
mdpath=`find /home/<account>/Source/out/target/product/d802/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; ko=`find $mpath/kernel -type f -name *.ko`; for i in $ko; do arm-eabi-strip --strip-unneeded $i; mv $i /home/<account>/Source/out/target/product/d802/system/lib/modules/; done; fi
mdpath=`find /home/<account>/Source/out/target/product/d802/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; rm -rf $mpath; fi
mdpath=`find /home/<account>/Source/out/target/product/d802/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; ko=`find $mpath/kernel -type f -name *.ko`; for i in $ko; do arm-eabi-strip --strip-unneeded $i; mv $i /home/<account>/Source/out/target/product/d802/system/lib/modules/; done; fi
mdpath=`find /home/<account>/Source/out/target/product/d802/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; rm -rf $mpath; fi
target Prebuilt:  (/home/<account>/Source/out/target/product/d802/kernel)
/bin/bash: /home/<account>/Source/out/host/linux-x86/bin/acp: No such file or directory
make: *** [/home/<account>/Source/out/target/product/d802/kernel] Error 127






Kind Regard,

NetDwarf



Aucun commentaire:

Enregistrer un commentaire