I am encountering an issue where the -lSceAppInstUtil compile parameter causes the executable to break during the build process. Below is a repository link that reproduces the issue.
Steps to Reproduce:
git clone https://github.com/barisyild/ps5-payload-sdk-build-bug.git
- Navigate to the project directory and build the project:
cd ps5-payload-sdk-build-bug
make
- Observe that the executable does not work correctly when the
-lSceAppInstUtil parameter is included in the Makefile.
Expected Behavior:
The build process should complete successfully, and the executable should work as expected when using the -lSceAppInstUtil parameter.
Actual Behavior:
The inclusion of the -lSceAppInstUtil parameter causes the build to fail or the executable to break, resulting in unexpected behavior.
Additional Information:
Link to the makefile
GitHub Actions build log
Environment:
Operating System: Ubuntu 24.04.1 LTS
Compiler Version: Ubuntu clang version 18.1.3 (1ubuntu1)
SDK Version: v0.27
Architecture: x86_64
I am encountering an issue where the
-lSceAppInstUtilcompile parameter causes the executable to break during the build process. Below is a repository link that reproduces the issue.Steps to Reproduce:
cd ps5-payload-sdk-build-bug make-lSceAppInstUtilparameter is included in the Makefile.Expected Behavior:
The build process should complete successfully, and the executable should work as expected when using the
-lSceAppInstUtilparameter.Actual Behavior:
The inclusion of the
-lSceAppInstUtilparameter causes the build to fail or the executable to break, resulting in unexpected behavior.Additional Information:
Link to the makefile
GitHub Actions build log
Environment:
Operating System: Ubuntu 24.04.1 LTS
Compiler Version: Ubuntu clang version 18.1.3 (1ubuntu1)
SDK Version: v0.27
Architecture: x86_64