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
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
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
. 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.
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
-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
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
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
---
: "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
: $(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
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
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
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
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
14 matches
Mail list logo