-
Most of the firmware uses `#ifdef DEBUG` but firmware.c seems to use DEBUG_FIRMWARE instead?
```
firmware.c:25:#ifdef DEBUG_FIRMWARE
firmware.c:45:#ifdef DEBUG_FIRMWARE
```
Seems it's because it's …
-
The error is listed below;
```
$ make FLAGS="-DDEBUG"
sdcc -DDATE=0x20141222 -mmcs51 --code-size 0x1e00 --xram-loc 0xe000 --xram-size 0x0200 -Wl"-b DSCR_AREA=0x1e00" -Wl"-b INT2JT=0x1f00" -DDEBUG -c …
-
Hi, I get this error when trying to capture 4k samples at 100 MHz on Ubuntu. Any idea what's going wrong?
terminal output:
```
(process:25504): GConf-WARNING **: Client failed to connect to the D-B…
-
When trying to build fx2tools, I get the following error. It appears the dump dependency has moved or change in some way. https://github.com/makestuff/dump returns a 404.
Error
```
--2014-04-26 02:4…
-
Hey, just unpacked my shiny new DSLogic (looks great!) and compiled the software. The GUI freezes though when I run DSlogic and press the aquire (play) button. This is on 64-bit Ubuntu 12.04.4. You ca…