[OpenAFS-devel] (no subject)

Jeremy Katz katzj@redhat.com
22 Apr 2003 19:18:30 -0400


On Tue, 2003-04-22 at 09:42, Horst Birthelmer wrote:
> has anybody ever compiled OpenAFS on an IBM pSeries running SUSE 
> LinuxPPC??
> 
> I'm getting everything compiled but I'm not able to insert the module 
> afterwards.
> The reported error is: "ELF file libafs-1.2.9.o not for this 
> architecture".
> (as you can see from the error above I'm doing this with OpenAFS 1.2.9 but 
> I get the same error with 1.2.8)

I'm guessing the kernel here is ppc64 while the userspace is ppc32. 
You'll probably need to tweak things to use a ppc64 cross compiler for
building the kernel bits while building the userspace with the normal
ppc32 compiler.  

Jeremy