7 messages in com.xensource.lists.xen-ia64-develRe: [Xen-ia64-devel] Problem with bui...
FromSent OnAttachments
Rafal Lichwala18 Jul 2007 23:36 
Dietmar Hahn19 Jul 2007 02:10 
Rafal Lichwala19 Jul 2007 02:57 
Dietmar Hahn19 Jul 2007 04:46 
Rafal Lichwala19 Jul 2007 05:37 
Dietmar Hahn19 Jul 2007 05:44 
Rafal Lichwala19 Jul 2007 05:46 
Subject:Re: [Xen-ia64-devel] Problem with building the newest xen source on IA64
From:Rafal Lichwala (syri@man.poznan.pl)
Date:07/19/2007 05:37:02 AM
List:com.xensource.lists.xen-ia64-devel

Bingo! :)

gcc 3.2.3 was too old and after upgrade to 3.4.6 everything seems to build fine :) Kernel compilation is still in progress...

Thanks a lot Dietmar!

Now I have to read some documentation before I'll be able to properly start using Xen on my IA64 machine...

BTW: I sent a post about that, but with no response up to now - is it possible to install x86 (32 bit) OS'es in Xen running on IA64?

Regards

Rafal

Dietmar Hahn wrote:

Am Donnerstag, 19. Juli 2007 schrieb Rafal Lichwala:

perfmon.c:1431:1: directives may not be used inside a macro argument perfmon.c:1430:80: unterminated argument list invoking macro "DPRINT" perfmon.c: In function `pfm_reserve_session': perfmon.c:1434: `DPRINT' undeclared (first use in this function)

####################

Do you have any other idea how to solve the problem? Should I upgrade some more packages?

I would think of an old cpp version. What you have here is a cpp directive within a cpp directive.

#define DPRINT(a) ... ... DPRINT(("system wide not possible, conflicting session [%d] on CPU%d\n", #ifndef XEN pfm_sessions.pfs_sys_session[cpu]->pid, #else -1, #endif cpu));

Maybe your cpp is too old - but I don't know enough about special cpp features and cpp versions. I tried your download and on my machine with gcc version 3.3.3 this all compiles fine.

Dietmar.