Has anyone had luck getting the Swfltek Time32 library installed in Arduino 1.6.4?
http://swfltek.com/arduino/time32.html
I have used it previously with the automated installer but it doesn't seem to work anymore, it can't find the tools dir which holds make.exe.
I tried the manual install instructions but got pretty lost. It seems that it's pretty linux specific - I did have gnuwin32 make.exe installed but it fails on the makefile with a few createprocess failures:
C:\Users\ian\Desktop\time32_W\time32_W\time32>make all
process_begin: CreateProcess(NULL, avr-gcc -dumpversion, ...) failed.
process_begin: CreateProcess(NULL, avr-gcc --help=target, ...) failed.
process_begin: CreateProcess(NULL, avr-gcc -print-file-name=libc.a, ...) failed.