freeipmi-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freeipmi-users] sparc64 compilation errors


From: Al Chu
Subject: Re: [Freeipmi-users] sparc64 compilation errors
Date: Wed, 14 Mar 2007 13:50:03 -0700

On Wed, 2007-03-14 at 21:36 +0100, corentin.labbe wrote:
> ./asm-sparc64/types.h:typedef unsigned int u32;

This looks as promising as anything else.  Could you try adding:

#include <asm-sparc64/types.h>

into

libfreeipmi/src/ipmi-inband.h like this 

#elif defined(HAVE_ASM_IO_H)
/* PPC */
+ # include <asm-sparc64/types.h>
# include <asm/io.h>
#endif

and see if it compiles?  

Also, do you have a asm/types.h file?  Does it load asm-sparc/types.h or
asm-sparce64/types.h depending on what architecture you are on?

Al

-- 
Albert Chu
address@hidden
925-422-5311
Computer Scientist
High Performance Systems Division
Lawrence Livermore National Laboratory




reply via email to

[Prev in Thread] Current Thread [Next in Thread]