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
Trying to build a simple project with EXTRA_FLAGS=-std=c2x make -f $GDK/makefile.gen yields the following:
In file included from /home/patchmixolydic/mars/m68k-elf/inc/genesis.h:6,
from src/main.c:1:
/home/patchmixolydic/mars/m68k-elf/inc/types.h:113:12: error: two or more data types in declaration specifiers
113 | typedef u8 bool;
| ^~~~
/home/patchmixolydic/mars/m68k-elf/inc/types.h:113:1: warning: useless type name in empty declaration
113 | typedef u8 bool;
| ^~~~~~~
make: *** [/home/patchmixolydic/mars/m68k-elf/makefile.gen:171: out/src/main.o] Error 1
This may be related to N2934, which introduced a bool keyword/predefined macro.
The text was updated successfully, but these errors were encountered:
Trying to build a simple project with
EXTRA_FLAGS=-std=c2x make -f $GDK/makefile.gen
yields the following:This may be related to N2934, which introduced a
bool
keyword/predefined macro.The text was updated successfully, but these errors were encountered: