-
Notifications
You must be signed in to change notification settings - Fork 30
Description
When built on raspberry pi 5, or when the prebuilt development ps2dev-ubuntu-22.04-arm release is installed, the only argument recognized by ps2-packer is -h, otherwise the this error occurs:
PS2-Packer v1.1.0 (C) 2004-2005 Nicolas "Pixel" Noble
This is free software with ABSOLUTELY NO WARRANTY.Unknown option ?
Usage: ps2-packer [-h] [-v] [-a X] [-b X] [-p X] [-s X] <in_elf> <out_elf>
-h show this help.
-v verbose mode.
-b base sets the loading base of the compressed data. When activated
it will activate the alternative packing way.
-p packer sets a packer name. lzma by default.
-s stub sets another uncruncher stub. stub/lzma-1d00-stub by default,
or stub/lzma-0088-stub when using alternative packing.
-a align sets section alignment. 16 by default. Any value accepted.