-
Notifications
You must be signed in to change notification settings - Fork 5
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
cannot build ps3 toolchain #4
Comments
Hello, The original Your issue seems to be with one of the SDL libraries from probably the best option about this |
I can confirm there's an issue with recent changes. I've reported it to ps3dev/PSL1GHT#106 |
OK, I think the pre-compiled ones would be much easier. At least my laptop won't turn into a jet engine. Now however,
Any ideas? |
oh, tiny3d is tricky, the fixed lib for the gcc7 toolchain should work: https://github.com/wargio/tiny3d/ anyways, the quickest solution is to just use a precompiled binary Install the header files in your path and then just link with the btw, precompiled ps3-toolchain can be found here 👉 https://github.com/bucanero/ps3toolchain/releases/ |
So I manually included the headers for
I know some C but am more C# programmer. I wanted to get this up and running to play with it and see if I could help out and implement something. The instructions for building seem to be lacking though. Update: OK I fixed that issue by taking out the |
hello, I've got this issue reported some time ago in a different project ( bucanero/apollo-ps3#13 ) . A solution is to change the Makefile adding:
Regarding |
Thanks for your reply! Unfortunately the |
Yes, if it's your first time trying homebrew console development it can be a bit troublesome, since there isn't much documentation for the open-source tools and libraries. I wrote a basic tutorial for macOS, but it might give you a basic idea on how to build your first example and run it on a PS3: http://www.bucanero.com.ar/2019/08/14/building-your-ps3-dev-environment-on-macos/ You can also find some outdated PSL1GHT docs here: https://psl1ght.psdev.tk/ not really related to PS3, but the PS Vita scene has a good source of information here: https://vitasdk.org/ |
Sorry I could not make an issue in that repo, there was no button for it, so I am making it here. I wanted to have a go at building this project, so starting with the toolchain I followed the instructions and I get this:
It took ages to get to this stage and I got this twice. Once I did it as instructed, then the second time I built the pslight first according to those instructions then tried this again only to see the same issue.
Do you know what it means? I would appreciate some help to get this up and running. Thanks.
The text was updated successfully, but these errors were encountered: