Created
October 21, 2018 20:47
-
-
Save sidprice/79338067b2f3eb65abd4f398ad698c82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
platforms/libftdi/gdb_if.c: In function ‘gdb_if_init’: | |
platforms/libftdi/gdb_if.c:48:2: error: unknown type name ‘WSADATA’; did you mean ‘CADATE’? | |
WSADATA wsaData; | |
^~~~~~~ | |
CADATE | |
platforms/libftdi/gdb_if.c:49:2: error: implicit declaration of function ‘WSAStartup’; did you mean ‘LZStart’? [-Werror=implicit-function-declaration] | |
WSAStartup(MAKEWORD(2, 2), &wsaData); | |
^~~~~~~~~~ | |
LZStart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment