Problem forking ZAP from github


AIY

Recommended Posts

I cloned the ZAP directory from Github using the zip function and compiled it from the build directory.

The app compiles without errors. When I then try to compile the Retrocade sketch (without any modifications) I run into the following problem

Found smallfs directory/Users/dj_mib/Downloads/ZAP--ZPUino-Arduino-Papilio--IDE-master/build/macosx/work/Arduino.app/Contents/Resources/Java/hardware/tools/zpu/bin/mksmallfs /var/folders/pz/hdpbpx7d3099q3t5xyq8qsp40000gn/T/build275270339656441873.tmp/smallfs.dat /Users/dj_mib/Documents/Sinistra/RetroCade_Synth/RetroCade_Sketch/smallfs processing.app.debug.RunnerException: Cannot run program "/Users/dj_mib/Downloads/ZAP--ZPUino-Arduino-Papilio--IDE-master/build/macosx/work/Arduino.app/Contents/Resources/Java/hardware/tools/zpu/bin/mksmallfs": error=2, No such file or directory	at processing.app.debug.Compiler.generateSmallFS(Compiler.java:75)	at processing.app.debug.Compiler.compile(Compiler.java:106)	at processing.app.Sketch.build(Sketch.java:1572)	at processing.app.Sketch.build(Sketch.java:1551)	at processing.app.Editor$DefaultRunHandler.run(Editor.java:1937)	at java.lang.Thread.run(Thread.java:680)

So there seems to be some issue with the small FS lib.

 

Any ideas?

 

AIY

Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...

Archived

This topic is now archived and is closed to further replies.