> 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 <stefa...@gmail.com> wrote: > On Tue, Mar 3, 2020 at 12:45 PM Priyamvad Acharya > <priyamvad.agni...@gmail.com> 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 >