cancel
Showing results for 
Search instead for 
Did you mean: 

How to use makefsdata

andy b
Senior
Posted on August 16, 2017 at 19:29

Hi

I'm trying to use the makefsdata file to generate a file usable for the LwIP filesystem.

I have downloaded Perl to run the script.I have tried this:

assoc .pl=PerlScript

ftype PerlScript=D:\perl\bin\perl.exe '%1' %*

Then I tried calling the script from cmd I haven't been able to make it work properly.I haven't found any good tutorial/procedure to use makefsdata. My goal is to conver a png image to be able to insert it in a webpage.I could compile the .C file but I have no experience in running .C files on a PC.

Any help/Tips would be much apreciated.

Have a nice day

-Andy 

#http #makefsdata #web-server #lwip #ethernet
3 REPLIES 3
Posted on August 16, 2017 at 19:34

Here's a Win32 executable

https://github.com/DuinOS/FreeRTOS/tree/master/FreeRTOS/Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata

 

>>I have no experience in running .C files on a PC.

Seriously? Install a compiler, Microsoft has one, last time I checked it was free.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
Posted on August 16, 2017 at 20:51

Welp can't use the .exe error message says it cannot find ''msvcrt.dll''. 

Posted on August 16, 2017 at 21:53

Redistributable code,  most Nvidia and ATI driver packages pull these sorts of thing in too

https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads

 
Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..