|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] xeno-1.2.bk compilation question?
The system is Mandrake-9.1 Linux wih gcc-3.2.2.
I am trying to compile xenolinux-2.4.24 (with vanilla sources from
ftp.kernel.org for linux-2.4.24). The steps of
mkbuildtree
ARCH=xeno make menuconfig
ARCH=xeno make dep
produce no errors, but
ARCH=xeno make bzImage
results in following error messages.
Any pointers will be appreciated.
-ishwar
---
gcc -D__KERNEL__ -I/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/include -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe
-mpreferred-stack-boundary=2 -march=i686 -Os -nostdinc -iwithprefix include
-DKBUILD_BASENAME=dsfield -c -o dsfield.o dsfield.c
In file included from
/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/include/acpi/platform/acenv.h:120,
from
/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/include/acpi/acpi.h:53,
from dsfield.c:45:
/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/include/acpi/platform/aclinux.h:61:22:
asm/acpi.h: No such file or directory
In file included from
/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/include/acpi/acpi.h:54,
from dsfield.c:45:
/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/include/acpi/actypes.h:184: parse
error before "INT64"
/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/include/acpi/actypes.h:184: warning:
type defaults to `int' in declaration of `INT64'
/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/include/acpi/actypes.h:184: warning:
data definition has no type or storage class
/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/include/acpi/actypes.h:185: parse
error before "UINT64"
/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/include/acpi/actypes.h:185: warning:
type defaults to `int' in declaration of `UINT64'
/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/include/acpi/actypes.h:185: warning:
data definition has no type or storage class
make[4]: *** [dsfield.o] Error 1
make[4]: Leaving directory
`/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/drivers/acpi/dispatcher'
make[3]: *** [first_rule] Error 2
make[3]: Leaving directory
`/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/drivers/acpi/dispatcher'
make[2]: *** [_subdir_dispatcher] Error 2
make[2]: Leaving directory
`/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/drivers/acpi'
make[1]: *** [_subdir_acpi] Error 2
make[1]: Leaving directory `/local1/xxen/xeno-1.2.bk/xenolinux-2.4.24/drivers'
make: *** [_dir_drivers] Error 2
---
-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] xeno-1.2.bk compilation question?,
I RATTAN <=
|
|
|
|
|