ibisjoe Posted February 12, 2019 Posted February 12, 2019 does anone know how to obtain the linux headers for the version of Jessie running on the PowerPMAC (linux-headers-2.6.30.3)? "apt-get install linux-headers-$(uname -r)" returns: "Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package linux-headers-2.6.30.3"
hbausley Posted February 15, 2019 Posted February 15, 2019 does anone know how to obtain the linux headers for the version of Jessie running on the PowerPMAC (linux-headers-2.6.30.3)? "apt-get install linux-headers-$(uname -r)" returns: "Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package linux-headers-2.6.30.3" The linux headers are supplied with the IDE. They are located C:\DeltaTau\PoewrPMAC\Compilers\opt\powerpc-405-rootfs\usr\src\linux-2.6.30.3-xenomai-2.5.6. these are the headers the IDE compiles with to build kernel modules for usralgos.
ibisjoe Posted February 18, 2019 Author Posted February 18, 2019 does anone know how to obtain the linux headers for the version of Jessie running on the PowerPMAC (linux-headers-2.6.30.3)? "apt-get install linux-headers-$(uname -r)" returns: "Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package linux-headers-2.6.30.3" The linux headers are supplied with the IDE. They are located C:\DeltaTau\PoewrPMAC\Compilers\opt\powerpc-405-rootfs\usr\src\linux-2.6.30.3-xenomai-2.5.6. these are the headers the IDE compiles with to build kernel modules for usralgos. Thanks. I was looking on the PowerPMAC itself since that is where I was attempting to compile device drivers.
Recommended Posts