12-20-2018, 02:19 PM
Hey,
Been trying to build the android kernel for the ROCKPRO64, as I've wanted to add support for a wifi usb dongle I'm using.
Using Kernel Source from ayufan: https://github.com/ayufan-rock64/android-kernel
The build is failing with:
Thanks!
Been trying to build the android kernel for the ROCKPRO64, as I've wanted to add support for a wifi usb dongle I'm using.
Using Kernel Source from ayufan: https://github.com/ayufan-rock64/android-kernel
The build is failing with:
Code:
drivers/built-in.o: In function `rk_pwm_config_v2':
/home/khoa/rock64/src/rockchip-android-kernel/drivers/pwm/pwm
rence to `rk3368_lcdc_cabc_status'
/home/khoa/rock64/src/rockchip-android-kernel/drivers/pwm/pwm
: relocation truncated to fit: R_AARCH64_CALL26 against undef
tatus'
/home/khoa/rock64/src/rockchip-android-kernel/drivers/pwm/pwm
rence to `rk3368_lcdc_update_pwm'
/home/khoa/rock64/src/rockchip-android-kernel/drivers/pwm/pwm
: relocation truncated to fit: R_AARCH64_CALL26 against undef
_pwm'
Makefile:815: recipe for target 'vmlinux' failed
Thanks!