GP2X How To Compile Vice2x


slaanesh

Certified Guru
Joined
Nov 9, 2005
Messages
1,995
Age
54
Location
Melbourne, Australia
Website
www.slaanesh.net
Is there an easy way to just compile the GP2X version of Vice using the source distro?
It seems all fairly complex and wants to compile all distros at once.
Surely there must be a configure option to just do the one machine?

EDIT: I'm using devkitGP2X to compile.
 
I did some work on this last year to fix the pet keyboard.

Try going down into the subdirectory with the GP2x sources in and Make Xvic or Xpet etc., I think that is how I did it.
 
I'm using cygwin and devkitGP2X

First I did a "./configure"
Then I tried running a make from that, but that seemed to be compiling all ports and I'm not setup for anything other than GP2X.
So I tried going into /vice-1.21/src/arch/unix/gp2x and run a make x64 from there but that target is unknown.
Simply running a make means it doesn't find some header files.

It gets a bit further if I manually add the -I dir, but I don't feel that this is the "right" way as it looks like the configure should be setting all this up.

What am I missing here?
 
Back
Top