[slackintosh-users] Re: new Slackintosh user
- From: DAve <dave.list@xxxxxxxxxxxxxxx>
- To: slackintosh-users@xxxxxxxxxxxxx
- Date: Sat, 03 Mar 2007 00:36:25 -0500
Marco Bonetti wrote:
On 3/2/07, DAve <dave.list@xxxxxxxxxxxxxxx> wrote:
Well that answers my next question ;^) I wasn't sure if I needed to make
any specific patches or alterations to compile for PPC. I was guessing
that I wouldn't need to install the kernel, just copy of a directory I
can access. I'm booting with a 2.4.x kernel, but I noticed that Adrian
says 2.6 runs better so I was going to start with the sources from
linux-stable at ppckernel.org.
older 2.4 kernels need benjamin herrenschmidt (hope I don't mispelled
it :-P ) patches, 2.4.33+ (IIRC) and 2.6+ kernels already include
those. that's why, at the time we start all of this, 2.6 kernels were
simply better :-)
Well I already had the 2.4.33.3 kernel sources so I started there. I had
downloaded the kernel source pkg and install with installpkg, no problems.
I then ran 'make mrproper' -> 'make menuconfig' and everything worked
fine. I then ran 'make dep' and kaboom.
Seems the include files couldn't be found, I checked the
/usr/include/bits/local_lim.h file (where the error occured) and at the
referenced line I see this,
/* The kernel sources contain a file with all the needed information. */
#include <linux/limits.h>
Changing that line to the following
#include </usr/src/linux-2.4.33.3/include/linux/limits.h>
And 'make dep' runs but 'make vmlinux' fails with the same error,
different file.
I thinks I need a symlink here somewhere but I remembered Linus poo
pooing that years ago, searching show much dicussion on the subject. Not
sure what I should do next.
Do I need a symlink for /usr/include/* to /usr/src/linux/* to compile,
or should I copy my kernel headers into /usr/include/(linux,asm)
directories?
DAve
What about modules? Does everything need to be compiled in or will the
kernel have access to the module directory when it's time to load them.
this is up to you, just remember to have essential modules (like fs
support) built-in.
And that answers my second question! The Mac has two cards, an ATI Rage
and a ATI Rage Pro.
there's a sample ati xorg.conf in this mailing list. you've three options:
1) search the mailing list (boring)
2) join #slackintosh on irc.freenode.org , link is in the channel topic
(fast)
3) download
http://workaround.ch/pub/rsync/mb/linux-live/GUS_wesnothlive_powerpc.iso
there two xorg.conf (nvidia and ati based) in /etc/X11 (funny)
ciao
--
Three years now I've asked Google why they don't have a
logo change for Memorial Day. Why do they choose to do logos
for other non-international holidays, but nothing for
Veterans?
Maybe they forgot who made that choice possible.
- Follow-Ups:
- [slackintosh-users] Re: new Slackintosh user
- From: Adrian Ulrich
- References:
- [slackintosh-users] Re: new Slackintosh user
- From: DAve
- [slackintosh-users] Re: new Slackintosh user
- From: Marco Bonetti
- [slackintosh-users] Re: new Slackintosh user
- From: DAve
- [slackintosh-users] Re: new Slackintosh user
- From: Marco Bonetti
- [slackintosh-users] Re: new Slackintosh user
- From: DAve
- [slackintosh-users] Re: new Slackintosh user
- From: Mikael Andersson
- [slackintosh-users] Re: new Slackintosh user
- From: DAve
- [slackintosh-users] Re: new Slackintosh user
- From: Mikael Andersson
- [slackintosh-users] Re: new Slackintosh user
- From: DAve
- [slackintosh-users] Re: new Slackintosh user
- From: Marco Bonetti
Other related posts:
- » [slackintosh-users] new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
- » [slackintosh-users] Re: new Slackintosh user
On 3/2/07, DAve <dave.list@xxxxxxxxxxxxxxx> wrote:
Well that answers my next question ;^) I wasn't sure if I needed to make any specific patches or alterations to compile for PPC. I was guessing that I wouldn't need to install the kernel, just copy of a directory I can access. I'm booting with a 2.4.x kernel, but I noticed that Adrian says 2.6 runs better so I was going to start with the sources from linux-stable at ppckernel.org.
older 2.4 kernels need benjamin herrenschmidt (hope I don't mispelled it :-P ) patches, 2.4.33+ (IIRC) and 2.6+ kernels already include those. that's why, at the time we start all of this, 2.6 kernels were simply better :-)
What about modules? Does everything need to be compiled in or will the kernel have access to the module directory when it's time to load them.
this is up to you, just remember to have essential modules (like fs support) built-in.
And that answers my second question! The Mac has two cards, an ATI Rage and a ATI Rage Pro.
there's a sample ati xorg.conf in this mailing list. you've three options: 1) search the mailing list (boring)2) join #slackintosh on irc.freenode.org , link is in the channel topic (fast) 3) download http://workaround.ch/pub/rsync/mb/linux-live/GUS_wesnothlive_powerpc.iso
there two xorg.conf (nvidia and ati based) in /etc/X11 (funny) ciao
- [slackintosh-users] Re: new Slackintosh user
- From: Adrian Ulrich
- [slackintosh-users] Re: new Slackintosh user
- From: DAve
- [slackintosh-users] Re: new Slackintosh user
- From: Marco Bonetti
- [slackintosh-users] Re: new Slackintosh user
- From: DAve
- [slackintosh-users] Re: new Slackintosh user
- From: Marco Bonetti
- [slackintosh-users] Re: new Slackintosh user
- From: DAve
- [slackintosh-users] Re: new Slackintosh user
- From: Mikael Andersson
- [slackintosh-users] Re: new Slackintosh user
- From: DAve
- [slackintosh-users] Re: new Slackintosh user
- From: Mikael Andersson
- [slackintosh-users] Re: new Slackintosh user
- From: DAve
- [slackintosh-users] Re: new Slackintosh user
- From: Marco Bonetti