Skip to content
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 step failing due to printf printing literal '\x00\x50' string to build/tmp.bin rather than bytes #22

Open
randyrossi opened this issue Jan 23, 2025 · 0 comments

Comments

@randyrossi
Copy link

I was getting this error from pucrunch step:

Only programs from 0x0258 to 0xffff can be compressed
(the input file is from 0x785c to 0x1285b)

Problem was due to printf statement printing a literal string '\x00\x50' rather than the loadbytes 00 50 as expected.

To fix the build, I added

SHELL := /bin/bash

to the top of the Makefile.

Then the build worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant