RE?? How to build QEMU plugin on Windows with mingw

2020-07-02 Thread casmac
Hi Alex, Thansk for looking on this . In the last message, the compilation command is a bit misleading. I am filling in more details. If I keep "-Wl,-soname,$@" in the command , I got similar linking errors. makefile: SONAMES := $(addsuffix .dll,$(addprefix lib,$(NAMES))) QEMU_CFLAGS

How to build QEMU plugin on Windows with mingw

2020-07-02 Thread casmac
Hi all,    I want to build QEMU 4.2.0 with the plugin module on Windows 7 with Mingw, but the building process faild.     The step I follow is listed below: 1. create "dsp_build" diretory under source file folder 2. change directory to dsp_build , and run ../configure --target-list=dsp-sof