Skip to content

Instantly share code, notes, and snippets.

@sidprice
Created October 21, 2018 21:48
Show Gist options
  • Save sidprice/20524daf9b40a2391fd656f74e9a3c0e to your computer and use it in GitHub Desktop.
Save sidprice/20524daf9b40a2391fd656f74e9a3c0e to your computer and use it in GitHub Desktop.
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