Hi folks,
I've been using an open source community driver called xone to use my Xbox Wireless dongle with my Xbox controllers. I recently got the kernel upgrade to 5.15. Naturally, that means I have to rebuild the driver against the new kernel. However, when I went to do so yesterday, I got some errors:
cc1: error: incompatible gcc/plugin versions
cc1: error: failed to initialize plugin ./scripts/gcc-plugins/structleak_plugin.so
The package.yml can be viewed on my github. The errors here occur during the make
command in the build step.
I suspect this issue is also related to the WIP toolchain rebuilds. Specifically, I believe the issue is that I'm using a newer version of gcc
than the one that my kernel was built against. Not 100% sure about this though.
Is there some workaround I can use for now to build xone and use my hardware?