Building CM11 for the z1, getting error.

Search This thread

ekanix20

Senior Member
Mar 4, 2012
552
113
Örebro
Hi everyone, i am trying to build my own CM 11.0 but i keep getting the same error.
Code:
Repository synced!
Looking for dependencies
Done
build/core/product_config.mk:238: *** _nic.PRODUCTS.[[device/sony/honami/cm.mk]]: "vendor/sony/qcom-common/qcom-common-vendor-330.mk" does not exist.  Stop.

** Don't have a product spec for: 'cm_honami'
** Do you have the right repo manifest?

I have tried googling but no luck so far :(
Would be very thankful if someone could help me.

Best regards.


Sent from my Xperia Z1 using Tapatalk
 

Barracuda77777

Senior Member
Jul 29, 2011
1,273
1,317
Sydney
Xiaomi Mi 6
Xiaomi Mi Pad 4
Hey mate,

I used this guide to build and it worked:

http://xdaforums.com/showpost.php?p=47192054&postcount=1


just replace the directory structure to the one that you have and it will work,
I repeated the following steps to download the files needed to each of my devices:

$ cd ~/bin
$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo

then

cd to your main folder and then run the following command

$ repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0

then
$ repo sync

then

$ . build/envsetup.sh

then hopefully when you run breakfast honami it should work.

good luck








Hi everyone, i am trying to build my own CM 11.0 but i keep getting the same error.
Code:
Repository synced!
Looking for dependencies
Done
build/core/product_config.mk:238: *** _nic.PRODUCTS.[[device/sony/honami/cm.mk]]: "vendor/sony/qcom-common/qcom-common-vendor-330.mk" does not exist.  Stop.

** Don't have a product spec for: 'cm_honami'
** Do you have the right repo manifest?

I have tried googling but no luck so far :(
Would be very thankful if someone could help me.

Best regards.


Sent from my Xperia Z1 using Tapatalk
 

ekanix20

Senior Member
Mar 4, 2012
552
113
Örebro
Hey mate,

I used this guide to build and it worked:

http://xdaforums.com/showpost.php?p=47192054&postcount=1


just replace the directory structure to the one that you have and it will work,
I repeated the following steps to download the files needed to each of my devices:

$ cd ~/bin
$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo

then

cd to your main folder and then run the following command

$ repo init -u git://github.com/CyanogenMod/android.git -b cm-11.0

then
$ repo sync

then

$ . build/envsetup.sh

then hopefully when you run breakfast honami it should work.

good luck

Thanks mate but I am already running my own build! :)

Skickat från min Xperia Z1 via Tapatalk