-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
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:
- Clone the repository:
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
-lSceAppInstUtilparameter 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels