1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
-------------- Build: Debug in hello ---------------
Compiling: main.c
Linking console executable: bin\Debug\hello.exe
obj\Debug\main.o: In function `pairs_impairs':
C:/dev/hello/main.c:8: undefined reference to `_cree_pile'
C:/dev/hello/main.c:9: undefined reference to `_cree_pile'
C:/dev/hello/main.c:13: undefined reference to `_depile'
C:/dev/hello/main.c:14: undefined reference to `_depile'
C:/dev/hello/main.c:14: undefined reference to `_empile'
C:/dev/hello/main.c:16: undefined reference to `_depile'
C:/dev/hello/main.c:16: undefined reference to `_empile'
C:/dev/hello/main.c:16: undefined reference to `_pilevide'
C:/dev/hello/main.c:20: undefined reference to `_depile'
C:/dev/hello/main.c:20: undefined reference to `_empile'
C:/dev/hello/main.c:20: undefined reference to `_pilevide'
obj\Debug\main.o: In function `main':
C:/dev/hello/main.c:25: undefined reference to `_cree_pile'
C:/dev/hello/main.c:26: undefined reference to `_cree_pile'
C:/dev/hello/main.c:27: undefined reference to `_cree_pile'
C:/dev/hello/main.c:32: undefined reference to `_empile'
C:/dev/hello/main.c:39: undefined reference to `_depile'
C:/dev/hello/main.c:39: undefined reference to `_pilevide'
C:/dev/hello/main.c:41: undefined reference to `_libere_pile'
C:/dev/hello/main.c:42: undefined reference to `_libere_pile'
C:/dev/hello/main.c:43: undefined reference to `_libere_pile'
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 0 seconds)
20 errors, 0 warnings |
Partager