zxdos / zxuno

All the files for ZX-Uno project repository
112 stars 30 forks source link

firmware/scroll: Build fails with `sjasmplus` version 20190306.1 #78

Closed ghost closed 3 years ago

ghost commented 3 years ago

I've tested version of sjasmplus by z00m128 from here and it builds correctly. I will add this version of sjasmplus as the default compiler to SDK and make current version an alternative with ability to choose.

ghost commented 3 years ago

Closed by ddca0ab4d3e305905b5c20d44cf40189a00c48c1

  1. Enable sjasmplus by aprisobal:
    cd sdk && make configure && make
  2. Rebuild scroll:
    cd ../firmware/scroll/tools && make clean && cd .. && make