1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Project : Forums
Compiler : GNU GCC Compiler (called directly)
Directory : C:\dev\forums\
--------------------------------------------------------------------------------
Switching to target: default
Compiling: main.c
main.c: In function `main':
main.c:6: warning: implicit declaration of function `TEXT'
main.c:6: warning: passing arg 1 of `wprintf' makes pointer from integer without a cast
main.c:8:2: warning: no newline at end of file
Linking console executable: C:\dev\forums\forums.exe
.objs\main.o: In function `main':
C:/dev/forums/main.c:6: undefined reference to `TEXT'
C:/dev/forums/main.c:6: undefined reference to `TEXT'
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 6 seconds) |
Partager