Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Compiling PCSX2 on Gentoo
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
GENERiCfr
n00b
n00b


Joined: 13 Feb 2012
Posts: 11

PostPosted: Fri Jun 22, 2012 12:13 pm    Post subject: Compiling PCSX2 on Gentoo Reply with quote

Can someone help me with compiling PCSX2 on gentoo? After typing "cmake CMakeLists.txt", I've got this message:

Code:

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).


I've got a multilib Gentoo installation. Even the error includes info, that "it will be at least possible to install without too much hassle". Well, it seems that not really. ;]

Thanks in advance.
Back to top
View user's profile Send private message
ce110ut
Apprentice
Apprentice


Joined: 27 Sep 2002
Posts: 200

PostPosted: Wed Jun 27, 2012 5:17 pm    Post subject: Reply with quote

You'll want to see if you can pass an environment variable. Something along the lines of:

Code:

CFLAGS=-m32 CCFLAGS=-m32 CXXFLAGS=-m32 cmake CmakeLists.txt


Where -m32 is to build for 32bit machine.

HTH
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum