Kernel module compiling error

Dimitri John Ledkov dimitri.ledkov at canonical.com
Mon Dec 11 15:25:58 UTC 2023


On Mon, 11 Dec 2023 at 08:04, ratheesh kannoth <ratheesh.ksz at gmail.com> wrote:
> test at hyd1lab5test:~/work/hello$ sudo apt-get install x86_64-linux-gnu-gcc-12

This is an invalid package name.

If you would execute that command, command-not-found integration would
suggest you the right package name for your architecture i.e.:

$ x86_64-linux-gnu-gcc-12
Command 'x86_64-linux-gnu-gcc-12' not found, but can be installed with:
sudo apt install gcc-12

Or you could install package dkms which depends on the currently in
use toolchains.

-- 
Dimitri

Sent from Ubuntu Pro
https://ubuntu.com/pro



More information about the kernel-team mailing list