qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v21 01/11] trace: move trace objects from Makefi


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v21 01/11] trace: move trace objects from Makefile to Makefile.objs
Date: Mon, 21 Mar 2011 12:28:11 +0000

On Thu, Mar 17, 2011 at 5:23 PM, Alon Levy <address@hidden> wrote:
> On Thu, Mar 17, 2011 at 04:45:15PM +0000, Stefan Hajnoczi wrote:
>> On Thu, Mar 17, 2011 at 3:00 PM, Alon Levy <address@hidden> wrote:
>> > On Thu, Mar 17, 2011 at 04:49:26PM +0200, Alon Levy wrote:
>> >> ---
>> >>  Makefile      |   32 --------------------------------
>> >>  Makefile.objs |   32 ++++++++++++++++++++++++++++++++
>> >>  2 files changed, 32 insertions(+), 32 deletions(-)
>> >
>> > The commit message can be a little more verbose :(
>> >
>> > It will be:
>> >
>> > allow libcacard (later commit) to make use of the rules for
>> > building trace objects, to build libcacard/vscclient (and
>> > later still libcacard/libcacard.so).
>>
>> I will test this patch and get back to you within the next two or three days.
> Thanks, much appreciated.

$ make distclean
$ ./configure --prefix=/usr --target-list=x86_64-softmmu
--enable-io-thread  --disable-strip --enable-trace-backend=simple
$ make
[...]
  LINK  libcacard/vscclient
simpletrace.o: In function `get_clock':
/home/stefanha/qemu/qemu-timer.h:92: undefined reference to `use_rt_clock'
collect2: ld returned 1 exit status
make[1]: *** [vscclient] Error 1
make: *** [subdir-libcacard] Error 2

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]