Skip to content

PuCrunch not working as intended #9

@El-Virus

Description

@El-Virus

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions