![]() |
linux-headers-2.6.30.3 - Printable Version +- Delta Tau Forums (http://forums.deltatau.com) +-- Forum: Delta Tau Data Systems (http://forums.deltatau.com/forumdisplay.php?fid=1) +--- Forum: Power PMAC (http://forums.deltatau.com/forumdisplay.php?fid=2) +--- Thread: linux-headers-2.6.30.3 (/showthread.php?tid=2836) |
linux-headers-2.6.30.3 - ibisjoe - 02-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" RE: linux-headers-2.6.30.3 - hbausley - 02-15-2019 (02-12-2019, 01:55 PM)ibisjoe Wrote: does anone know how to obtain the linux headers for the version of Jessie running on the PowerPMAC (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. RE: linux-headers-2.6.30.3 - ibisjoe - 02-17-2019 (02-15-2019, 03:15 PM)hbausley Wrote:(02-12-2019, 01:55 PM)ibisjoe Wrote: does anone know how to obtain the linux headers for the version of Jessie running on the PowerPMAC (linux-headers-2.6.30.3)? Thanks. I was looking on the PowerPMAC itself since that is where I was attempting to compile device drivers. |