Posts: 24
Threads: 10
Joined: Mar 2010
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"
Posts: 90
Threads: 4
Joined: Jun 2008
(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)?
"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.
Posts: 24
Threads: 10
Joined: Mar 2010
(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)?
"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.