qemu_esp32 icon indicating copy to clipboard operation
qemu_esp32 copied to clipboard

Build fails with unknown option --disable-capstone

Open sebastianene07 opened this issue 5 years ago • 3 comments

Following the README.md instructions on Ubuntu 18.04 will generate an error.

sebastianene07 avatar Feb 18 '20 12:02 sebastianene07

Just remove it. But make is failing on gtk-3 library not found

netmonk avatar May 30 '20 11:05 netmonk

Did you install all these? sudo apt-get update && sudo apt-get upgrade sudo apt-get install build-essential sudo apt-get install libpixman-1-0 libpixman-1-dev apt-get install libglib2.0-dev zlib1g-dev My Dockerfile builds fine, https://github.com/Ebiroll/qemu_esp32/blob/master/Dockerfile apt-get install xz-utils libpixman-1-0 libpng16-16 libjpeg8 libglib2.0

Ebiroll avatar May 30 '20 20:05 Ebiroll

Hi Ebiroll in your Dockerfile, this file doestn exist and build fails, wget https://github.com/Ebiroll/qemu-xtensa-esp32/suites/317165267/artifacts/360727

einar-lanfranco avatar Sep 25 '20 02:09 einar-lanfranco