Closed metawops closed 8 years ago
Woops - indeed, looks like lcd_SetBacklightLevel
got removed at some point (replaced by a simple define).
This fixed code seems to work :)
Hm, I should check these things more often :P Sorry about that.
Updated code added to release: https://github.com/CE-Programming/toolchain/releases/latest
Downloaded the latest toolchain on my iMac (macOS Sierra 10.12.1), installed the Wine Devel 1.9.23 .pkg and set up the environment variables. Works fine so far. I was able to successfully build the demo0 and the demo1, transfer them to my TI-84 Plus CE-T and run them there via
Asm(prgmDEMO0
andAsm(prgmDEMO1
. šThe demo2, however, can't be compiled. Here's the output of make.exe:
Both functions have no prototype in the main.c file. Is that meant to be so?