-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempting to port Raptor to PPC Linux 64-Bit #15
Comments
Have you tried commenting out parts of the code to see if it gets farther? |
Might try that, and also I've used raptor.cbp (Codeblocks) to compile the 64-bit build. I originally was going to port it to Mac OS 10.5 but cmake has trouble with finding SDL (same on Linux too) |
Have you tried finding if SDL1.2 is available? It is possible to use SDL1.2 but you would have to change some things you could use my port for reference for video and audio but I'm not done input yet. |
Even if I don't have a PPC environment available right now, I'll try to help you anyway. I'm assuming that raptor will end with
If the breakpoint is triggered, the problem is probably with the memory manager.
to
If the intro starts now, you have already identified the problem. |
No dice. The breakpoint didn't get triggered and turning off the memory manager didn't work. |
However I manage to trigger something relating to fullscreen. (in i_video.cpp) |
This has nothing to do with The problem is definitely in the Now to find out where, set breakpoints in all Once you've found the function, the next step is to figure out why this is happening. |
Good news is that I manage to trigger a breakpoint in It was pointing at I'll have to figure out why it's causing it. |
If you're still interested in getting Raptor running on a PPC64 platform, take a look at the endian branch. |
Novice to programming but I attempted to port Raptor to PPC 64-Bit Linux (for fun) but I've run into a issue.
I managed to get the executable compiled after changing sys/io.h to sys/uio.h and recompiling textscreen.a but the application stops after "Registered EXE!" is printed.
Image : Image
Repo link : Link
Any help is welcome!
The text was updated successfully, but these errors were encountered: