[Bug 1885827] Re: building plugin failed on Windows with mingw

2021-07-05 Thread Launchpad Bug Tracker
ing plugin failed on Windows with mingw Status in QEMU: Expired Bug description: I want to build QEMU 4.2.0's plugin module on Windows 7/10 with Mingw, but the building process faild. The step I follow is listed below: 1. create "dsp_build" diretory under source file fo

[Bug 1885827] Re: building plugin failed on Windows with mingw

2021-05-06 Thread Thomas Huth
tps://bugs.launchpad.net/bugs/1885827 Title: building plugin failed on Windows with mingw Status in QEMU: Incomplete Bug description: I want to build QEMU 4.2.0's plugin module on Windows 7/10 with Mingw, but the building process faild. The step I follow is listed below: 1

Re: [Bug 1885827] Re: building plugin failed on Windows with mingw

2020-07-09 Thread Alex Bennée
Emilio G. Cota <1885...@bugs.launchpad.net> writes: > You should then find out why libqemu_plugin.dll.a is not working. It is > possible though that your linked is calling the import library something > else, for instance adding a .dll extension to it. > > You will have to run a few tests with y

[Bug 1885827] Re: building plugin failed on Windows with mingw

2020-07-08 Thread Emilio G. Cota
. Let us know how it goes! -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1885827 Title: building plugin failed on Windows with mingw Status in QEMU: New Bug description: I want to build QEMU 4.

[Bug 1885827] Re: building plugin failed on Windows with mingw

2020-07-07 Thread Xiaolei
file status (stat): No such file or directory make: *** [Makefile:890:install] error 1 Any ideas? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1885827 Title: building plugin failed on Windows with

[Bug 1885827] Re: building plugin failed on Windows with mingw

2020-07-06 Thread Emilio G. Cota
-dependent code. But let's not go there yet; try to build the empty plugin first. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1885827 Title: building plugin failed on Windows with mingw S

[Bug 1885827] Re: building plugin failed on Windows with mingw

2020-07-05 Thread Xiaolei
lib%.so: %.o $(CC) -shared -Wl,-soname,$@ -o $@ $^ $(LDLIBS) clean: rm -f *.o *.so *.d rm -Rf .libs .PHONY: all clean -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1885827

[Bug 1885827] Re: building plugin failed on Windows with mingw

2020-07-04 Thread Emilio G. Cota
been set to 'yes'." fi +# if test "$mingw32" = "yes" ; then # or mingw, or windows; I don't know. + QEMU_LDFLAGS="-Wl,--out-implib,libqemu_plugin.dll.a" +# fi fi if test "$tcg_interpreter" = "yes"; then -- You

re??[Bug 1885827] Re: building plugin failed on Windows with mingw

2020-07-03 Thread casmac
--- : "Emilio G. Cota"<1885...@bugs.launchpad.net>; : 2020??7??4??(??) 11:16: "casmac"<1482995...@qq.com>; : [Bug 1885827] Re: building plugin failed on Windows with mingw I never built the plugin code on anything other than Linux :( All I did for Win

[Bug 1885827] Re: building plugin failed on Windows with mingw

2020-07-03 Thread Emilio G. Cota
: $(SONAMES) -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1885827 Title: building plugin failed on Windows with mingw Status in QEMU: New Bug description: I want to build QEMU 4.2.0's p

Re: [Bug 1885827] Re: building plugin failed on Windows with mingw

2020-07-03 Thread Alex Bennée
Xiaolei <1885...@bugs.launchpad.net> writes: > If I keep "-Wl,-soname,$@" in the command , I got similar linking errors. > > makefile: > SONAMES := $(addsuffix .dll,$(addprefix lib,$(NAMES))) > > QEMU_CFLAGS += -fPIC -fno-stack-protector -DBUILDING_DLL > QEMU_CFLAGS += -I$(SRC_PATH)/include/q

[Bug 1885827] Re: building plugin failed on Windows with mingw

2020-07-03 Thread Xiaolei
ed with MSYS2 mingw . It is compiled from source(https://github.com/dlfcn-win32 /dlfcn-win32), and I place the generated libdl.dll, libdl.a, libdl.dll.a in C:\msys64\mingw64\include. dlfcn.h in C:\msys64\mingw64\include. -- You received this bug notification because you are a member of qemu- dev

[Bug 1885827] [NEW] building plugin failed on Windows with mingw

2020-06-30 Thread Xiaolei
ins on Ubuntu Linux without any problem. ** Affects: qemu Importance: Undecided Status: New ** Tags: plugins windows -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1885827 Title: building

Building plugin failed on Windows with mingw

2020-06-23 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-softmmu