We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gcc /libPS4/crt0.s build/*.o -o temp.t -I/libPS4/include -I. -Iinclude -O3 -std=gnu11 -fno-builtin -nostartfiles -nostdlib -Wall -masm=intel -march=btver2 -mtune=btver2 -m64 -mabi=sysv -mcmodel=large -L/libPS4 -L. -Llib -Xlinker -T /libPS4/linker.x -Wl,--build-id=none -Ttext=0x926200000 -Tdata=0x926300000 -lPS4 /usr/bin/ld: Couldn't found -lPS4 collect2: error: ld returned 1 exit status make: *** [Makefile:25: ps4-pup_decrypt-master.bin] Error 1
The text was updated successfully, but these errors were encountered:
did you build https://github.com/idc/ps4-payload-sdk?
Sorry, something went wrong.
No branches or pull requests
gcc /libPS4/crt0.s build/*.o -o temp.t -I/libPS4/include -I. -Iinclude -O3 -std=gnu11 -fno-builtin -nostartfiles -nostdlib -Wall -masm=intel -march=btver2 -mtune=btver2 -m64 -mabi=sysv -mcmodel=large -L/libPS4 -L. -Llib -Xlinker -T /libPS4/linker.x -Wl,--build-id=none -Ttext=0x926200000 -Tdata=0x926300000 -lPS4
/usr/bin/ld: Couldn't found -lPS4
collect2: error: ld returned 1 exit status
make: *** [Makefile:25: ps4-pup_decrypt-master.bin] Error 1
The text was updated successfully, but these errors were encountered: