Chameleon > DevTalk

How to compile with DEBUG enabled?

(1/1)

rcork:
I'm trying to compile chameleon with debug support. I've enabled debug via make config but when i try to build, it fails with the following errors:


--- Code: ---boot0.s:791: error: TIMES value -79 is negative
boot0.s:794: error: TIMES value -9 is negative
--- End code ---

Looking at the code, apparently this error is because the boot0 would be larger than 440 bytes. Is there anyway to build a debug version without going over 440 bytes?

Navigation

[0] Message Index

Go to full version