jock Posted February 6 Author Posted February 6 @paradigman try looking here for latest rockchip64 kernel headers, but I'm not sure the version will match. Usually I install the kernel headers via regular apt, so don't know if armbian-config is ok or is broken. 0 Quote
paradigman Posted February 7 Posted February 7 @Jean-Francois Lessard: First of all, I would like to thank you for your great work with the tm16xx display driver. I would like to ask for your help on how I can avoid the warnings below when compiling? scripts/Makefile.build:403: warning: overriding recipe for target 'built-in.a' Makefile:1168: warning: ignoring old recipe for target 'built-in.a' scripts/Makefile.build:418: warning: overriding recipe for target 'modules.order' Makefile:1848: warning: ignoring old recipe for target 'modules.order' scripts/Makefile.build:403: warning: overriding recipe for target 'built-in.a' Makefile:1168: warning: ignoring old recipe for target 'built-in.a' scripts/Makefile.build:418: warning: overriding recipe for target 'modules.order' Makefile:1848: warning: ignoring old recipe for target 'modules.order' scripts/Makefile.build:403: warning: overriding recipe for target 'built-in.a' Makefile:1168: warning: ignoring old recipe for target 'built-in.a' scripts/Makefile.build:418: warning: overriding recipe for target 'modules.order' Makefile:1848: warning: ignoring old recipe for target 'modules.order' scripts/Makefile.build:403: warning: overriding recipe for target 'built-in.a' Makefile:1168: warning: ignoring old recipe for target 'built-in.a' scripts/Makefile.build:418: warning: overriding recipe for target 'modules.order' Makefile:1848: warning: ignoring old recipe for target 'modules.order' 0 Quote
paradigman Posted Sunday at 11:13 AM Posted Sunday at 11:13 AM (edited) @Jean-Francois Lessard : could you share with us the compiled objects (*.o) and the kernel object (*.ko)? I have been unable to compile kernel on armbian for a week because there is some general error at the system level (kernel headers). Edited Sunday at 11:14 AM by paradigman 0 Quote
Jean-Francois Lessard Posted Monday at 01:22 PM Posted Monday at 01:22 PM @paradigman it looks like an issue with your kernel build system, not the display driver. The kernel build system is either packaged with the kernel source code or the kernel headers of your very specific kernel version. Since the compiled module is once again specific to your kernel version, sharing compiled objects won't be of any help. Try to fix your kernel build system first. 0 Quote
paradigman Posted Tuesday at 03:02 PM Posted Tuesday at 03:02 PM Can someone help me how I can fix my kernel build system? Whatever image I flash on my board, the armbian-config -> "install kernel headers" function does not install everything needed to compile the kernel. 0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.