Skip to content

Instantly share code, notes, and snippets.

@TheCherry
Created October 29, 2019 09:48
Show Gist options
  • Save TheCherry/cd81599615eb4d3a974f79dd0ea39b69 to your computer and use it in GitHub Desktop.
Save TheCherry/cd81599615eb4d3a974f79dd0ea39b69 to your computer and use it in GitHub Desktop.
make wave_collector
make[1]: Verzeichnis „/home/dk/ModLoader64-GUI-Native“ wird betreten
/opt/toolchain/arm-linux-gnueabihf/bin/arm-linux-gnueabihf-gcc -c src/main.c -o src/main.o -O1 -s -Wall -std=c99 -D_DEFAULT_SOURCE -Wno-missing-braces -std=gnu99 -I. -Iextern_libs/raylib/src -Iextern_libs/raylib/src/external -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -DPLATFORM_RPI
In file included from src/headers/include.h:8:0,
from src/main.c:1:
src/headers/structs.h:63:85: warning: backslash-newline at end of file
#define NewUiView(_ui_view, _id, _name, _init, _active, _draw, _deactive, _destroy) \
^
src/main.c:9:6: warning: return type of 'main' is not 'int' [-Wmain]
void main() {
^
src/main.c: In function 'main':
src/main.c:13:2: warning: implicit declaration of function 'config_init' [-Wimplicit-function-declaration]
config_init();
^
src/main.c:57:5: warning: 'return' with a value, in function returning void
return 0;
^
make[1]: *** Keine Regel vorhanden, um das Ziel „extern_libs\cJSON\cJSON.o“,
benötigt von „wave_collector“, zu erstellen. Schluss.
make[1]: Verzeichnis „/home/dk/ModLoader64-GUI-Native“ wird verlassen
Makefile:369: recipe for target 'all' failed
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment