I want to use the 2nd core of the gp2x. But up to now nothing happens.
Here is the code that is supposed to load the binary that resides in "940bin.hpp"
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/mman.h>
#include...