Search found 2 matches

by JPingouix
Tuesday 31 December 2019 16:13
Forum: Third party and supplementary tools
Topic: Guide to iRTrans Server on rPI3
Replies: 12
Views: 8087

Re: Guide to iRTrans Server on rPI3

Hi! Using the new makefile from Andreas L. (Thanks !) I finally succeeded with some more changes : - Change all dirent64 to dirent in fileio.c, ascii.c and server.c - add #define NO_FIRMWARE in server.c And all is running fine on the very last of raspbian December 31, 2019. Happy new year, folks ! :D
by JPingouix
Monday 30 December 2019 8:13
Forum: Third party and supplementary tools
Topic: Guide to iRTrans Server on rPI3
Replies: 12
Views: 8087

Re: Guide to iRTrans Server on rPI3

Hello, Thanks for your post. I have made all the changes in fileio.c, server.c and ascii.c, but unfortunately I cannot resolve the following error when running make irserver_arm : fileio.c:119:20: error: dereferencing pointer to incomplete type ‘struct dirent64’ fl = strlen (di -> d_name) - dlen; I a ...