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 ...
Search found 2 matches
- Tuesday 31 December 2019 16:13
- Forum: Third party and supplementary tools
- Topic: Guide to iRTrans Server on rPI3
- Replies: 12
- Views: 8198
- Monday 30 December 2019 8:13
- Forum: Third party and supplementary tools
- Topic: Guide to iRTrans Server on rPI3
- Replies: 12
- Views: 8198
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 ...
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 ...