Replies: 1 comment 2 replies
-
Be sure and "grep" the unpacked kernel sources in "build/" for the missing "SYS_ioprio_set". Maybe the include path is wrong, or if the symbol does not exist - then search for the kernel patch which added it and backport the patch into make/kernel/patches/ |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Follow-up from here:
Ahoj,
compiling
FREETZ_BUSYBOX___V127_IONICE=y
),fails with
util-linux/ionice.c:34:17: error: 'SYS_ioprio_set' undeclared (first use in this function)
:Kernel is 2.6.13.1
↗ Here it is stated about that error:
Kernel version should suffice, so maybe an issue about the toolchain that the build system uses?
This is the
.config
I use.Regards!
Beta Was this translation helpful? Give feedback.
All reactions