I trying to compile CM10 with AOSCompiler(using ubuntu). And i got 2 questions:
1.It's Saying me that it's can't find my device:
Code:
[email protected]:~/.aoscompiler/build$ . build/envsetup.sh
including device/generic/armv7-a-neon/vendorsetup.sh
including device/generic/armv7-a/vendorsetup.sh
including device/ti/panda/vendorsetup.sh
including vendor/cm/vendorsetup.sh
including sdk/bash_completion/adb.bash
[email protected]:~/.aoscompiler/build$ lunch cm_maguro-userdebug
build/core/product_config.mk:189: *** _nic.PRODUCTS.[[device/*/maguro/cm.mk]]: "device/samsung/tuna/device.mk" does not exist. Stop.
Device maguro not found. Attempting to retrieve device repository from CyanogenMod Github (*Cyanogen-Mod GitHub i delete it because i can't add links).
Found repository: android_device_samsung_maguro
CyanogenMod/android_device_samsung_maguro already exists
Syncing repository to retrieve project.
Fetching projects: 100% (1/1), done.
Repository synced!
Looking for dependencies
Done
build/core/product_config.mk:189: *** _nic.PRODUCTS.[[device/*/maguro/cm.mk]]: "device/samsung/tuna/device.mk" does not exist. Stop.
** Don't have a product spec for: 'cm_maguro'
** Do you have the right repo manifest?
I tried to do just 'lunch' and choose my device from the list and it's gave me the same error. I tried to use 'breakfast' and it's gave me the same error too.
2.The AOSCOmpiler Saying that:
HTML:
Adb isn't running Need adb to setup vendor files.
Is this something you are going to do yourself?
Please try again.
Even i added to the file '/etc/bash.bashrc this line:
HTML:
export PATH=${PATH}:/home/elichai/Downloads/SDK/tools:/home/elichai/Downloads/SDK/platform-tools
(this is my SDK location) and now i can use 'adb' without going to the SDK folder. but it's still not working(the AOSCompiler).
Why not use the sub-forum created for the AOSCompiler?
If you are having adb issues, did you reboot after placing your path? If you are still having issues, copy the adb binary into /usr/local/bin/
As for your device not being seen.
Cyanogenmod uses roomservice to sync your device tree and kernel after you download the source. Trying doing a sync again and see if it makes a difference.
First - I'm sorry about write in the wrong forum
XDA Forum is a huge forum and i didn't saw that one so i'm sorry.
second i did try reboot but not the other thing i will try it and reply,
And about it doesn't seems my device what exactly did you mean that i need to do to fix it?and i tried again like i said even from selecting from the list and the command 'lunch' and 'breakfast', and nothing worked
elichai2 said:
XDA Forum is a huge forum and i didn't saw that one so i'm sorry.
second i did try reboot but not the other thing i will try it and reply,
And about it doesn't seems my device what exactly did you mean that i need to do to fix it?and i tried again like i said even from selecting from the list and the command 'lunch' and 'breakfast', and nothing worked
Click to expand...
Click to collapse
Type this command and paste the output here: from your repo folder.
Code:
find -type f -name cm.mk
Also paste your config
Code:
~/.aoscompiler/aoscompiler.cfg
Here:
lithid-cm said:
Type this command and paste the output here: from your repo folder.
Code:
find -type f -name cm.mk
Click to expand...
Click to collapse
here:
Code:
[email protected]:~/.aoscompiler/build$ find -type f -name cm.mk
./device/samsung/maguro/cm.mk
lithid-cm said:
Also paste your config
Code:
~/.aoscompiler/aoscompiler.cfg
Click to expand...
Click to collapse
Here is that file:'aoscompiler.conf' :
Code:
[Cmc]
rom_dist = CyanogenMod
rom_abrv = CM
device = maguro
branch = jellybean
repo_path = /home/elichai/.aoscompiler/build
sync_jobs = 4
make_jobs = 3
manuf = samsung
term_toggle = True
win_x = 196
win_y = 63
verbose = False
background = None
and what binary file i need to put in the path '/usr/local/bin/' ? 'bash.bashrc'?
elichai2 said:
here:
and what binary file i need to put in the path '/usr/local/bin/' ? 'bash.bashrc'?
Click to expand...
Click to collapse
adb
Try:
Code:
find -type f -name device.mk
Should return at LEAST tuna and maguro since tuna is a dep for maguro to build.
Here:
lithid-cm said:
adb
Click to expand...
Click to collapse
which file/'s exactly?
lithid-cm said:
Try:
Code:
find -type f -name device.mk
Should return at LEAST tuna and maguro since tuna is a dep for maguro to build.
Click to expand...
Click to collapse
here:
Code:
[email protected]:~/.aoscompiler/build$ find -type f -name device.mk
./build/core/device.mk
./build/target/board/generic/device.mk
./build/target/board/generic_x86/device.mk
./build/target/board/vbox_x86/device.mk
./device/ti/panda/device.mk
./device/samsung/maguro/device.mk
elichai2 said:
which file/'s exactly?
here:
Code:
[email protected]:~/.aoscompiler/build$ find -type f -name device.mk
./build/core/device.mk
./build/target/board/generic/device.mk
./build/target/board/generic_x86/device.mk
./build/target/board/vbox_x86/device.mk
./device/ti/panda/device.mk
./device/samsung/maguro/device.mk
Click to expand...
Click to collapse
Adb is the file.
You don't have tuna synced. Try syncing again.
Sent from my Galaxy Nexus using xda premium
lithid-cm said:
adb
Try:
Code:
find -type f -name device.mk
Should return at LEAST tuna and maguro since tuna is a dep for maguro to build.
Click to expand...
Click to collapse
lithid-cm said:
Adb is the file.
You don't have tuna synced. Try syncing again.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
OK. Sorry that i'm so stuped but this is the first time i'm trying to customize/build a rom.
to sync tuna just do 'repo sync -j4' ?(in the AOSCompiler)
Edit:
Thanks the adb now working but it still can't find my device...
elichai2 said:
OK. Sorry that i'm so stuped but this is the first time i'm trying to customize/build a rom.
to sync tuna just do 'repo sync -j4' ?(in the AOSCompiler)
Edit:
Thanks the adb now working but it still can't find my device...
Click to expand...
Click to collapse
No. Check sync then press the run button.
Sent from my Galaxy Nexus using xda premium
Thanks!
lithid-cm said:
No. Check sync then press the run button.
Sent from my Galaxy Nexus using xda premium
Click to expand...
Click to collapse
Thanks it's fixed now i got othe error: i'm sorry for bothering you.
i got some error's when i trying compile:
Code:
[email protected]:~/.aoscompiler/build$ bash vendor /cm/get-prebuilts
vendor: vendor: is a directory
[email protected]:~/.aoscompiler/build$ bash vendor/cm/get-prebuilts
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 142 100 142 0 0 51 0 0:00:02 0:00:02 --:--:-- 70
100 307k 100 307k 0 0 37386 0 0:00:08 0:00:08 --:--:-- 625k
Archive: vendor/cm/proprietary/Term.apk
inflating: vendor/cm/proprietary/lib/armeabi/libjackpal-androidterm4.so
[email protected]:~/.aoscompiler/build$ source build/envsetup.sh
including device/generic/armv7-a-neon/vendorsetup.sh
including device/generic/armv7-a/vendorsetup.sh
including device/semc/mango/vendorsetup.sh
including device/ti/panda/vendorsetup.sh
including vendor/cm/vendorsetup.sh
including sdk/bash_completion/adb.bash
[email protected]:~/.aoscompiler/build$ lunch cm_maguro-userdebug
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
Looking for dependencies
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.1.1
TARGET_PRODUCT=cm_maguro
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.2.0-31-generic-pae-i686-with-Ubuntu-12.04-precise
HOST_BUILD_TYPE=release
BUILD_ID=JRO03R
OUT_DIR=/home/elichai/.aoscompiler/build/out
============================================
[email protected]:~/.aoscompiler/build$ time make -j3 otapackage
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.1.1
TARGET_PRODUCT=cm_maguro
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.2.0-31-generic-pae-i686-with-Ubuntu-12.04-precise
HOST_BUILD_TYPE=release
BUILD_ID=JRO03R
OUT_DIR=/home/elichai/.aoscompiler/build/out
============================================
find: `src': No such file or directory
build/core/Makefile:38: warning: overriding commands for target `/home/elichai/.aoscompiler/build/out/target/product/maguro/system/etc/mkshrc'
build/core/base_rules.mk:529: warning: ignoring old commands for target `/home/elichai/.aoscompiler/build/out/target/product/maguro/system/etc/mkshrc'
PRODUCT_COPY_FILES device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml ignored.
PRODUCT_COPY_FILES system/bluetooth/data/main.le.conf:system/etc/bluetooth/main.conf ignored.
PRODUCT_COPY_FILES frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml ignored.
No private recovery resources for TARGET_DEVICE maguro
make -C kernel/samsung/tuna O=/home/elichai/.aoscompiler/build/out/target/product/maguro/obj/KERNEL_OBJ ARCH=arm CROSS_COMPILE=" /home/elichai/.aoscompiler/build/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-" cyanogenmod_tuna_defconfig
Install: /home/elichai/.aoscompiler/build/out/host/linux-x86/bin/acp
prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc -mthumb-interwork -Ibionic/libc/private -DCRT_LEGACY_WORKAROUND -Ibionic/libc/private -Ibionic/libc/arch-arm/include -o /home/elichai/.aoscompiler/build/out/target/product/maguro/obj/lib/crtbegin_static.o -c bionic/libc/arch-arm/bionic/crtbegin_static.S
make[1]: Entering directory `/home/elichai/.aoscompiler/build/kernel/samsung/tuna'
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
make: *** [/home/elichai/.aoscompiler/build/out/target/product/maguro/obj/lib/crtbegin_static.o] Error 126
make: *** Waiting for unfinished jobs....
/home/elichai/.aoscompiler/build/kernel/samsung/tuna/Makefile:327: /home/elichai/.aoscompiler/build/kernel/samsung/tuna/scripts/Kbuild.include: No such file or directory
make: *** empty variable name. Stop.
make[2]: *** [scripts_basic] Error 2
make[1]: *** [sub-make] Error 2
make[1]: Leaving directory `/home/elichai/.aoscompiler/build/kernel/samsung/tuna'
make: *** [/home/elichai/.aoscompiler/build/out/target/product/maguro/obj/KERNEL_OBJ/.config] Error 2
make: INTERNAL: Exiting with 4 jobserver tokens available; should be 3!
real 0m47.627s
user 0m33.258s
sys 0m5.000s
[email protected]:~/.aoscompiler/build$
Edit:
I'm Sorry but i got another question:
I import the CMUpdater project(from the path: '~/.aoscompiler/build/packages/apps/CMUpdater') and it's got an error on that line:
Code:
import android.os.storage.StorageVolume;
that it's can't find that source,even i had Google APIs[Android 4.1] (it's got this jar's in it: android.jar,effects.jar,usb.jar,maps.jar)
Edit2:
I'm really sorry but i got another one:
i changed some of the code here '~/.aoscompiler/build/packages/apps/CMUpdater' now how i compile it to an apk/flashable-zip?
Thanks!
Related
This isn't the first time I've tried to build Cyanogenmod for my i9100 on Ubuntu 12.10; I've done it successfully a few times before. However recently, it has just refused to build.
Code:
lunch cm_i9100-userdebug && mka
gave a bunch of errors: http://pastebin.com/Mn3YLZDY.
Code:
brunch cm_i9100-userdebug
gives different errors: http://pastebin.com/xiv4ettD. Teamhacksung's build script also gives the exact same errors. I tried starting in a new directory from scratch, but I still get the same errors.
The parts that look suspicious to me are
Code:
/bin/bash: line 0: cd: external/apache-harmony//home/ari/android/system/external/apache-harmony: No such file or directory
/bin/bash: line 0: cd: external/apache-harmony//home/ari/android/system/external/apache-harmony: No such file or directory
/bin/bash: line 0: cd: external/apache-harmony//home/ari/android/system/external/apache-harmony: No such file or directory
/bin/bash: line 0: cd: external/apache-harmony//home/ari/android/system/external/apache-harmony: No such file or directory
(/home/ari/android/system/external/apache-harmony does exist) and
Code:
/bin/bash: line 0: cd: libcore//home/ari/android/system/libcore: No such file or directory
/bin/bash: line 0: cd: libcore//home/ari/android/system/libcore: No such file or directory
/bin/bash: line 0: cd: libcore//home/ari/android/system/libcore: No such file or directory
/bin/bash: line 0: cd: libcore//home/ari/android/system/libcore: No such file or directory
find: `src': No such file or directory
I think this could be related to a repo sync problem I had/have where it couldn't download anything properly with lots of
Code:
Connection reset by peer
errors, although I think it has now synced (df -h shows 15GB). I also ran
Code:
repo forall -c "git fsck && git gc"
which "repairs" each repository, and that didn't give any errors.
Can anyone help with getting this to build?
EDIT: I found a post on the Android Building mailing list that was similar, and the suggestion to run
Code:
export CDPATH=""
(previously, $CDPATH=".")
got CM to build much further than before. No idea how this works, but it does.
However there are now more errors later during the build, e.g.
Code:
make: *** No rule to make target `/media/build/android/out/system/target/product/i9100/obj/lib/libTVOut.so', needed by `/media/build/android/out/system/target/product/i9100/obj/EXECUTABLES/mediaserver_intermediates/LINKED/mediaserver'. Stop.
It seems to have built a .zip flashable file now:
Code:
Package complete: /media/build/android/out/system/target/product/i9100/cm-10.1-20130121-UNOFFICIAL-i9100.zip
md5: f9fe076a6f0dfe140329e94ce6aa1867
Creating kernel zip...
Bootimage found...
No instructions to create out/target/product/i9100/kernel-cm-10.1-20130121-i9100-signed.zip... skipping.
Elapsed: 47 min(s) 20 sec(s)
but it says it can't create a kernel zip?
I'm trying to port CM10 to my Pipo M8 RK3066 tablet.
I have followed alot of guides but I need some help: (I will edit the thread with all the problem I encounter).
Kubuntu 12.10 x64 running on VM
Here is what I did so far:
Android-SDK is installed in /opt/...
Code:
$ mkdir -p ~/bin
$ mkdir -p ~/android/system
$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
export PATH=${PATH}:~/bin
$ cd ~/android/system/
$ repo init -u git://github.com/CyanogenMod/android.git -b jellybean
$ repo sync -j4
$ cd ~/android/system/vendor/cm
$ ./get-prebuilts
$ make -j4 otatools
+Extract boot.img from running device with dump_image
$ build/tools/device/mkvendor.sh pipo m8 /your/path/to/my/boot.img
lunch was not found, fixed with:
Code:
$ . build/envsetup.sh
New problem:
Code:
Construct recovery from boot
mkdir -p /home/mexus/android/system/out/target/product/m8/obj/PACKAGING/recovery_patch_intermediates/
target Jar: bouncycastle (/home/mexus/android/system/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/javalib.jar)
PATH=/home/mexus/android/system/out/host/linux-x86/bin:$PATH /home/mexus/android/system/out/host/linux-x86/bin/imgdiff /home/mexus/android/system/out/target/product/m8/boot.img /home/mexus/android/system/out/target/product/m8/recovery.img /home/mexus/android/system/out/target/product/m8/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p
target SharedLib: libutils (/home/mexus/android/system/out/target/product/m8/obj/SHARED_LIBRARIES/libutils_intermediates/LINKED/libutils.so)
[COLOR="Red"]Error: footer size 2130427508 != decompressed size 71179
failed to break apart source image[/COLOR]
make: *** [/home/mexus/android/system/out/target/product/m8/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p] Error 1
make: *** Waiting for unfinished jobs....
'/home/mexus/android/system/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/classes.dex' as 'classes.dex'...
[email protected]:~/android/system$
If it is asking you to install python then I would do so because python is one of the required packages for building Android. Make sure you use python version 2.6.x-2.7.x not python version 3 because it is not compatible with the current build system. Also can you post a log of the error message your getting?
Sent from my SCH-I535 using xda premium
shimp208 said:
If it is asking you to install python then I would do so because python is one of the required packages for building Android. Make sure you use python version 2.6.x-2.7.x not python version 3 because it is not compatible with the current build system. Also can you post a log of the error message your getting?
Sent from my SCH-I535 using xda premium
Click to expand...
Click to collapse
python is installed. I'm talking about python-lunch (it's nowhere mentioned in the guides)
mexusbg said:
python is installed. I'm talking about python-lunch (it's nowhere mentioned in the guides)
Click to expand...
Click to collapse
You should install it anyway.
Sent with my Sonic Screwdriver
Wolf Pup said:
You should install it anyway.
Sent with my Sonic Screwdriver
Click to expand...
Click to collapse
After python-lunch is installed:
Code:
mexu[email protected]:~/android/system$ build/tools/device/mkvendor.sh pipo m8 /home/mexus/boot.img
Arguments: pipo m8 /home/mexus/boot.img
Output will be in /home/mexus/android/system/device/pipo/m8
7908 blocks
Done!
Use the following command to set up your build environment:
lunch full_m8-eng
And use the follwowing command to build a recovery:
. build/tools/device/makerecoveries.sh full_m8-eng
[U][COLOR="Red"][email protected]:~/android/system$ lunch full_m8-eng
No such file: full_m8-eng[/COLOR][/U]
[email protected]:~/android/system$
lunch was not found, fixed with:
Code:
$ . build/envsetup.sh
New problem:
Code:
Construct recovery from boot
mkdir -p /home/mexus/android/system/out/target/product/m8/obj/PACKAGING/recovery_patch_intermediates/
target Jar: bouncycastle (/home/mexus/android/system/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/javalib.jar)
PATH=/home/mexus/android/system/out/host/linux-x86/bin:$PATH /home/mexus/android/system/out/host/linux-x86/bin/imgdiff /home/mexus/android/system/out/target/product/m8/boot.img /home/mexus/android/system/out/target/product/m8/recovery.img /home/mexus/android/system/out/target/product/m8/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p
target SharedLib: libutils (/home/mexus/android/system/out/target/product/m8/obj/SHARED_LIBRARIES/libutils_intermediates/LINKED/libutils.so)
[COLOR="Red"]Error: footer size 2130427508 != decompressed size 71179
failed to break apart source image[/COLOR]
make: *** [/home/mexus/android/system/out/target/product/m8/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p] Error 1
make: *** Waiting for unfinished jobs....
'/home/mexus/android/system/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/classes.dex' as 'classes.dex'...
[email protected]:~/android/system$
mexusbg said:
lunch was not found, fixed with:
Code:
$ . build/envsetup.sh
New problem:
Code:
Construct recovery from boot
mkdir -p /home/mexus/android/system/out/target/product/m8/obj/PACKAGING/recovery_patch_intermediates/
target Jar: bouncycastle (/home/mexus/android/system/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/javalib.jar)
PATH=/home/mexus/android/system/out/host/linux-x86/bin:$PATH /home/mexus/android/system/out/host/linux-x86/bin/imgdiff /home/mexus/android/system/out/target/product/m8/boot.img /home/mexus/android/system/out/target/product/m8/recovery.img /home/mexus/android/system/out/target/product/m8/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p
target SharedLib: libutils (/home/mexus/android/system/out/target/product/m8/obj/SHARED_LIBRARIES/libutils_intermediates/LINKED/libutils.so)
[COLOR="Red"]Error: footer size 2130427508 != decompressed size 71179
failed to break apart source image[/COLOR]
make: *** [/home/mexus/android/system/out/target/product/m8/obj/PACKAGING/recovery_patch_intermediates/recovery_from_boot.p] Error 1
make: *** Waiting for unfinished jobs....
'/home/mexus/android/system/out/target/common/obj/JAVA_LIBRARIES/bouncycastle_intermediates/classes.dex' as 'classes.dex'...
[email protected]:~/android/system$
Click to expand...
Click to collapse
hi
could you resolve above error
if yes then how
Hi all im having a problem building cm10.1 i have sync'ed the source and my devices respatories (Xperia J/jlo) and every thing went ok untill i went to "brunch jlo" here is what i got
Code:
[email protected]:~/Desktop/android/system$ export USE_CCACHE=1
[email protected]:~/Desktop/android/system$ brunch jlo
including vendor/cm/vendorsetup.sh
build/core/config.mk:153: no file name for `include'
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
make: *** No rule to make target `dumpvar-TARGET_DEVICE'. Stop.
Device jlo not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Found repository: android_device_sony_jlo
CyanogenMod/android_device_sony_jlo already exists
Syncing repository to retrieve project.
Fetching project CyanogenMod/android_device_sony_jlo
Fetching projects: 100% (1/1), done.
Repository synced!
Looking for dependencies
Done
build/core/config.mk:153: no file name for `include'
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
make: *** No rule to make target `dumpvar-TARGET_DEVICE'. Stop.
** Don't have a product spec for: 'cm_jlo'
** Do you have the right repo manifest?
No such item in brunch menu. Try 'breakfast'
[email protected]:~/Desktop/android/system$
I tried googleing but got nothing can someone please point out what i have done wrong.
gavster26 said:
Hi all im having a problem building cm10.1 i have sync'ed the source and my devices respatories (Xperia J/jlo) and every thing went ok untill i went to "brunch jlo" here is what i got
Code:
[email protected]:~/Desktop/android/system$ export USE_CCACHE=1
[email protected]:~/Desktop/android/system$ brunch jlo
including vendor/cm/vendorsetup.sh
build/core/config.mk:153: no file name for `include'
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
make: *** No rule to make target `dumpvar-TARGET_DEVICE'. Stop.
Device jlo not found. Attempting to retrieve device repository from CyanogenMod Github (http://github.com/CyanogenMod).
Found repository: android_device_sony_jlo
CyanogenMod/android_device_sony_jlo already exists
Syncing repository to retrieve project.
Fetching project CyanogenMod/android_device_sony_jlo
Fetching projects: 100% (1/1), done.
Repository synced!
Looking for dependencies
Done
build/core/config.mk:153: no file name for `include'
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
/bin/bash: prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc: cannot execute binary file
make: *** No rule to make target `dumpvar-TARGET_DEVICE'. Stop.
** Don't have a product spec for: 'cm_jlo'
** Do you have the right repo manifest?
No such item in brunch menu. Try 'breakfast'
[email protected]:~/Desktop/android/system$
I tried googleing but got nothing can someone please point out what i have done wrong.
Click to expand...
Click to collapse
i am facing same problem. did you find any solution?
heyyo, build question here.
1. i hope i dont bother someone, because this is carbon building and not in their threat, but i'm not sure if this error is really related to there git?
2. OS info: i'm currently running on antergos, an arch based linux distro, therefor i'm using the arch wiki for setting up the building enviroment, more here:
https://wiki.archlinux.org/index.php/android#Building_Android
3. the lower part is taken from the official carbon githubt, more here:
https://github.com/CarbonDev/android
the terminal input
mkdir ~/bin
export PATH=~/bin:$PATH
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
mkdir carbon
cd carbon
virtualenv2 venv # Creates a directory, venv/, containing the Virtualenv
source venv/bin/activate
repo init -u https://github.com/CarbonDev/android.git -b kk && repo sync -f
. build/envsetup.sh
lunch 23
make carbon -j5
then i get this error output (after about 1:20h):
Gyp action: third_party_WebKit_Source_core_core_derived_sources_gyp_make_derived_sources_target_CSSValueKeywords (/home/nik/carbon/out/target/product/exhilarate/obj/GYP/shared_intermediates/blink/CSSValueKeywords.cpp)
Traceback (most recent call last):
File "scripts/make_css_property_names.py", line 238, in <module>
in_generator.Maker(CSSPropertiesWriter).main(sys.argv)
File "/home/nik/carbon/external/chromium_org/third_party/WebKit/Source/core/scripts/in_generator.py", line 119, in main
writer.write_files(options.output_dir)
File "/home/nik/carbon/external/chromium_org/third_party/WebKit/Source/core/scripts/in_generator.py", line 77, in write_files
self._write_file(output_dir, generator(), file_name)
File "scripts/make_css_property_names.py", line 233, in generate_implementation
gperf = subprocess.Popen(gperf_args, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
File "/usr/lib64/python2.7/subprocess.py", line 709, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1326, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
external/chromium_org/third_party/WebKit/Source/core/make_derived_sources.target.linux-arm.mk:74: recipe for target '/home/nik/carbon/out/target/product/exhilarate/obj/GYP/shared_intermediates/blink/CSSPropertyNames.cpp' failed
make: *** [/home/nik/carbon/out/target/product/exhilarate/obj/GYP/shared_intermediates/blink/CSSPropertyNames.cpp] Error 1
make: *** Waiting for unfinished jobs....
Traceback (most recent call last):
File "scripts/make_css_value_keywords.py", line 177, in <module>
in_generator.Maker(CSSValueKeywordsWriter).main(sys.argv)
File "/home/nik/carbon/external/chromium_org/third_party/WebKit/Source/core/scripts/in_generator.py", line 119, in main
writer.write_files(options.output_dir)
File "/home/nik/carbon/external/chromium_org/third_party/WebKit/Source/core/scripts/in_generator.py", line 77, in write_files
self._write_file(output_dir, generator(), file_name)
File "scripts/make_css_value_keywords.py", line 172, in generate_implementation
gperf = subprocess.Popen(gperf_args, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
File "/usr/lib64/python2.7/subprocess.py", line 709, in __init__
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1326, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
external/chromium_org/third_party/WebKit/Source/core/make_derived_sources.target.linux-arm.mk:108: recipe for target '/home/nik/carbon/out/target/product/exhilarate/obj/GYP/shared_intermediates/blink/CSSValueKeywords.cpp' failed
make: *** [/home/nik/carbon/out/target/product/exhilarate/obj/GYP/shared_intermediates/blink/CSSValueKeywords.cpp] Error 1
any idea? Thanks in advance
Hey guys! I have a Motorola xt1064 and I would love to try Ubuntu touch, is there a port for it or could someone port for me? xD thanks in advance!
Sent from my XT1064 using XDA Free mobile app
EDIT: WRONG DEVICE!
Me too! Right now I'm actually trying to port it now using the official porting guide, However I am having some trouble When I run
Code:
make -j4
I get the error:
Code:
make: *** No rule to make target '/home/peter/phablet2/out/target/product/surnia/obj/STATIC_LIBRARIES/libmake_f2fs_intermediates/export_includes', needed by '/home/peter/phablet2/out/target/product/surnia/obj/EXECUTABLES/recovery_intermediates/import_includes'. Stop.
make: *** Waiting for unfinished jobs....
hello_there_everyone said:
EDIT: WRONG DEVICE! WHERE'S THE DELETE BUTTON!
Me too! Right now I'm actually trying to port it now using the official porting guide, However I am having some trouble When I run
Code:
make -j4
I get the error:
Code:
make: *** No rule to make target '/home/peter/phablet2/out/target/product/surnia/obj/STATIC_LIBRARIES/libmake_f2fs_intermediates/export_includes', needed by '/home/peter/phablet2/out/target/product/surnia/obj/EXECUTABLES/recovery_intermediates/import_includes'. Stop.
make: *** Waiting for unfinished jobs....
Click to expand...
Click to collapse
I have got this problem while trying to build Cm13, and I know how to solve it.
I will help you to solve this problem, but can you build for xt1521?
nguyenquangduc2000 said:
I have got this problem while trying to build Cm13, and I know how to solve it.
I will help you to solve this problem, but can you build for xt1521?
Click to expand...
Click to collapse
Yes I can help with building the xt1521, the builds are basically the same as the normal Moto e 2nd gen! Anyway, if you can help me with this problem I will be most pleased and then I can share my build on Github.
First you need download cyanogenmod tree, device specific code and extract proprietary blobs from your device . (You can follow this instruction https://wiki.cyanogenmod.org/w/Build_for_surnia ). After that, copy device, hardware and vendor folder from ~/android/system to ~/phablet
Then the most important thing is downloading vendor of motorola:
Code:
cd
sudo apt-get install svn
svn export [url]https://github.com/TheMuppets/proprietary_vendor_motorola/trunk/msm8916-common[/url]
svn export [url]https://github.com/TheMuppets/proprietary_vendor_motorola/trunk/surnia[/url]
You will see 2 folder named msm8916 and surnia in Home folder. Copy both 2 folder to phablet/vendor. It is enough for building. Goodluck
nguyenquangduc2000 said:
First you need download cyanogenmod tree, device specific code and extract proprietary blobs from your device . (You can follow this instruction
Code:
https://wiki.cyanogenmod.org/w/Build_for_surnia
). After that, copy device, hardware and vendor folder from ~/android/system to ~/phablet
Then the most important thing is downloading vendor of motorola:
Code:
cd
sudo apt-get install svn
svn export [https://github.com/TheMuppets/proprietary_vendor_motorola/trunk/msm8916-common
svn export https://github.com/TheMuppets/proprietary_vendor_motorola/trunk/surnia
You will see 2 folder named msm8916 and surnia in Home folder. Copy both 2 folder to phablet/vendor. It is enough for building. Goodluck
Click to expand...
Click to collapse
Hmm... After following your steps I now get a error when running
Code:
make recoveryimage
(As I forgot to do that before):
Code:
/home/peter/phablet2/kernel/motorola/msm8916/kernel/sched/core.c: In function 'cpu_cgroup_allow_attach':
/home/peter/phablet2/kernel/motorola/msm8916/kernel/sched/core.c:9713:18: error: invalid operands to binary != (have 'kuid_t' and 'kuid_t')
/home/peter/phablet2/kernel/motorola/msm8916/kernel/sched/core.c:9713:46: error: invalid operands to binary != (have 'kuid_t' and 'kuid_t')
/home/peter/phablet2/kernel/motorola/msm8916/scripts/Makefile.build:308: recipe for target 'kernel/sched/core.o' failed
Here is some info that may help:
Code:
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=4.4.2
TARGET_PRODUCT=full_surnia
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
TARGET_CPU_VARIANT=generic
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-4.4.0-21-generic-x86_64-with-Ubuntu-16.04-xenial
HOST_BUILD_TYPE=release
BUILD_ID=KOT49H
OUT_DIR=/home/peter/phablet2/out
============================================
Thanks in advance for your help!
Make sure you have do
Code:
./extract-files.sh
And recheck your kernel folder. Go to ~/Android/system rerun
Code:
repo sync
source build/envsetup.sh
breakfast surnia
And copy kernel folder again
Have you done building system.img ?
nguyenquangduc2000 said:
Have you done building system.img ?
Click to expand...
Click to collapse
nguyenquangduc2000 said:
Make sure you have do
Code:
./extract-files.sh
And recheck your kernel folder. Go to ~/Android/system rerun
Code:
repo sync
source build/envsetup.sh
breakfast surnia
And copy kernel folder again
Click to expand...
Click to collapse
Unfortunately, after following your steps I still get the same error, however it could be because it was saying when extracting files
Code:
Remote object /system/[file name here] Doesn't exist
I will try again...
hello_there_everyone said:
Unfortunately, after following your steps I still get the same error, however it could be because it was saying when extracting files
Code:
Remote object /system/[file name here] Doesn't exist
I will try again...
Click to expand...
Click to collapse
I think @squid2 can help you !
Hmm... After downloading the kernel again it took 2 hours then produced this error
Code:
ake[1]: Leaving directory '/home/peter/phablet2/kernel/motorola/msm8916'
make -C kernel/motorola/msm8916 O=/home/peter/phablet2/out/target/product/surnia/obj/KERNEL_OBJ INSTALL_MOD_PATH=../../system ARCH=arm CROSS_COMPILE="/home/peter/phablet2/prebuilts/misc/linux-x86/ccache/ccache /home/peter/phablet2/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-" modules_install
make[1]: Entering directory '/home/peter/phablet2/kernel/motorola/msm8916'
INSTALL drivers/staging/prima/wlan.ko
DEPMOD 3.10.49
make[1]: Leaving directory '/home/peter/phablet2/kernel/motorola/msm8916'
mdpath=`find /home/peter/phablet2/out/target/product/surnia/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 /home/peter/phablet2/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-strip --strip-unneeded $i; mv $i /home/peter/phablet2/out/target/product/surnia/system/lib/modules/; done; fi
mdpath=`find /home/peter/phablet2/out/target/product/surnia/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; rm -rf $mpath; fi
mdpath=`find /home/peter/phablet2/out/target/product/surnia/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 /home/peter/phablet2/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/bin/arm-eabi-strip --strip-unneeded $i; mv $i /home/peter/phablet2/out/target/product/surnia/system/lib/modules/; done; fi
mdpath=`find /home/peter/phablet2/out/target/product/surnia/system/lib/modules -type f -name modules.order`; if [ "$mdpath" != "" ];then mpath=`dirname $mdpath`; rm -rf $mpath; fi
target Prebuilt: (/home/peter/phablet2/out/target/product/surnia/kernel)
Target dt image: /home/peter/phablet2/out/target/product/surnia/dt.img
DTB combiner:
/home/peter/phablet2/out/host/linux-x86/bin/dtbTool: invalid option -- '2'
dtbTool [options] -o <output file> <input DTB path>
options:
--output-file/-o output file
--dtc-path/-p path to dtc
--page-size/-s page size in bytes
--verbose/-v verbose
--help/-h this help screen
device/motorola/surnia/mkbootimg.mk:9: recipe for target '/home/peter/phablet2/out/target/product/surnia/dt.img' failed
make: *** [/home/peter/phablet2/out/target/product/surnia/dt.img] Error 255
I feel like I'm close!
I think you can create dt.img independent with building Ubuntu. You can use
Code:
make dt.img
to build dt.img and then copy it to /home/peter/phablet2/out/target/product/surnia/
nguyenquangduc2000 said:
I think you can create dt.img independent with building Ubuntu. You can use
Code:
make dt.img
to build dt.img and then copy it to /home/peter/phablet2/out/target/product/surnia/
Click to expand...
Click to collapse
After running that code I now get this error:
Code:
build/core/base_rules.mk:529: warning: overriding recipe for target '/home/peter/phablet2/out/target/product/surnia/system/xbin/wget'
external/busybox/Android.mk:184: warning: ignoring old recipe for target '/home/peter/phablet2/out/target/product/surnia/system/xbin/wget'
build/core/Makefile:32: warning: overriding recipe for target '/home/peter/phablet2/out/target/product/surnia/system/etc/wifi/wpa_supplicant.conf'
build/core/base_rules.mk:529: warning: ignoring old recipe for target '/home/peter/phablet2/out/target/product/surnia/system/etc/wifi/wpa_supplicant.conf'
build/core/Makefile:32: warning: overriding recipe for target '/home/peter/phablet2/out/target/product/surnia/system/etc/apns-conf.xml'
build/core/base_rules.mk:529: warning: ignoring old recipe for target '/home/peter/phablet2/out/target/product/surnia/system/etc/apns-conf.xml'
PRODUCT_COPY_FILES device/motorola/surnia/audio/audio_effects.conf:system/etc/audio_effects.conf ignored.
build/core/Makefile:32: warning: overriding recipe for target '/home/peter/phablet2/out/target/product/surnia/system/bin/rild'
build/core/base_rules.mk:529: warning: ignoring old recipe for target '/home/peter/phablet2/out/target/product/surnia/system/bin/rild'
build/core/Makefile:32: warning: overriding recipe for target '/home/peter/phablet2/out/target/product/surnia/system/lib/libril.so'
build/core/base_rules.mk:529: warning: ignoring old recipe for target '/home/peter/phablet2/out/target/product/surnia/system/lib/libril.so'
No private recovery resources for TARGET_DEVICE surnia
device/motorola/surnia/mkbootimg.mk:16: warning: overriding recipe for target '/home/peter/phablet2/out/target/product/surnia/boot.img'
build/core/Makefile:489: warning: ignoring old recipe for target '/home/peter/phablet2/out/target/product/surnia/boot.img'
make: *** No rule to make target 'dt.img'. Stop.
I can feel we're nearly there...
hello_there_everyone said:
After running that code I now get this error:
Code:
build/core/base_rules.mk:529: warning: overriding recipe for target '/home/peter/phablet2/out/target/product/surnia/system/xbin/wget'
external/busybox/Android.mk:184: warning: ignoring old recipe for target '/home/peter/phablet2/out/target/product/surnia/system/xbin/wget'
build/core/Makefile:32: warning: overriding recipe for target '/home/peter/phablet2/out/target/product/surnia/system/etc/wifi/wpa_supplicant.conf'
build/core/base_rules.mk:529: warning: ignoring old recipe for target '/home/peter/phablet2/out/target/product/surnia/system/etc/wifi/wpa_supplicant.conf'
build/core/Makefile:32: warning: overriding recipe for target '/home/peter/phablet2/out/target/product/surnia/system/etc/apns-conf.xml'
build/core/base_rules.mk:529: warning: ignoring old recipe for target '/home/peter/phablet2/out/target/product/surnia/system/etc/apns-conf.xml'
PRODUCT_COPY_FILES device/motorola/surnia/audio/audio_effects.conf:system/etc/audio_effects.conf ignored.
build/core/Makefile:32: warning: overriding recipe for target '/home/peter/phablet2/out/target/product/surnia/system/bin/rild'
build/core/base_rules.mk:529: warning: ignoring old recipe for target '/home/peter/phablet2/out/target/product/surnia/system/bin/rild'
build/core/Makefile:32: warning: overriding recipe for target '/home/peter/phablet2/out/target/product/surnia/system/lib/libril.so'
build/core/base_rules.mk:529: warning: ignoring old recipe for target '/home/peter/phablet2/out/target/product/surnia/system/lib/libril.so'
No private recovery resources for TARGET_DEVICE surnia
device/motorola/surnia/mkbootimg.mk:16: warning: overriding recipe for target '/home/peter/phablet2/out/target/product/surnia/boot.img'
build/core/Makefile:489: warning: ignoring old recipe for target '/home/peter/phablet2/out/target/product/surnia/boot.img'
make: *** No rule to make target 'dt.img'. Stop.
I can feel we're nearly there...
Click to expand...
Click to collapse
Yes, we are near! https://drive.google.com/open?id=0B4uHuS2eIEMBZWRQRHljcXN5SGM
I do not know if dt.img of cm13 can work or not. But you can try it.
nguyenquangduc2000 said:
Yes, we are near! https://drive.google.com/open?id=0B4uHuS2eIEMBZWRQRHljcXN5SGM
I do not know if dt.img of cm13 can work or not. But you can try it.
Click to expand...
Click to collapse
Unfortunately it didn't work and I still get the same error...
hello_there_everyone said:
Unfortunately it didn't work and I still get the same error...
Click to expand...
Click to collapse
Uhm... Maybe you miss some thing in device and kernel folder. Rerun
Code:
repo sync
and try again.
Can you upload your source to Github? I will try to fix that problem
@hello_there_everyone
Have you finished building?