overdue-scratch

Author Topic: How to compile with DEBUG enabled?  (Read 5645 times)

0 Members and 1 Guest are viewing this topic.

rcork

  • Entrant
  • Posts: 2
How to compile with DEBUG enabled?
« on: October 09, 2013, 09:05:55 PM »
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: [Select]
boot0.s:791: error: TIMES value -79 is negative
boot0.s:794: error: TIMES value -9 is negative

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?