Guest User

Untitled

a guest
Jan 12th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. ~/src/fake86-0.11.7.22> make all
  2. gcc src/fake86/*.c -o bin/fake86 -O2 -Isrc/fake86 `sdl-config --cflags --libs`
  3. src/fake86/i8259.c: In function 'init8259':
  4. src/fake86/i8259.c:21:6: warning: incompatible implicit declaration of built-in function 'memset'
  5. src/fake86/main.c: In function 'main':
  6. src/fake86/main.c:155:7: warning: passing argument 3 of 'pthread_create' from incompatible pointer type
  7. /boot/develop/headers/posix/pthread.h:218:12: note: expected 'void * (*)(void *)' but argument is of type 'void (*)(void *)'
  8. src/fake86/systime.c: In function 'dayticks':
  9. src/fake86/systime.c:22:10: error: invalid use of undefined type 'struct timeval'
  10. src/fake86/systime.c:23:10: error: invalid use of undefined type 'struct timeval'
  11. make: *** [fake86] Error 1
Add Comment
Please, Sign In to add comment