Advertisement
Guest User

jannone

a guest
Aug 31st, 2009
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.59 KB | None | 0 0
  1. --- Building Z88    Library  ---
  2.  
  3. cd fcntl ; make lz88    ; cd ..
  4. make[1]: Entrando no diretório `/tmp/z88dk/libsrc/fcntl'
  5. cd z88 ; make z88_fcntl ; cd ..
  6. make[2]: Entrando no diretório `/tmp/z88dk/libsrc/fcntl/z88'
  7. zcc +z88 -vn -make-lib -Wn43 stat.c
  8. 1 errors occurred during assembly
  9. Errors in source file stat.c:
  10. File '/tmp/tmpXXZbI0xc.opt', Module 'STAT', at line 26, Integer out of range
  11. make[2]: ** [stat.o] Erro 1
  12. make[2]: Saindo do diretório `/tmp/z88dk/libsrc/fcntl/z88'
  13. make[1]: Saindo do diretório `/tmp/z88dk/libsrc/fcntl'
  14. cd stdio ; make lz88    ; cd ..
  15. make[1]: Entrando no diretório `/tmp/z88dk/libsrc/stdio'
  16. zcc +test -vn -make-lib -Wn43 fseek.c
  17. 1 errors occurred during assembly
  18. Errors in source file fseek.c:
  19. File '/tmp/tmpXXdNXDTi.opt', Module 'FSEEK', at line 69, Integer out of range
  20. make[1]: ** [fseek.o] Erro 1
  21. make[1]: Saindo do diretório `/tmp/z88dk/libsrc/stdio'
  22. cd stdlib ; make lz88 ; cd ..
  23. make[1]: Entrando no diretório `/tmp/z88dk/libsrc/stdlib'
  24. rm -f inp.o
  25. rm -f outp_callee.o
  26. rm -f randomize.o
  27. zcc +z88 -vn -make-lib -Wn43 *.c
  28. sccz80:"getopt.c" L:56 Warning:#39:Const type not supported by compiler
  29. sccz80:"sleep.c" L:14 Warning:#4:Function returns different type to prototype
  30. sccz80:"sleep.c" L:14 Warning:#5:Prototype is void fn
  31. sccz80:"sleep.c" L:14 Warning:#6:Function is signed int fn
  32. cd z88  ; cd ..
  33. make[1]: Saindo do diretório `/tmp/z88dk/libsrc/stdlib'
  34. cd strings ; make ; cd ..
  35. make[1]: Entrando no diretório `/tmp/z88dk/libsrc/strings'
  36.  
  37. rm -f strlcat_callee.o
  38. rm -f strlcpy_callee.o
  39. rm -f strlen.o
  40. make[1]: Saindo do diretório `/tmp/z88dk/libsrc/strings'
  41. cd printflike ; make    ; cd ..
  42. make[1]: Entrando no diretório `/tmp/z88dk/libsrc/printflike'
  43. make[1]: Nada a ser feito para `all'.
  44. make[1]: Saindo do diretório `/tmp/z88dk/libsrc/printflike'
  45. cd time ; make lz88 ; cd ..
  46. make[1]: Entrando no diretório `/tmp/z88dk/libsrc/time'
  47. zcc +test -vn -make-lib -Wn43 mktime.c
  48. sccz80:"mktime.c" L:12 Warning:#39:Const type not supported by compiler
  49. 1 errors occurred during assembly
  50. Errors in source file mktime.c:
  51. File '/tmp/tmpXXUF7tnj.opt', Module 'MKTIME', at line 79, Integer out of range
  52. make[1]: ** [mktime.o] Erro 1
  53. make[1]: Saindo do diretório `/tmp/z88dk/libsrc/time'
  54. cd rs232 ; make lz88    ; cd ..
  55. make[1]: Entrando no diretório `/tmp/z88dk/libsrc/rs232'
  56. cd z88 ; make ; cd ..
  57. make[2]: Entrando no diretório `/tmp/z88dk/libsrc/rs232/z88'
  58. make[2]: Nada a ser feito para `all'.
  59. make[2]: Saindo do diretório `/tmp/z88dk/libsrc/rs232/z88'
  60. make[1]: Saindo do diretório `/tmp/z88dk/libsrc/rs232'
  61. cd setjmp ; make ; cd ..
  62. make[1]: Entrando no diretório `/tmp/z88dk/libsrc/setjmp'
  63. make[1]: Nada a ser feito para `all'.
  64. make[1]: Saindo do diretório `/tmp/z88dk/libsrc/setjmp'
  65. cd assert ; make ; cd ..
  66. make[1]: Entrando no diretório `/tmp/z88dk/libsrc/assert'
  67. make[1]: Nada a ser feito para `all'.
  68. make[1]: Saindo do diretório `/tmp/z88dk/libsrc/assert'
  69. make    gamesdeps
  70. make[1]: Entrando no diretório `/tmp/z88dk/libsrc'
  71. rm -f -f games/*.o
  72. make[1]: Saindo do diretório `/tmp/z88dk/libsrc'
  73. cd games ; make lz88    ; cd ..
  74. make[1]: Entrando no diretório `/tmp/z88dk/libsrc/games'
  75. zcc +z88 -vn -make-lib -Wn43 -DZ88 bit_frequency.c
  76. zcc +z88 -vn -make-lib -Wn43 -DZ88 bit_play.c
  77. make[1]: Saindo do diretório `/tmp/z88dk/libsrc/games'
  78. z80asm -d -ns -nm -Mo -DFORz88 -x./z88_clib @./z88.lst
  79. file 'fcntl/z88/stat.o' couldn't be opened or created
  80. 1 errors occurred during assembly
  81. make: ** [z88_clib.lib] Erro 1
  82. make: Saindo do diretório `/tmp/z88dk/libsrc'
  83. make: Entrando no diretório `/tmp/z88dk/libsrc'
  84. cp ./*.lib ../lib/clibs
  85. make: Saindo do diretório `/tmp/z88dk/libsrc'
  86.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement