|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: GDB stub for stubdom
"Marc - A. Dahlhaus [ Administration | Westermann GmbH ]" <mad@xxxxxx>
writes:
> Am Donnerstag, den 30.04.2009, 15:01 +0200 schrieb Ferenc Wagner:
>
>> That foreign directory is definitely not there...
>
> You have to build the rest of the tree first. There should be a README
> file... Builds fine here.
Yes, indeed the README mentions that. Too bad it required Python.h,
but didn't check for its presence (not even the development version).
Anyway, after fixing this the directory symlink appears, but still:
gcc -c -Wall -g -O2 -I. -I../../../gdb-6.2.1/gdb/gdbserver
-I../../../gdb-6.2.1/gdb/gdbserver/../regformats
-I../../../gdb-6.2.1/gdb/gdbserver/../../include -I../../../../../libxc/
-I../../bfd -I../../../gdb-6.2.1/gdb/gdbserver/../../bfd
../../../gdb-6.2.1/gdb/gdbserver/linux-i386-low.c
In file included from ../../../gdb-6.2.1/gdb/gdbserver/linux-xen-low.c:38:
../../../../../libxc/xenctrl.h:36:32: error: xen/foreign/x86_32.h: No such file
or directory
../../../../../libxc/xenctrl.h:37:32: error: xen/foreign/x86_64.h: No such file
or directory
[...]
make[3]: Leaving directory
`/home/wferi/xen/xen-3.3.1/tools/debugger/gdb/gdb-6.2.1-linux-i386-xen/gdb/gdbserver'
That is, tools/include/xen/foreign is not amongst the include paths.
I'm persuaded to try the unstable tree, where this works all right.
You (or at least Samuel) won! :)
--
Cheers,
Feri.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|