Makefile was success. The picodrive runs OK. But it's not help for this VFP case.
I use Ubuntu 8.0.4 + toolchains from archive. What the Linux distribution you suggest to try?
Thanks, I will try this later.
I'm using ubuntu 9.04, a different distro won't make any difference for wiz compiling...
quake 1 get a little over 20 fps
Aurelio: I would get rid of libcastor too, it actually sets the screen in the init portion, it want it only for controls you can use gpio just like we have done for the gp2x
So how I have to set the screen?Which layer I have to use?
Thanks
Hi, now it works, but it doesn't show anthing...
This is my code
CODE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fstream>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <stdint.h>
#include <iostream>
#include <cstring>
#include <sys/mman.h>
#include <unistd.h>...
Wow thanks, this is what i need :). Only two thing: which files I've to include? And how I have to modify my makefile?(what libraries I've to link?)
EDIT: Can you upload an example project using libcastor and openGL ES?
Thanks
EDIT2: If i try to compile i get these errors:
QUOTE
In file...