Xilinx / qemu

Xilinx's fork of Quick EMUlator (QEMU) with improved support and modelling for the Xilinx platforms.
https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/821395464/QEMU+User+Documentation
Other
231 stars 150 forks source link

ERROR: glib-2.22 gthread-2.0 is required to compile QEMU #68

Open mohanss08 opened 2 years ago

mohanss08 commented 2 years ago

On our Ubuntu-20.04-LTS system we facing below error while building the code.

ERROR: glib-2.22 gthread-2.0 is required to compile QEMU'

We already have installed the following libglib2.0-dev and libpixman-1-dev packages.

Also have complied using below method. However no luck, still encountering the same issue.

1. https://download.gnome.org/sources/glib/2.22/glib-2.22.0.tar.gz
2. tar -xvf glib-2.22.0.tar.gz
3. cd glib-2.22.0
4. sudo ./configure --prefix=/usr/glibc-2.22 && sudo make && sudo make install

Could see glib in usr location.

# ls -lsa /usr/ | grep glib
4 drwxr-xr-x 6 root root 4096 Apr  8 17:00 glibc-2.22

Need help to fix this issue. Thanks.

dreamc-2016 commented 3 months ago

same