02-24-2018, 12:11 PM
Hello
I had to make some changes to the hid-multitouch driver and I'm trying to build my kernel.
During the cross compile build, I get:
It's a bit over the head for me. I've cloned the rock64-android/kernel repository, changed the driver i wanted to changed and did:
and ended up with the error:
I have tried running make with V=1, but after compiling the rtl8822bs it just throws the above with nothing more to start on.
Any tips on what did I miss?
Thanks!
I had to make some changes to the hid-multitouch driver and I'm trying to build my kernel.
During the cross compile build, I get:
Quote: LD [M] drivers/net/wireless/rockchip_wlan/rtl8188eu/8188eu.o
scripts/Makefile.build:455: recipe for target 'drivers/net/wireless' failed
make[2]: *** [drivers/net/wireless] Error 2
scripts/Makefile.build:455: recipe for target 'drivers/net' failed
make[1]: *** [drivers/net] Error 2
Makefile:829: recipe for target 'drivers' failed
make: *** [drivers] Error 2
It's a bit over the head for me. I've cloned the rock64-android/kernel repository, changed the driver i wanted to changed and did:
Quote:export CROSS_COMPILE=/usr/bin/aarch64-linux-gnu-
ARCH=arm64 make rockchip_smp_nougat_defconfig
ARCH=arm64 make -j5
and ended up with the error:
I have tried running make with V=1, but after compiling the rtl8822bs it just throws the above with nothing more to start on.
Any tips on what did I miss?
Thanks!