История изменений
Исправление Axa, (текущая версия) :
sudo apt install build-essential
[sudo] password for axa:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
build-essential is already the newest version (12.9ubuntu3).
build-essential set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
То же проделал и с inux-headers
Результат:
axa@tp270:~$ find /usr/include -maxdepth 5 -type f -name jit-reader.h -print
/usr/include/gdb/jit-reader.h
axa@tp270:~$ find /usr/include -maxdepth 5 -type f -name interrupt.h -print
axa@tp270:~$
Хидеров как не было так и нет
Исправление Axa, :
sudo apt install build-essential
[sudo] password for axa:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
build-essential is already the newest version (12.9ubuntu3).
build-essential set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
То же проделал и с inux-headers
Результат:
find /usr/include -maxdepth 5 -type f -name jit-reader.h -print
axa@tp270:/usr/include$
Хидеров как не было так и нет
Исправление Axa, :
sudo apt install build-essential
[sudo] password for axa:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
build-essential is already the newest version (12.9ubuntu3).
build-essential set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
То же проделал и с inux-headers
Результат:
find /usr/include -maxdepth 5 -type f -print0 | grep inerrupt.h
axa@tp270:/usr/include$
Хидеров как не было так и нет
Исходная версия Axa, :
sudo apt install build-essential
[sudo] password for axa:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
build-essential is already the newest version (12.9ubuntu3).
build-essential set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
То же проделал и с inux-headers
Результат:
find . -maxdepth 5 -type f -print0 | grep inerrupt.h
axa@tp270:/usr/include$