-
Notifications
You must be signed in to change notification settings - Fork 66
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
PuCrunch not working as intended #9
Comments
0x1285b-0x785c=45055 so the length is ok, but the offset is strange.
|
@polluks Using the same command as you the output is the following: |
@El-Virus The message from pucrunch about loadaddress Check what is your shell. I had /bin/sh linked to /bin/dash (Ubuntu 18.04) and the part in Makefile that saves loadaddress failed for me. Please see this comment #11 (comment) |
Thanks Maciej! I've committed the pull request #13 applying the suggested fixes. |
I've compiled all the tools required to make the build and when make runs:
pucrunch -f -c64 -x0x5000 build/bsw/kernal_combined.prg build/bsw/kernal_compressed.prg 2> /dev/null
it fails with the output:
make: *** [Makefile:330: build/bsw/kernal_compressed.prg] Error 1
running the command:
pucrunch -f -c64 -x0x5000 build/bsw/kernal_combined.prg build/bsw/kernal_compressed.prg 2
gives the following error:
Only two filenames wanted!
and running the command:
pucrunch -f -c64 -x0x5000 build/bsw/kernal_combined.prg build/bsw/kernal_compressed.prg
gives the following error:
Only programs from 0x0258 to 0xffff can be compressed (the input file is from 0x785c to 0x1285b)
Any ideas on how to fix it?
Thanks.
The text was updated successfully, but these errors were encountered: