|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel] Problem with building the newest xen source on IA64
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.
--
* * *
* R a f a l L i c h w a l a
* Poznan Supercomputing and Networking Center
* EGEE Project Participant
*
* Address : Poznan Supercomputing and Networking Center
* 60-814 Poznan, Zwierzyniecka 20
* Phone : (+48 61) 858 21 82
* E-mail : mailto:syriusz@xxxxxxxxxxxxx
*
* * *
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
|
|
|
|