You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On MacOS (v10.15.7) the executables compiled with make (v3.81) would result in a "cannot execute binary file" error when executed.
To compile it on Mac I had to run: gcc tcp-recv-test.c -o tcp-recv-test
Could be mentioned in the readme.
The text was updated successfully, but these errors were encountered:
On MacOS (v10.15.7) the executables compiled with make (v3.81) would result in a "cannot execute binary file" error when executed.
To compile it on Mac I had to run:
gcc tcp-recv-test.c -o tcp-recv-test
Could be mentioned in the readme.
The text was updated successfully, but these errors were encountered: