-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Description
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
Labels
No labels