Error when compiling 5.0 for 64 bit device - Android Q&A, Help & Troubleshooting

Whenever I compile a non-AOSP ROM I always seem to get an error similar to this.
Code:
target C: libcutils <= system/core/libcutils/config_utils.c
In file included from bionic/libc/kernel/uapi/linux/signal.h:21:0,
from bionic/libc/include/signal.h:45,
from bionic/libc/include/sys/select.h:35,
from bionic/libc/include/unistd.h:34,
from bionic/libc/include/fcntl.h:37,
from system/core/libcutils/config_utils.c:20:
bionic/libc/include/signal.h:85:18: error: expected ':', ',', ';', '}' or '__attribute__' before '.' token
sighandler_t sa_handler;
^
make: *** [/home/joshua/android/PAC/out/target/product/flounder/obj/STATIC_LIBRARIES/libcutils_intermediates/config_utils.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from bionic/libc/kernel/uapi/linux/signal.h:21:0,
from bionic/libc/include/signal.h:45,
from bionic/libc/include/pthread.h:33,
from system/core/include/cutils/threads.h:34,
from system/core/libcutils/hashmap.c:20:
bionic/libc/include/signal.h:85:18: error: expected ':', ',', ';', '}' or '__attribute__' before '.' token
sighandler_t sa_handler;
^
make: *** [/home/joshua/android/PAC/out/target/product/flounder/obj/STATIC_LIBRARIES/libcutils_intermediates/hashmap.o] Error 1
In file included from bionic/libc/kernel/uapi/linux/signal.h:21:0,
from bionic/libc/include/signal.h:45,
from bionic/libc/include/sys/select.h:35,
from bionic/libc/include/unistd.h:34,
from system/core/libcutils/native_handle.c:23:
bionic/libc/include/signal.h:85:18: error: expected ':', ',', ';', '}' or '__attribute__' before '.' token
sighandler_t sa_handler;
^
Let me know if you need any other information.
Thanks.

The same problem
I have the same problem. Did you find the solution for this?
Anyone know about this, please help!

NguyenTuy said:
I have the same problem. Did you find the solution for this?
Anyone know about this, please help!
Click to expand...
Click to collapse
Yes some commits cm did fixed it.

Please help
joshuabg said:
Yes some commits cm did fixed it.
Click to expand...
Click to collapse
I researched some days but no result was found. I will greatly appreciate if you show me how to fix it.

NguyenTuy said:
I researched some days but no result was found. I will greatly appreciate if you show me how to fix it.
Click to expand...
Click to collapse
What ROM are you trying to compile?

joshuabg said:
What ROM are you trying to compile?
Click to expand...
Click to collapse
I have same problem. I'm trying to buid flounder for HTC Nexus 9. Could you please tell me how to fix it?
Thanks a lot!

up to 10 post hix,up for everyone:good::good::good::good::good::good::good::good:

In order to help you, I will need a link to your ROM source. In adition to your specific error.

joshuabg said:
In order to help you, I will need a link to your ROM source. In adition to your specific error.
Click to expand...
Click to collapse
At this moment, I'm using AOSP android-5.0.1_r1 from Android Source and then compile
lunch aosp_flounder-userdebug
make -j4
=> It done without error.
After add a new product.
In file included from bionic/libc/kernel/uapi/linux/signal.h:21:0,
from bionic/libc/include/signal.h:43,
from bionic/libc/include/sys/select.h:35,
from bionic/libc/include/unistd.h:34,
from vendor/newvendor/internal/libstcommon/src/NewMwMessage.c:24:
bionic/libc/include/signal.h:83:18: error: expected ':', ',', ';', '}' or '__attribute__' before '.' token
sighandler_t sa_handler;
^
It is hard to find out what happen to me. Please help me to save my day. I really appreciate your help.
Just a question, how did you resolve your issue?

taduongngoc said:
At this moment, I'm using AOSP android-5.0.1_r1 from Android Source and then compile
lunch aosp_flounder-userdebug
make -j4
=> It done without error.
After add a new product.
In file included from bionic/libc/kernel/uapi/linux/signal.h:21:0,
from bionic/libc/include/signal.h:43,
from bionic/libc/include/sys/select.h:35,
from bionic/libc/include/unistd.h:34,
from vendor/newvendor/internal/libstcommon/src/NewMwMessage.c:24:
bionic/libc/include/signal.h:83:18: error: expected ':', ',', ';', '}' or '__attribute__' before '.' token
sighandler_t sa_handler;
^
It is hard to find out what happen to me. Please help me to save my day. I really appreciate your help.
Just a question, how did you resolve your issue?
Click to expand...
Click to collapse
I need to see more of your error. I removed the kernel headers from the Android.mk causing the problem.

joshuabg said:
I need to see more of your error. I removed the kernel headers from the Android.mk causing the problem.
Click to expand...
Click to collapse
I found my issue 4 days ago by removing KERNEL_HEADERS from the INCLUDE_C_HEADERS parameter in the make file.
Anyway, thank you very much for your help.

Hashbang173 said:
I need to see more of your error. I removed the kernel headers from the Android.mk causing the problem.
Click to expand...
Click to collapse
Whoa, that fixed it for me! Thank you!

Hashbang173 said:
I need to see more of your error. I removed the kernel headers from the Android.mk causing the problem.
Click to expand...
Click to collapse
Thanks a lot!
Heres a link to what you need to cherry-pick
https://github.com/HalogenOS/androi...mmit/1cdeb7268b53ea0754dad87b75f2ed0d418e6896
(Just remove the headers)

I struggled with this for a week on a RIL module. Turns out the bionic/libc version in my version of Android 5.1.1 had an erroneous implementation of signal.h for 64bit programs. It used #define in the linux/signal.h to change code elsewhere in the library but hadn't made the 64bit/mips versions og signalaction in the signal.h compatible by undefining them before and redefining them after the declarations. Also you'd have to give the anon-union inside the struct the name _u.

Related

[Q] How to build kernel for I9100G?

Hi, can someone guide me how to build the kernel for I9100G? I downloaded the kernel source from Samsung and extracted. The instructions in the archive are as follows:
HOW TO BUILD KERNEL 2.6.35 FOR GT-I9100G
1. How to Build
- get Toolchain
Visit http://www.codesourcery.com/, download and install Sourcery G++ Lite 2010q1 toolchain for ARM EABI.
Extract kernel source and move into the top directory.
$ toolchain\arm-2010q1
$ cd kernel/
$ make t1_defconfig
$ make
2. Output files
- Kernel : kernel/arch/arm/boot/zImage
3. How to make .tar binary for downloading into target.
- change current directory to kernel/arch/arm/boot
- type following command
$ tar cvf GT-I9100G_Kernel_Gingerbread.tar zImage
Click to expand...
Click to collapse
Looks simple enough. So I downloaded the toolchain from CodeSourcery and installed. I don't quite understand the first line in step 1
$ toolchain\arm-2010q1
Click to expand...
Click to collapse
What does that mean, exactly? Typing it out just like that gives an error.
If I skip the first line, after "make t1_defconfig", I get the error message "make: *** No rule to make target `t1_defconfig'. Stop."
Help, please?
BTW, I'm using Kubuntu 11.10.
Got it finally. Turned out my dump of the kernel source code was bad and some files were corrupted. Plus, crappy instructions, make t1_defconfig doesn't work. Instead I did
make ARCH=arm CROSS_COMPILE=~/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi- t1_defconfig
make ARCH=arm CROSS_COMPILE=~/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-
Compiling now. Hope for the best.
---
Doesn't work.
Got this error:
In file included from drivers/media/video/omapgfx/gfx_bc.c:17:
drivers/gpu/pvr/img_defs.h:89: error: #error ("define an OS")
In file included from drivers/media/video/omapgfx/gfx_bc.c:18:
drivers/gpu/pvr/servicesext.h:811: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PVRSRVReadRegistryString'
drivers/gpu/pvr/servicesext.h:812: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PVRSRVWriteRegistryString'
In file included from drivers/media/video/omapgfx/gfx_bc.c:19:
drivers/gpu/pvr/kernelbuffer.h:66: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'IMG_BOOL'
drivers/media/video/omapgfx/gfx_bc.c: In function 'bc_init':
drivers/media/video/omapgfx/gfx_bc.c:381: error: implicit declaration of function 'PVRGetBufferClassJTable'
make[4]: *** [drivers/media/video/omapgfx/gfx_bc.o] Error 1
make[3]: *** [drivers/media/video/omapgfx] Error 2
make[2]: *** [drivers/media/video] Error 2
make[1]: *** [drivers/media] Error 2
make: *** [drivers] Error 2
Click to expand...
Click to collapse
Experienced devs, anyone, help please?
Hi
I too am trying to build the kernel and I am stuck at same error. Can you please let me know how did you resolve this error?
Thanks in advance
Just in case anyone is still looking for solution:
I had the same problem. But managed to compile it successfully, under Ubuntu, using the prebuilt toolchains inside Android's NDK. Simply download, extract and start compiling.
I was able to build kernel successfully using arm linux gnueabi toolchain. Thanks for the help guys. Now I am all set to create a custom kernel
---------- Post added at 10:52 PM ---------- Previous post was at 10:50 PM ----------
The error was coming because of undefined macro for __linux__.
Can be resolved by either replacing it with LINUX or using arm linux gnueabi toolchain instead of arm eabi.
any update ?
or can u share how to build/make a custom rom so i can also try to make a custom rom
thnx!

[Guide] Compiling your own kernel.

I have writen this guide so that anyone whom wants to try to compile and customize their kernel can.
LINK
It took me a long time to write this guide, and its pretty through, but if you see something missing please let me know, or post it in the discussion part of the page.
Once you compile the kernel aka zImage you can use hkvc kexec, or use bawks 2ndboot (if your daring enough) With this guide, hopefully we can get others to join the effort of making their own roms, and boot.img
Disclaimer"
I am not responsible for any damages done to any equipment
Saved for Future use.
Good write up.
I am having some errors pop-up at the end of compile. Here is my output:
Code:
CC [M] drivers/media/video/omapgfx/gfx_init.o
CC [M] drivers/media/video/omapgfx/gfx_io.o
CC [M] drivers/media/video/omapgfx/gfx_bc.o
In file included from drivers/media/video/omapgfx/gfx_bc.c:17:
drivers/gpu/pvr/img_defs.h:89:7: error: #error ("define an OS")
In file included from drivers/media/video/omapgfx/gfx_bc.c:18:
drivers/gpu/pvr/servicesext.h:811: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PVRSRVReadRegistryString'
drivers/gpu/pvr/servicesext.h:812: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PVRSRVWriteRegistryString'
In file included from drivers/media/video/omapgfx/gfx_bc.c:19:
drivers/gpu/pvr/kernelbuffer.h:66: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'IMG_BOOL'
drivers/media/video/omapgfx/gfx_bc.c: In function 'bc_init':
drivers/media/video/omapgfx/gfx_bc.c:381: error: implicit declaration of function 'PVRGetBufferClassJTable'
make[4]: *** [drivers/media/video/omapgfx/gfx_bc.o] Error 1
make[3]: *** [drivers/media/video/omapgfx] Error 2
make[2]: *** [drivers/media/video] Error 2
make[1]: *** [drivers/media] Error 2
make: *** [drivers] Error 2
Goncezilla said:
Good write up.
I am having some errors pop-up at the end of compile. Here is my output:
Code:
CC [M] drivers/media/video/omapgfx/gfx_init.o
CC [M] drivers/media/video/omapgfx/gfx_io.o
CC [M] drivers/media/video/omapgfx/gfx_bc.o
In file included from drivers/media/video/omapgfx/gfx_bc.c:17:
drivers/gpu/pvr/img_defs.h:89:7: error: #error ("define an OS")
In file included from drivers/media/video/omapgfx/gfx_bc.c:18:
drivers/gpu/pvr/servicesext.h:811: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PVRSRVReadRegistryString'
drivers/gpu/pvr/servicesext.h:812: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'PVRSRVWriteRegistryString'
In file included from drivers/media/video/omapgfx/gfx_bc.c:19:
drivers/gpu/pvr/kernelbuffer.h:66: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'IMG_BOOL'
drivers/media/video/omapgfx/gfx_bc.c: In function 'bc_init':
drivers/media/video/omapgfx/gfx_bc.c:381: error: implicit declaration of function 'PVRGetBufferClassJTable'
make[4]: *** [drivers/media/video/omapgfx/gfx_bc.o] Error 1
make[3]: *** [drivers/media/video/omapgfx] Error 2
make[2]: *** [drivers/media/video] Error 2
make[1]: *** [drivers/media] Error 2
make: *** [drivers] Error 2
Click to expand...
Click to collapse
Which cross-compiler are you using? I use code sourcery lite. It works.
AdamOutler said:
Which cross-compiler are you using? I use code sourcery lite. It works.
Click to expand...
Click to collapse
Hmm, was just using whatever was synced with the repo.
Is there anyway you could post or send me a generic zImage from this compile? Trying to get a internal boot.img up and running but it seems to keep crapping out at the kernel (got 2ndboot showing up and ramdisk is in good shape).
Goncezilla said:
Hmm, was just using whatever was synced with the repo.
Is there anyway you could post or send me a generic zImage from this compile? Trying to get a internal boot.img up and running but it seems to keep crapping out at the kernel (got 2ndboot showing up and ramdisk is in good shape).
Click to expand...
Click to collapse
Fixed the 4.4.0 works better.
Loglud said:
Fixed the 4.4.0 works better.
Click to expand...
Click to collapse
Awesome, Ill try that one tonight!
For anyone interested in making your boot.img run off of internal storage (flashing via CWM or other recovery) you will need this file:
http://www.mediafire.com/?zrx5gk32casx55g
Just cat it to your custom_boot.img and flash!
Code:
cat irboot.img custom_boot.img >new_boot.img
Credit for the source for this goes to Bauwks!
AdamOutler said:
Which cross-compiler are you using? I use code sourcery lite. It works.
Click to expand...
Click to collapse
You are correct Finally got something to compile using TI's 2009 codesourcery lite!
Thanks button hit!
Goncezilla said:
For anyone interested in making your boot.img run off of internal storage (flashing via CWM or other recovery) you will need this file:
http://www.mediafire.com/?zrx5gk32casx55g
Just cat it to your custom_boot.img and flash!
Code:
cat irboot.img custom_boot.img >new_boot.img
Click to expand...
Click to collapse
how did you come up with irboot.img, if it bauwks make sure you give him credit, if not would love to knwo what it is?
Loglud said:
how did you come up with irboot.img, if it bauwks make sure you give him credit, if not would love to knwo what it is?
Click to expand...
Click to collapse
It was from Bauwks source. Was excited to get something running and slipped my mind. Edited post!
Sorry for the noobish question, but anyway how can we get a 3.x kernel? What are the difficulties to get it compiled?
I am not sure if I can help. I have some Linux experience compiling software from sources and I know compiling a kernel is not a trivial thing to do, however I would be happy to contribute.
How to you edit kernel.img that is inside the zImage?
[null]

[Q] Error during compiling kernel(it's killing me)

Hi all
this error is really killing me ,I do everything for several days but no luck ever!
this is the goddamn error:
Code:
In file included from arch/arm/mach-msm/board-es209ra.c:108:0:
include/linux/usb/android.h:47:8: error: redefinition of 'struct usb_composition'
arch/arm/mach-msm/include/mach/msm_hsusb.h:54:8: note: originally defined here
make[1]: *** [arch/arm/mach-msm/board-es209ra.o] Error 1
make: *** [arch/arm/mach-msm] Error 2
this cod implement twice in files "android.h" and "msm-hsusb.h"
Code:
/* composition support structure */
struct usb_composition {
__u16 product_id;
unsigned long functions;
I play with cods such as removing , replacing but always failed
could anyone help me?
this is the sourceI use:https://github.com/freexperia/semc-kernel-qsd8k-ics
Is it possible we force compiler ignore the issue during process or something?
Amin` said:
Hi all
this error is really killing me ,I do everything for several days but no luck ever!
this is the goddamn error:
Code:
In file included from arch/arm/mach-msm/board-es209ra.c:108:0:
include/linux/usb/android.h:47:8: error: [B]redefinition[/B] of 'struct usb_composition'
arch/arm/mach-msm/include/mach/msm_hsusb.h:54:8: note: originally defined here
make[1]: *** [arch/arm/mach-msm/board-es209ra.o] Error 1
make: *** [arch/arm/mach-msm] Error 2
this cod implement twice in files "android.h" and "msm-hsusb.h"
Code:
/* composition support structure */
struct usb_composition {
__u16 product_id;
unsigned long functions;
I play with cods such as removing , replacing but always failed
could anyone help me?
this is the sourceI use:https://github.com/freexperia/semc-kernel-qsd8k-ics
Click to expand...
Click to collapse
Read your error, and learn some C.
thewadegeek said:
Read your error, and learn some C.
Click to expand...
Click to collapse
yes I know I must learn some c but for now can you give me fix for this error?
thewadegeek said:
Read your error, and learn some C.
Click to expand...
Click to collapse
fuk yeah!!! I searched and found out then fixed the issue my self!!! now what do you have to say?
Amin` said:
fuk yeah!!! I searched and found out then fixed the issue my self!!! now what do you have to say?
Click to expand...
Click to collapse
Cool story bro?
Sent from my Galaxy Nexus using xda premium
Amin` said:
fuk yeah!!! I searched and found out then fixed the issue my self!!! now what do you have to say?
Click to expand...
Click to collapse
Congrats.
---------- Post added at 07:27 PM ---------- Previous post was at 07:26 PM ----------
Amin` said:
yes I know I must learn some c but for now can you give me fix for this error?
Click to expand...
Click to collapse
And just as a FYI the answer to this would have been no, because you should never use a fix you don't understand in your work. It leads to sloppy practice and a poor end product.

[Q] Build Error need urgent help

alright im trying to port cm11 to my LG Optimus F6 and ive tackled a few errors but this I need help with
Code:
frameworks/native/libs/gui/Surface.cpp: In member function 'virtual android::status_t android::Surface::lock(ANativeWindow_Buffer*, ARect*)':
frameworks/native/libs/gui/Surface.cpp:818:29: error: 'GRALLOC_USAGE_PRIVATE_INTERNAL_ONLY' was not declared in this scope
make: *** [/home/ryan/android/system/out/target/product/f6mt/obj/SHARED_LIBRARIES/libgui_intermediates/Surface.o] Error 1
make: *** Waiting for unfinished jobs....
well I know it is that GRALLOC_USAGE_PRIVATE_INTERNAL_ONLY isnt declared but I dont know how to declare that please help
I solved this by finally finding a way to declare it in the surface. CPP file by adding a enum and declaring it in there
hello
codingninja62001 said:
I solved this by finally finding a way to declare it in the surface. CPP file by adding a enum and declaring it in there
Click to expand...
Click to collapse
Where do you add enum and declaring
sattarvoybek said:
Where do you add enum and declaring
Click to expand...
Click to collapse
If I remember correctly I added the enum after the variable declarations in the surface. cpp file and declared it in that enum
codingninja62001 said:
I solved this by finally finding a way to declare it in the surface. CPP file by adding a enum and declaring it in there
Click to expand...
Click to collapse
codingninja62001 said:
If I remember correctly I added the enum after the variable declarations in the surface. cpp file and declared it in that enum
Click to expand...
Click to collapse
and be able to do a screenshot I don't understand much how to do ?
sattarvoybek said:
and be able to do a screenshot I don't understand much how to do ?
Click to expand...
Click to collapse
This was from a while ago and I had deleted the source when I got a new phone and it was uploaded to github so just wait a bit
codingninja62001 said:
This was from a while ago and I had deleted the source when I got a new phone and it was uploaded to github so just wait a bit
Click to expand...
Click to collapse
you have also this error was?
Code:
frameworks/native/libs/gui/Surface.cpp: In member function 'virtual android::status_t android::Surface::lock(ANativeWindow_Buffer*, ARect*)':
frameworks/native/libs/gui/Surface.cpp:828:29: error: 'GRALLOC_USAGE_PRIVATE_INTERNAL_ONLY' was not declared in this scope
make: *** [/home/sattar/cm11/out/target/product/X9180/obj/SHARED_LIBRARIES/libgui_intermediates/Surface.o]
sattarvoybek said:
you have also this error was?
Code:
frameworks/native/libs/gui/Surface.cpp: In member function 'virtual android::status_t android::Surface::lock(ANativeWindow_Buffer*, ARect*)':
frameworks/native/libs/gui/Surface.cpp:828:29: error: 'GRALLOC_USAGE_PRIVATE_INTERNAL_ONLY' was not declared in this scope
make: *** [/home/sattar/cm11/out/target/product/X9180/obj/SHARED_LIBRARIES/libgui_intermediates/Surface.o]
Click to expand...
Click to collapse
Heres a random cpp file and read the comments
Code:
/*Look for all these defines at the beggining of the file then put the enum after them. Don't chamge the defines in that file these are just a example */
#define JUST A EXAMPLE
#define JUST A EXAMPLE
#define JUST A EXAMPLE
enum {
/*THe only part of this you need is this enum and you need to set GRALLOC_USAGE_PRIVATE_INTERNAL_ONLY to whatever your device needs*/
GRALLOC_USAGE_PRIVATE_INTERNAL_ONLY=
}
codingninja62001 said:
This was from a while ago and I had deleted the source when I got a new phone and it was uploaded to github so just wait a bit
Click to expand...
Click to collapse
codingninja62001 said:
Heres a random cpp file and read the comments
Code:
/*Look for all these defines at the beggining of the file then put the enum after them. Don't chamge the defines in that file these are just a example */
#define JUST A EXAMPLE
#define JUST A EXAMPLE
#define JUST A EXAMPLE
enum {
/*THe only part of this you need is this enum and you need to set GRALLOC_USAGE_PRIVATE_INTERNAL_ONLY to whatever your device needs*/
GRALLOC_USAGE_PRIVATE_INTERNAL_ONLY=
}
Click to expand...
Click to collapse
I still don't understand here ->
Code:
#ifdef QCOM_BSP
setUsage(mReqUsage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY |
mReqUsage & GRALLOC_USAGE_PRIVATE_INTERNAL_ONLY |
GRALLOC_USAGE_SW_READ_OFTEN |
GRALLOC_USAGE_SW_WRITE_OFTEN);
#else
sattarvoybek said:
I still don't understand here ->
Code:
#ifdef QCOM_BSP
setUsage(mReqUsage & GRALLOC_USAGE_PRIVATE_EXTERNAL_ONLY |
mReqUsage & GRALLOC_USAGE_PRIVATE_INTERNAL_ONLY |
GRALLOC_USAGE_SW_READ_OFTEN |
GRALLOC_USAGE_SW_WRITE_OFTEN);
#else
Click to expand...
Click to collapse
That code is just calling the missing variable it shoulden't be a problem when you declare the variable
codingninja62001 said:
That code is just calling the missing variable it shoulden't be a problem when you declare the variable
Click to expand...
Click to collapse
well thank you three sit cannot collect cm11 if you really want that someone knows or someone that was the same as I'm going there someday!
sattarvoybek said:
well thank you three sit cannot collect cm11 if you really want that someone knows or someone that was the same as I'm going there someday!
Click to expand...
Click to collapse
In clear english please

[HELP] Kernel problems when building CM13-ZHN5Y

http://pastebin.com/8PpeeCc1
Code:
hardware/qcom/display-caf/msm8916/libhwcomposer/hwc_qclient.cpp: In function 'bool qClient::updateDisplayBWCapForCam(bool)':
hardware/qcom/display-caf/msm8916/libhwcomposer/hwc_qclient.cpp:375:19: error: 'MDSS_MAX_BW_LIMIT_CAMERA' was not declared in this scope
bw_flag = MDSS_MAX_BW_LIMIT_CAMERA;
^
build/core/binary.mk:730: recipe for target '/home/minz1/cyandroid/out/target/product/j7ltespr/obj/SHARED_LIBRARIES/hwcomposer.msm8916_intermediates/hwc_qclient.o' failed
make: *** [/home/minz1/cyandroid/out/target/product/j7ltespr/obj/SHARED_LIBRARIES/hwcomposer.msm8916_intermediates/hwc_qclient.o] Error 1
Kernel Config
https://github.com/minz1/android_kernel_samsung_j7ltespr
It'd be great if someone helped me out with this problem, I can't figure out what causes this. The kernel is straight from samopensource, so I don't know if I need anything edited or what...
Just remove that line with if clause ..
Most probably the three lines one above and below the MDSS_MAX_BW_LIMIT ..
Just wait I wil send u the screenshot
Sent from my KIW-L22 using Tapatalk

Categories

Resources