Skip to content

Instantly share code, notes, and snippets.

@Cheesegriller
Cheesegriller / $ make -j8;
Created August 14, 2020 02:12
$ make -j8;
This file has been truncated, but you can view the full file.
$ make -j8
In file included from src/game/game_init.c:12:
src/game/main.h: In function 'load_test_segment':
In file included from src/game/debug.c:8:
src/game/main.h: In function 'load_test_segment':
src/game/main.h:22:17: error: storage class specified for parameter 'D_80339210'
22 | extern OSThread D_80339210;
| ^~~~~~~~~~
src/game/main.h:23:17: error: storage class specified for parameter 'gIdleThread'
23 | extern OSThread gIdleThread;