Closed pfulbrightmii closed 1 year ago
Fixed: line 28 of writeentropy.c, changed:
char c;
to:
signed char c;
Thank you so much!!! This made everything work fine. I kept getting this error when it should be a simple compile command! (Maybe you were trying to follow the same tutorial/blog post? I officially owe you a beverage.
leetronics #27 has meanwhile been merged into master, so the issue should be fixed.
sudo make -f Makefile.linux throws the error:
writeentropy.c: In function ‘readNumberFromFile’: writeentropy.c:29:29: error: comparison is always true due to limited range of data type [-Werror=type-limits]