bkw777 / PDDuino

A hardware emulator of the Tandy Portable Disk Drive using an SD card for mass storage
GNU General Public License v3.0
27 stars 4 forks source link

Unable to find SysCall.h #3

Closed factus10 closed 3 years ago

factus10 commented 3 years ago

Hi,

I've tried compiling for Teensy 3.5 on my mac and a linux setup. Both have the SDfat library installed. Both fail with "SysCall.h: No such file or directory." (referring to the include on line 71 of PDDuino.ino).

Has this compiled successfully for other platforms recently?

factus10 commented 3 years ago

Discovered the problem: v2 of SDFat library breaks this (and some other things, like TZXDuino). Rolled back to 1.1.4 and it compiles.