Search results

  1. A

    Release PCSX ReARMed release thread

    http://pastebin.com/ZVYjreK3 thats the change to the output. still doesnt work but thanks for the effort. i have a feeling this would be a moderate sized project to take on and unless you had a touchpad its likely not worth it.
  2. A

    Release PCSX ReARMed release thread

    im using an arm natty narwhal ubuntu. My only guess is that mmap2 is trying to allocateba specific section of the memory thats already allocated by the operating system. I will post back if i can force it to allocate somewhere else. http://pastebin.com/5th9xAXB
  3. A

    Release PCSX ReARMed release thread

    that worked, i linked the library and it says "error allocating memory" is there an argument to force it to allocate a certain amount of memory. free -m says i have 530 MB, do I need more than that?
  4. A

    Release PCSX ReARMed release thread

    Thanks, I've seen that before, felt a little dumb after seeing it again. I ran that and I got "/lib32/libdl.so.2: cannot open shared object file: No such file or directory" I've been looking for a way to install or compile that but cannot find that information.
  5. A

    Release PCSX ReARMed release thread

    I'm not very familiar with linux, I don't know how to run the program. I was able to run "make" but couldn't "make install" (don't know if it's even needed). I tried to use the run dialog for it and it couldnt find the executable, I tried to run pcsx from the file manager and it said it was an...
  6. A

    Release PCSX ReARMed release thread

    I downloaded the source and I'm trying to recompile for arm ubuntu on my touchpad. I'm relatively new to linux so sorry if the answer is obvious. I could not find a psx emulator through apt-get so got the source and tried to compile your code. I was able to make without errors but now I'm...
Back
Top