OpenOrbis / OpenOrbis-PS4-Toolchain

The OpenOrbis PS4 custom toolchain. Allows developers to build homebrew for the PS4 without the official SDK.
GNU General Public License v3.0
476 stars 89 forks source link

How compile the source code of OpenOrbis in windows? i want use Piglet. #169

Closed darkxex closed 2 years ago

darkxex commented 2 years ago

Hello, recently you made the pull request of piglet, and I want to use it, but extracting the openOrbis directory does not work because the "lib" folder is empty.

https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/pull/161

nkrapivin commented 2 years ago

Please use a nightly build from the "Actions" tab and install it manually (set the OO_PS4_TOOLCHAIN env var yourself)

darkxex commented 2 years ago

Thanks my friend, I will try this.

darkxex commented 2 years ago

@nkrapivin are you using linux? because in windows, the samples are not compiling.

nkrapivin commented 2 years ago

@nkrapivin are you using linux? because in windows, the samples are not compiling.

Do you have LLVM 10.0.0 installed (and it's in PATH)?

darkxex commented 2 years ago

yes, I use llvm 10 ... if the sdk works for me with the 5.1 installer, the problem is that the nighty build does not work for me.

kiwidoggie commented 2 years ago

We are still in progress, you will need to use developer skillset to look at the issue and correct what is wrong. Most of the samples breaking is due to us moving stuff around/renaming/paths changing that we haven't had a chance yet to go through and clean up.

darkxex commented 2 years ago

Don't sorry, I will wait for 5.2

kiwidoggie commented 2 years ago

You can find experimental builds of the toolchain located here: https://github.com/OpenOrbis/OpenOrbis-PS4-Toolchain/actions

Nothing is guaranteed to work, but it's up-to-date with what we are working on as we are working on things. Mileage may vary.