Displaying 5 results from an estimated 5 matches for "acpi_madt".
2006 Aug 11
0
[PATCH] [4/5] SMBIOS -- generate SMBIOS tables
...c5ed9 tools/firmware/hvmloader/Makefile
--- a/tools/firmware/hvmloader/Makefile Fri Aug 11 14:22:54 2006 +0100
+++ b/tools/firmware/hvmloader/Makefile Fri Aug 11 14:55:18 2006 -0400
@@ -31,7 +31,7 @@ DEFINES =-DDEBUG
DEFINES =-DDEBUG
XENINC =-I$(XEN_ROOT)/tools/libxc
-OBJECTS = hvmloader.o acpi_madt.o
+OBJECTS = hvmloader.o acpi_madt.o smbios.o
# Disable PIE/SSP if GCC supports them. They can break us.
CFLAGS += $(call test-gcc-flag,$(CC),-nopie)
@@ -42,7 +42,7 @@ CFLAGS += $(DEFINES) -I. $(XENINC) -fno
CFLAGS += $(DEFINES) -I. $(XENINC) -fno-builtin -O2 -msoft-float
LDFLAGS = -m32...
2006 Jun 19
0
Bug#374395: FTBFS with GCC 4.2: cast from pointer to integer of different size
...th the gcc-snapshot
package.
> Automatic build of xen-3.0_3.0.2+hg9681-1 on usurper by sbuild/amd64 0.46
...
> gcc -o acpigen -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -Wdeclaration-after-statement -I. -I../../libxc acpi_build.c acpi_dsdt.c acpi_facs.c acpi_fadt.c acpi_gen.c acpi_madt.c acpi_rsdt.c
> cc1: warnings being treated as errors
> acpi_build.c: In function 'UpdateTable':
> acpi_build.c:114: warning: cast from pointer to integer of different size
> acpi_build.c:118: warning: cast from pointer to integer of different size
> acpi_build.c:132: warning...
2005 Oct 12
1
compile error
I cannot compile the latest xen build (make world):
make[4]: Entering directory `/setup/xen/xen-unstable/tools/firmware/acpi''
gcc -o acpigen -I. -I../../libxc acpi_build.c acpi_dsdt.c acpi_facs.c acpi_fadt.
c acpi_gen.c acpi_madt.c acpi_rsdt.c
acpi_gen.c: In function âmainâ:
acpi_gen.c:44: warning: incompatible implicit declaration of built-in function â
exitâ
acpi_gen.c:51: warning: incompatible implicit declaration of built-in function â
exitâ
acpi_gen.c:53: warning: pointer targets in passing argument 1 of âAcpiBuildTabl...
2005 Oct 12
1
compile error
I cannot compile the latest xen build (make world):
make[4]: Entering directory `/setup/xen/xen-unstable/tools/firmware/acpi''
gcc -o acpigen -I. -I../../libxc acpi_build.c acpi_dsdt.c acpi_facs.c acpi_fadt.
c acpi_gen.c acpi_madt.c acpi_rsdt.c
acpi_gen.c: In function âmainâ:
acpi_gen.c:44: warning: incompatible implicit declaration of built-in function â
exitâ
acpi_gen.c:51: warning: incompatible implicit declaration of built-in function â
exitâ
acpi_gen.c:53: warning: pointer targets in passing argument 1 of âAcpiBuildTabl...
2006 Sep 12
1
Bug#387106: FTBFS with GCC 4.2: cast from pointer to integer of different size
...directory `/build/tbm/xen-unstable-3.0-unstable+hg11292/debian/build/build-utils_amd64/tools/firmware/acpi'
> gcc -o acpigen -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer -Wdeclaration-after-statement -I. -I../../libxc acpi_build.c acpi_dsdt.c acpi_facs.c acpi_fadt.c acpi_gen.c acpi_madt.c acpi_rsdt.c
> cc1: warnings being treated as errors
> acpi_build.c: In function 'UpdateTable':
> acpi_build.c:114: warning: cast from pointer to integer of different size
> acpi_build.c:118: warning: cast from pointer to integer of different size
> acpi_build.c:132: warning...