Hi everyone,
I have tried to use SipHash library, however I get the following error when trying to run the example code:
processing.app.debug.RunnerException
at processing.app.debug.Compiler.getCommandCompilerS(Compiler.java:523)
at processing.app.debug.Compiler.compileFiles(Compiler.java:227)
at processing.app.debug.Compiler.compileLibrary(Compiler.java:639)
at processing.app.debug.Compiler.compileLibraries(Compiler.java:610)
at processing.app.debug.Compiler.compile(Compiler.java:109)
at processing.app.Sketch.build(Sketch.java:1568)
at processing.app.Sketch.exportApplet(Sketch.java:1590)
at processing.app.Sketch.exportApplet(Sketch.java:1576)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2444)
at java.lang.Thread.run(Thread.java:701)
Actually, I get a similar error when trying to use other libraries too, like avr-crypto-lib, so I think this is not library dependent.
I did the following to install these:
copied the source files (e.g, aes dir from avr-crypto-lib) into arduino source libraries directory. And I can see these libs from the "Import library" menu inside the IDE.
Btw, I use Intel Galileo, not Arduino. If that changes anything for this case.
Would appreciate if someone could help with this.