Can peak-linux-driver still be compiled (on Ubuntu 20.04)
Posted: Mon 15. Nov 2021, 21:51
I'm trying to make some old code work and was trying to compile this driver to get the chardev functionality back. However, it seems I need 32 bit files (specifically 32 bit kernel source files) that no longer exist (I'm in Ubuntu 20.04). Or at least I am guessing that is the problem, it fails with
No rule to make target 'arch/x86/tools/relocs_32.c', needed by 'arch/x86/tools/relocs_32.o'
Is there some way to compile only for 64 bit architecture, or in general is this still possible and I'm missing something?
No rule to make target 'arch/x86/tools/relocs_32.c', needed by 'arch/x86/tools/relocs_32.o'
Is there some way to compile only for 64 bit architecture, or in general is this still possible and I'm missing something?