Created
October 21, 2018 21:48
-
-
Save sidprice/20524daf9b40a2391fd656f74e9a3c0e 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
CC platforms/libftdi/gdb_if.c | |
platforms/libftdi/gdb_if.c:27:16: error: extra tokens at end of #ifndef directive [-Werror] | |
#ifndef _WIN32 || defined __CYGWIN__ | |
^~ | |
platforms/libftdi/gdb_if.c: In function ‘gdb_if_init’: | |
platforms/libftdi/gdb_if.c:47:15: error: extra tokens at end of #ifdef directive [-Werror] | |
#ifdef _WIN32 || defined __CYGWIN__ | |
^~ | |
platforms/libftdi/gdb_if.c: At top level: | |
cc1: error: unrecognized command line option ‘-Wno-cast-function-type’ [-Werror] | |
cc1: all warnings being treated as errors | |
make: *** [Makefile:74: gdb_if.o] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment