-
Notifications
You must be signed in to change notification settings - Fork 4
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
Adding Makefiles to build libraries on Linux/macOS #3
base: master
Are you sure you want to change the base?
Conversation
shifting a negative signed value is undefined ("-1L << 16" in inflate.c) madler/zlib#183
include for ioctl(...)
What if its installed system-wide and I don't have root? |
Yes, I see your point. |
This PR updated the lib Makefiles so they work with Open Orbis SDK on Linux and macOS.
Notes:
build_rules.mk
must be copied to$OO_PS4_TOOLCHAIN
folder. For example,/opt/OpenOrbis-PS4-Toolchain/build_rules.mk
.zlib
( shifting a negative signed value is undefined ("-1L << 16" in inflate.c) madler/zlib#183)If required, I can submit a PR to the main repo to add
build_rules.mk
there.