Building omni 5.0 for maguro - Omni Q&A

Can someone help me wid this error http://pastebin.com/7kD4vewW First i got an inline kernel error then i fixed it by cherry picking this commit https://github.com/CyanogenMod/android_build/commit/ac9c858bb5b8083f16b00e461b61819b34869e36 .. After that i got this error can someone help me ???

By the looks of the error you are trying to build with a pre compiled kernel. Specify in your BoardConfig the kernel directory and you should be good to build.

Related

[Q] build CM7 for Galaxy Y GT-S5363 from source

Hi all.
I have successfully flashed PsychoGame's CyanogenMod 7 ROM for GT-s5360 together with its kernel.
Now i would like to make some changes in the source code of CM7 and to build it from source. Unfortunately i have spent already 4 days without success.
Those are the steps that i did:
1. I have downloaded CM7 source code from git://github.com/CyanogenMod/android.git -b gingerbread
2. I have cloned PsychoGame's totoro device code into /devices/samsubg/totoro
3. i have connected my device via USB and run the script extract-files.sh which successfully extracted all files.
4. during the building i realized that the above script extract all essential files (like camera related), so i cloned PsychoGame's vendor directory from github.com/PsychoGame/android_vendor_samsung_totoro.git
5. now i realized that the file cyanogem_totoro.mk in the directory vendor/cyanogen/products is missing. where i can find a suitable file?
i have found somewhere such file and succeeded to build an ROM, unfortunately CWM does't let me to flash it because the assert command checks that the current device in "totoro" but it fails. i have tried to open the zip file of the ROM and to delete the assert command but CWM still can''t flash the new ROM.
can somebody please help me with some guild about how PsychoGame built his last vertion of CM - CyanogenMod 7 Alpha 5 Release
Thank you very much!
Use percys source code - It has more fixes
Compare build.prop and update binary & scripts for cwm flashing
marcussmith2626 said:
Use percys source code - It has more fixes
Compare build.prop and update binary & scripts for cwm flashing
Click to expand...
Click to collapse
Hi, thank you for the information about gigngerDX. i found the github of the device but can you please tell me where to find all other files to build this rom? do i need to buld it without the kernel? how to do that?
thank you again!
yuripo said:
Hi, thank you for the information about gigngerDX. i found the github of the device but can you please tell me where to find all other files to build this rom? do i need to buld it without the kernel? how to do that?
thank you again!
Click to expand...
Click to collapse
Percys github is
https://github.com/percy-g2
I haven’t compiled a Cyanogen rom before
If you would like to contribute to the building of Cyanogen roms the best person to talk to is percy
I haven’t compiled a Cyanogen rom before
If you would like to contribute to the building of Cyanogen roms the best person to talk to is percy[/QUOTE]
can please somebody explain how to build only Percys ROM without the kernel?
thank you
Hi all.
Can somebody please give a small guide for how to build percy's CM7 ROM from source?
which directories in the CM7 i should replace? does the process of building is the same as with official ports?
Thank you!

manifest.xml error while compiling aosp rom

I love my slutty n4
Hey guys i am trying to comple a personal rom from sources i did with cynogenmod before it worked, but when i was trying to build an aosp one, when i enter" git clone https://android.googlesource.com/device/lge/mako " i get "fatal: manifest 'default.xml' not available
fatal: remote github not defined in /home/********/WORKING_DIRECTORY/.repo/manifests/default.xml
any solution to this problem?

Help in compiling AOSP Rom

I have been trying to compile aosp Oreo ROM for note 4 snapdragon variant.I downloaded the sources and blobs. I used lunch command and the compilation started.after 25% of the compilation is over it shows an error and the compilation is stopped.can anyone please help me with that?
I have attached the screenshots below
https://drive.google.com/file/u/0/d/117R0YvjnkXQS1FPu5qDXUJGtmlP2DYVg/view?usp=drive_web
https://drive.google.com/file/u/0/d/1AhDj5fNF0X3bjURxCLPpRmSamhxP51Zv/view?usp=drive_web
mmsdc_mi said:
I have been trying to compile aosp Oreo ROM for note 4 snapdragon variant.I downloaded the sources and blobs. I used lunch command and the compilation started.after 25% of the compilation is over it shows an error and the compilation is stopped.can anyone please help me with that?
I have attached the screenshots below
https://drive.google.com/file/u/0/d/117R0YvjnkXQS1FPu5qDXUJGtmlP2DYVg/view?usp=drive_web
https://drive.google.com/file/u/0/d/1AhDj5fNF0X3bjURxCLPpRmSamhxP51Zv/view?usp=drive_web
Click to expand...
Click to collapse
I have yet to build a ROM.... Here's my 2 cents .
I'd take a look at your TC & build script 1st.
Although It doesn't look like your using a build script ?
Maybe someone with experience will chime in.
Thanks for the reply.
Any help would be appreciated.

bootloop on kernel build from source

I am new in kernel developing and i started learning development by compiling kernel from source for samsung j3 pro (2016). I downloaded its kernel source (J320F / LL swa INS ) from samsung opensource site And gcc toolchain arm-eabi 4.8.
I followed available guide on net step by step for compiling and i its successfully compiled without an error and my zimage is created but when i flashed this kernel i got bootloops.
ANY SUGGESTIONS IS GREATLY APPRECIATED
i getting error on making modules too. I searching fix each error.
I enabled module in menconfig but failed to make
I have also compiled kernel available on github for j320fn with variant-defconfig for j320f but same result.
Any one have knowledge about this please instruct me

[Q] [SOLVED] Building OOS13 Kernel - Finding defconfig ?

I am trying to build the latest OOS 13 kernel .
The source I am working with is https://github.com/OnePlusOSS/android_kernel_oneplus_sm8250/tree/oneplus/sm8250_t_13.0.0_op8
In the past , i've built for Samsung and Lenovo devices , although I am unsure of a few things with our oneplus8t
Which defconfig file should I be using? as I do not see a kebab config within the root directory of android_kernel_oneplus_sm8250 or arch/arm64/configs/
Google has helped , but not too much material on building OOS kernels
What is the difference between a OOS kernel and AOSP kernel ? Would I be able to take a commit from AOSP and apply to my OOS ?
Appreciate any insight , and hope to be able to release a kernel soon!
SOLUTION
Backed up my boot.img with ex-kernel manager . Brought the boot.img to my build folder. Extracted defconfig with extract-ikconfig
Hey Dude I'm on oos11..i wanna compile a new kernel..which debconf to use.. the one in the vendors or what? Kona-perf.debconf?
Please help me which debconf to use for OnePlus 8
@hightech316 any luck on building the custom kernel yet?

Categories

Resources