im following https://github.com/devos50/qemu-ios/blob/ipod_touch_2g/RUNNING.md but im stuck at the "Compile QEMU by running the following commands from the root directory:" section because "./configure ends up in "configure isnt a directory"
#Qemu-Ios building troubleshooting in mint
24 messages · Page 1 of 1 (latest)
ok, what's the result of ls in your current folder?
took a look in file explorer and theres no other directories in build
then go to the previous folder with cd ..
after doing that, run the following:
./configure --enable-sdl --disable-cocoa --target-list=arm-softmmu --disable-capstone --disable-slirp --extra-cflags=-I/usr/include/openssl --extra-ldflags='-lcrypto' --disable-werror --enable-pie
"ERROR: ./build dir already exists and was not previously created by configure"
do i delete the build directory or something
yes
"*** Ouch! ***
Python's ensurepip module is not found.
It's normally part of the Python standard library, maybe your distribution packages it separately?
Either install ensurepip, or alleviate the need for it in the first place by installing pip and setuptools for '/usr/bin/python3'.
(Hint: Debian puts ensurepip in its python3-venv package.)
ERROR: python venv creation failed
"
whats pip
python package's manager tool
and how do i get that
install it with sudo apt install python3-pip
Also install setuptools with sudo apt install python3-setuptools
how do i run the "makefile" file in build
never mind
just ran make in the build directory and its doing stuff now
wowwie