01-22-2013, 01:55 AM
Hi. I've downloaded sources. I'm running Debian Wheezy, but really I have no idea how to get cross compiling working, so I set up an i386 chroot. I have installed cmake, gcc, g++. However when I run build.sh I get this error:
The chroot is i386, so what's the problem? Unless I got the architectures wrong?
Quote:CMake Error at CMakeLists.txt:21 (message):
PCSX2 does not support a 64-bit environment. Please install a 32-bit chroot or a 32-bit OS.
PCSX2 has no plan to support a 64-bit architecture in the future.
It would need a complete rewrite of the core emulator and a lot of time.
However, when linux distribution properly supports multi-arch packages, it will
be at least possible to easily compile and install PCSX2 without too much hassle (the chroot environment).
-- Configuring incomplete, errors occurred!
./build.sh: 73: ./build.sh: make: not found
./build.sh: 74: ./build.sh: make: not found
The chroot is i386, so what's the problem? Unless I got the architectures wrong?