Compiling uLisp 4.8c for the Seed Studio Wio Terminal fails when enabling sdcardsupport. To avoid problems from conflicting libraries I used a fresh Arduino installation and followed the instructions from the uLisp Website. As long as I disable sdcardsupport everything works fine and uLisp behaves as expected. Without any additional library installed and sdcardsupport enabled the compiler complains about a missing SD.h. When I install the SD library from Arduino the compiler complains:
Compilation error: ‘SDpfile’ was not declared in this scope
What library does the Wio board expect to make sd available?
Best regards
Friedrich