-->
Page 1 of 8

mkspiffs not working on Windows

PostPosted: Mon Aug 10, 2015 1:51 am
by brutzler
Hi,
tried to use mkspiffs under windows7, but without success :-(

Because I am not profi enough to make my own exe, I took the compiled version from here:
https://ci.appveyor.com/project/igrr/mkspiffs/build/artifacts

But running the exe-file, I get an error: "can not be started, ...libgcc_s_dw2-1.dll missing on this computer..."

Any hints???
THX in advance

EDIT:
Made a manually download of the dll and stored it into the directory.
Then next error: libstdc++-6.dll missing.
OK, same procedure, download the file and store into the directory with mkspiffs.exe
And now: Procedure entry "_ZNst8_detail15_List_node_base7_M_hookEPS0_" was not found..

.... giving up ..... :cry:

Re: mkspiffs not working on Windows

PostPosted: Mon Aug 10, 2015 9:04 am
by martinayotte
Probably the GCC libs for Windows that you've downloaded are not the same version as the ones used by IGRR.

Re: mkspiffs not working on Windows

PostPosted: Mon Aug 10, 2015 9:15 am
by brutzler
Hmmm ... how to find out, which version I need.
Or is it the wrong way to manually download some dlls?
Do I have to install a complete package or software? If so, which one?

Re: mkspiffs not working on Windows

PostPosted: Mon Aug 10, 2015 9:37 am
by martinayotte
I'm a Linux guy, so I can't help you much here.
The best thing to do is either compile it yourself, or ask IGRR to provide a bundle with bin+dlls together.