qemu-devel
[Top][All Lists]
Advanced

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

Re: New Hardware model emulation


From: Priyamvad Acharya
Subject: Re: New Hardware model emulation
Date: Tue, 3 Mar 2020 22:41:57 +0530

> These errors are probably due to the Makefile.objs changes in your commit:

If I am not wrong, we need to add a rule i.e " common-obj-$(CONFIG_TESTPCI) += testpci.o " in Makefile.objs to compile custom device in Qemu.
Shall I should remove that rule to remove the errors?

On Tue, 3 Mar 2020 at 21:06, Stefan Hajnoczi <address@hidden> wrote:
On Tue, Mar 3, 2020 at 12:45 PM Priyamvad Acharya
<address@hidden> wrote:
> Thanks Stefan for explaining the method.
> After following above method when I run below command to compile my custom device in Qemu source code , I get the output on terminal which is attached in a file for your reference.
>
> Command:- make -j8 -C build
>
> Most of the lines in attached file indicate that error might be due to helper.c file.
>
> How to resolve it?

These errors are probably due to the Makefile.objs changes in your commit:
https://github.com/PriyamvadAcharya/virtual_prototype_qemu/commit/4c71c2759a96cf1db83a74027b93c6ceeab24bf1#diff-a8f0482bb5eda5c20e2054e1b1d263f2

Stefan

reply via email to

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