[Top][All Lists]
[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
[Qemu-devel] [PATCH v21 05/11] ccid: add passthru card device, Alon Levy, 2011/03/17
[Qemu-devel] [PATCH v21 07/11] libcacard: add vscclient, Alon Levy, 2011/03/17
[Qemu-devel] [PATCH v21 03/11] usb-ccid: add CCID bus, Alon Levy, 2011/03/17
[Qemu-devel] [PATCH v21 04/11] introduce libcacard/vscard_common.h, Alon Levy, 2011/03/17
[Qemu-devel] [PATCH v21 10/11] ccid: add ccid-card-emulated device, Alon Levy, 2011/03/17
[Qemu-devel] [PATCH v21 02/11] qemu-thread.h: include inttypes.h, Alon Levy, 2011/03/17
[Qemu-devel] [PATCH v21 11/11] ccid: add docs, Alon Levy, 2011/03/17
[Qemu-devel] [PATCH v21 08/11] libcacard: add passthru, Alon Levy, 2011/03/17
[Qemu-devel] [PATCH v21 09/11] libcacard: add docs, Alon Levy, 2011/03/17
[Qemu-devel] [PATCH v21 06/11] libcacard: initial commit, Alon Levy, 2011/03/17