Error when compiling for simulator

I see you haven’t updated in a while. :stuck_out_tongue:
(you can also print to console with the emulator on Linux)

1 Like

Hmmm let me check :smiley:

EDIT:

Yeah, works like a charm (not that I didn’t trust you :smiley:)

BTW I needed to add OBJECTS += BUILD/loadBin.o to the Makefile.

1 Like

Oops, thanks for the heads up. My last commit was done on Windows and I use codeblocks for that instead of make. Fixed it now. :slight_smile:

Edit: Now I have to figure out how to make the console work on Windows. >_<