Voodooprojects

Chameleon => DevTalk => Topic started by: rcork on October 09, 2013, 09:05:55 PM

Title: How to compile with DEBUG enabled?
Post by: rcork 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?