Guest User

Untitled

a guest
Oct 8th, 2024
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. DKMS make.log for xpad-0.4 for kernel 5.10.103+ (armv7l)
  2. Tue 08 Oct 2024 09:28:48 PM EDT
  3. make -C /lib/modules/5.10.103+/build V=1 M=/var/lib/dkms/xpad/0.4/build modules
  4. make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
  5. make[1]: Entering directory '/usr/src/linux-headers-5.10.103+'
  6. test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
  7. echo >&2; \
  8. echo >&2 " ERROR: Kernel configuration is invalid."; \
  9. echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
  10. echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
  11. echo >&2 ; \
  12. /bin/false)
  13. make -f ./scripts/Makefile.build obj=/var/lib/dkms/xpad/0.4/build \
  14. single-build= \
  15. need-builtin=1 need-modorder=1
  16. gcc -Wp,-MMD,/var/lib/dkms/xpad/0.4/build/.xpad.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabihf/8/include -I./arch/arm/include -I./arch/arm/include/generated -I./include -I./arch/arm/include/uapi -I./arch/arm/include/generated/uapi -I./include/uapi -I./include/generated/uapi -include ./include/linux/kconfig.h -include ./include/linux/compiler_types.h -D__KERNEL__ -mlittle-endian -fmacro-prefix-map=./= -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu89 -fno-dwarf2-cfi-asm -fno-omit-frame-pointer -mapcs -mno-sched-prolog -fno-ipa-sra -mabi=aapcs-linux -mfpu=vfp -marm -Wa,-mno-warn-deprecated -D__LINUX_ARM_ARCH__=6 -march=armv6k -mtune=arm1136j-s -msoft-float -Uarm -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -O2 --param=allow-store-data-races=0 -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wno-stringop-truncation -Wno-array-bounds -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -DMODULE -DKBUILD_BASENAME='"xpad"' -DKBUILD_MODNAME='"xpad"' -c -o /var/lib/dkms/xpad/0.4/build/xpad.o /var/lib/dkms/xpad/0.4/build/xpad.c
  17. /var/lib/dkms/xpad/0.4/build/xpad.c: In function ‘xpadone_process_packet’:
  18. /var/lib/dkms/xpad/0.4/build/xpad.c:1217:26: error: ‘ABS_PROFILE’ undeclared (first use in this function); did you mean ‘FS_NRFILE’?
  19. input_report_abs(dev, ABS_PROFILE, data[34]);
  20. ^~~~~~~~~~~
  21. FS_NRFILE
  22. /var/lib/dkms/xpad/0.4/build/xpad.c:1217:26: note: each undeclared identifier is reported only once for each function it appears in
  23. /var/lib/dkms/xpad/0.4/build/xpad.c: In function ‘xpad_set_up_abs’:
  24. /var/lib/dkms/xpad/0.4/build/xpad.c:2166:7: error: ‘ABS_PROFILE’ undeclared (first use in this function); did you mean ‘FS_NRFILE’?
  25. case ABS_PROFILE: /* 4 value profile button (such as on XAC) */
  26. ^~~~~~~~~~~
  27. FS_NRFILE
  28. /var/lib/dkms/xpad/0.4/build/xpad.c: In function ‘xpad_init_input’:
  29. /var/lib/dkms/xpad/0.4/build/xpad.c:2269:30: error: ‘ABS_PROFILE’ undeclared (first use in this function); did you mean ‘FS_NRFILE’?
  30. xpad_set_up_abs(input_dev, ABS_PROFILE);
  31. ^~~~~~~~~~~
  32. FS_NRFILE
  33. /var/lib/dkms/xpad/0.4/build/xpad.c: In function ‘xpad_set_up_abs’:
  34. /var/lib/dkms/xpad/0.4/build/xpad.c:2138:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
  35. if ((xpad->xtype == XTYPE_XBOXONE) && (xpad->quirks & QUIRK_GHL_XBOXONE)) {
  36. ^
  37. /var/lib/dkms/xpad/0.4/build/xpad.c:2142:2: note: here
  38. case ABS_RX:
  39. ^~~~
  40. /var/lib/dkms/xpad/0.4/build/xpad.c:2148:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
  41. if ((xpad->xtype == XTYPE_XBOXONE) && (xpad->quirks & QUIRK_GHL_XBOXONE)) {
  42. ^
  43. /var/lib/dkms/xpad/0.4/build/xpad.c:2152:2: note: here
  44. case ABS_RZ: /* the triggers (if mapped to axes) */
  45. ^~~~
  46. make[2]: *** [scripts/Makefile.build:280: /var/lib/dkms/xpad/0.4/build/xpad.o] Error 1
  47. make[1]: *** [Makefile:1825: /var/lib/dkms/xpad/0.4/build] Error 2
  48. make[1]: Leaving directory '/usr/src/linux-headers-5.10.103+'
  49. make: *** [Makefile:5: all] Error 2
  50.  
Advertisement
Add Comment
Please, Sign In to add comment