On Wed, Mar 4, 2020 at 11:16 AM Priyamvad Acharya <priyamvad.agni...@gmail.com> wrote: > I have commented all the lines of other hardware models except custom device > line " common-obj-$(CONFIG_TESTPCI) += testpci.o ". > But when I run make I get errors similar to error shown in file which I have > shared with you in previous replies.
Try this: 1. Start with a fresh qemu.git tree (no modifications) and check that it compiles successfully. 2. Add testpci.c and add the testpci.o line to Makefile.objs. 3. Compilation should succeed now. Stefan