All of lore.kernel.org
 help / color / mirror / Atom feed
* problem building xen 3.2
@ 2010-09-09 17:59 Marco Antonio
  2010-09-09 18:28 ` Pasi Kärkkäinen
  0 siblings, 1 reply; 3+ messages in thread
From: Marco Antonio @ 2010-09-09 17:59 UTC (permalink / raw)
  To: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 918 bytes --]

Hi,

I'm trying to build xen 3.2 through debian package on stable and I got this:

make[6]: se sale del directorio
`/root/xen-3-3.2.1/debian/build/build-utils_amd64/tools/firmware/hvmloader/acpi'
gcc -I../../../tools/libxc -I. -m32 -march=i686 -DNDEBUG
-fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value
-Wdeclaration-after-statement  -D__XEN_TOOLS__  -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs  -fno-stack-protector
-fno-builtin -O2 -msoft-float -c hvmloader.c mp_tables.c util.c smbios.c
32bitbios_support.c
ld -melf_i386 -N -Ttext 0x100000 -o hvmloader.tmp hvmloader.o mp_tables.o
util.o smbios.o 32bitbios_support.o acpi/acpi.a
hvmloader.o: In function `_start':
hvmloader.c:(.text+0xa): undefined reference to `initial_eax'
make[5]: *** [hvmloader] Error 1

all building dependencies seems to be properly installed... any hint on what
it might be?

Thanks!

Marco

[-- Attachment #1.2: Type: text/html, Size: 989 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: problem building xen 3.2
  2010-09-09 17:59 problem building xen 3.2 Marco Antonio
@ 2010-09-09 18:28 ` Pasi Kärkkäinen
  2010-09-10  4:36   ` Marco Antonio
  0 siblings, 1 reply; 3+ messages in thread
From: Pasi Kärkkäinen @ 2010-09-09 18:28 UTC (permalink / raw)
  To: Marco Antonio; +Cc: xen-devel

On Thu, Sep 09, 2010 at 07:59:37PM +0200, Marco Antonio wrote:
>    Hi,
> 
>    I'm trying to build xen 3.2 through debian package on stable and I got
>    this:
> 
>    make[6]: se sale del directorio
>    `/root/xen-3-3.2.1/debian/build/build-utils_amd64/tools/firmware/hvmloader/acpi'
>    gcc -I../../../tools/libxc -I. -m32 -march=i686 -DNDEBUG
>    -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes
>    -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__
>    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs
>    -fno-stack-protector  -fno-builtin -O2 -msoft-float -c hvmloader.c
>    mp_tables.c util.c smbios.c 32bitbios_support.c
>    ld -melf_i386 -N -Ttext 0x100000 -o hvmloader.tmp hvmloader.o mp_tables.o
>    util.o smbios.o 32bitbios_support.o acpi/acpi.a
>    hvmloader.o: In function `_start':
>    hvmloader.c:(.text+0xa): undefined reference to `initial_eax'
>    make[5]: *** [hvmloader] Error 1
> 
>    all building dependencies seems to be properly installed... any hint on
>    what it might be?
> 
>    Thanks!
> 

Did you try different compiler versions? 

out of interest.. why do you want to compile Xen 3.2? It's pretty old already..

-- Pasi

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: problem building xen 3.2
  2010-09-09 18:28 ` Pasi Kärkkäinen
@ 2010-09-10  4:36   ` Marco Antonio
  0 siblings, 0 replies; 3+ messages in thread
From: Marco Antonio @ 2010-09-10  4:36 UTC (permalink / raw)
  To: Pasi Kärkkäinen; +Cc: xen-devel


[-- Attachment #1.1: Type: text/plain, Size: 1583 bytes --]

I was trying different versions of Xen for a research, just that.

Thanks for the help!

Marco.

On Thu, Sep 9, 2010 at 8:28 PM, Pasi Kärkkäinen <pasik@iki.fi> wrote:

> On Thu, Sep 09, 2010 at 07:59:37PM +0200, Marco Antonio wrote:
> >    Hi,
> >
> >    I'm trying to build xen 3.2 through debian package on stable and I got
> >    this:
> >
> >    make[6]: se sale del directorio
> >
>  `/root/xen-3-3.2.1/debian/build/build-utils_amd64/tools/firmware/hvmloader/acpi'
> >    gcc -I../../../tools/libxc -I. -m32 -march=i686 -DNDEBUG
> >    -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes
> >    -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__
> >    -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs
> >    -fno-stack-protector  -fno-builtin -O2 -msoft-float -c hvmloader.c
> >    mp_tables.c util.c smbios.c 32bitbios_support.c
> >    ld -melf_i386 -N -Ttext 0x100000 -o hvmloader.tmp hvmloader.o
> mp_tables.o
> >    util.o smbios.o 32bitbios_support.o acpi/acpi.a
> >    hvmloader.o: In function `_start':
> >    hvmloader.c:(.text+0xa): undefined reference to `initial_eax'
> >    make[5]: *** [hvmloader] Error 1
> >
> >    all building dependencies seems to be properly installed... any hint
> on
> >    what it might be?
> >
> >    Thanks!
> >
>
> Did you try different compiler versions?
>
> out of interest.. why do you want to compile Xen 3.2? It's pretty old
> already..
>
> -- Pasi
>
>


-- 
Remember, the Source will be with you. Always...
http://www.thepowerofthesource.com

[-- Attachment #1.2: Type: text/html, Size: 2133 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-10  4:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-09 17:59 problem building xen 3.2 Marco Antonio
2010-09-09 18:28 ` Pasi Kärkkäinen
2010-09-10  4:36   ` Marco Antonio

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.