Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2013
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. CC firmware/target/hosted/sdl/timer-sdl.c
  2. /home/jean-louis/Informatique/Rockbox/rbfuzep/rockbox/firmware/target/hosted/sdl/kernel-sdl.c: In function ‘tick_start’:
  3. /home/jean-louis/Informatique/Rockbox/rbfuzep/rockbox/firmware/target/hosted/sdl/kernel-sdl.c:190:23: warning: comparison between pointer and integer [enabled by default]
  4. /home/jean-louis/Informatique/Rockbox/rbfuzep/rockbox/firmware/target/hosted/sdl/kernel-sdl.c:193:23: warning: assignment makes integer from pointer without a cast [enabled by default]
  5. In file included from /home/jean-louis/Informatique/Rockbox/rbfuzep/rockbox/firmware/asm/thread.c:5:0,
  6. from /home/jean-louis/Informatique/Rockbox/rbfuzep/rockbox/firmware/thread.c:191:
  7. /home/jean-louis/Informatique/Rockbox/rbfuzep/rockbox/firmware/asm/thread-unix.c: In function ‘make_context’:
  8. /home/jean-louis/Informatique/Rockbox/rbfuzep/rockbox/firmware/asm/thread-unix.c:100:19: error: ‘SA_ONSTACK’ undeclared (first use in this function)
  9. /home/jean-louis/Informatique/Rockbox/rbfuzep/rockbox/firmware/asm/thread-unix.c:100:19: note: each undeclared identifier is reported only once for each function it appears in
  10. CC firmware/common/version.c
  11. /home/jean-louis/Informatique/Rockbox/rbfuzep/rockbox/firmware/target/hosted/sdl/system-sdl.c: In function ‘system_init’:
  12. /home/jean-louis/Informatique/Rockbox/rbfuzep/rockbox/firmware/target/hosted/sdl/system-sdl.c:251:5: warning: passing argument 2 of ‘SDL_CreateThread’ from incompatible pointer type [enabled by default]
  13. In file included from /usr/include/SDL/SDL_audio.h:35:0,
  14. from /usr/include/SDL/SDL.h:76,
  15. from /home/jean-louis/Informatique/Rockbox/rbfuzep/rockbox/firmware/target/hosted/sdl/system-sdl.c:22:
  16. /usr/include/SDL/SDL_thread.h:145:1: note: expected ‘const char *’ but argument is of type ‘struct SDL_sem *’
  17. /home/jean-louis/Informatique/Rockbox/rbfuzep/rockbox/firmware/target/hosted/sdl/system-sdl.c:251:5: error: too few arguments to function ‘SDL_CreateThread’
  18. In file included from /usr/include/SDL/SDL_audio.h:35:0,
  19. from /usr/include/SDL/SDL.h:76,
  20. from /home/jean-louis/Informatique/Rockbox/rbfuzep/rockbox/firmware/target/hosted/sdl/system-sdl.c:22:
  21. /usr/include/SDL/SDL_thread.h:145:1: note: declared here
  22. make: *** [/home/jean-louis/Informatique/Rockbox/rbfuzep/rockbox/buildzenx3/firmware/thread.o] Erreur 1
  23. make: *** Attente des tâches non terminées....
  24. make: *** [/home/jean-louis/Informatique/Rockbox/rbfuzep/rockbox/buildzenx3/firmware/target/hosted/sdl/system-sdl.o] Erreur 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement