datamgmt

Works with some errors

Jun 8th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 0 0
  1. pi@pi98:~/multics/dps8m-R1.0$ make
  2. cd src/dps8 && make
  3. make[1]: Entering directory '/home/pi/multics/dps8m-R1.0/src/dps8'
  4. cp dps8.sha1.txt~ dps8.sha1.txt
  5. CC prt2pdf.c
  6. prt2pdf.c:431:29: warning: comparison of constant -1 with expression of type 'char' is always true
  7. [-Wtautological-constant-out-of-range-compare]
  8. while ((c = getchar ()) != EOF)
  9. ~~~~~~~~~~~~~~~~ ^ ~~~
  10. 1 warning generated.
  11. LD prt2pdf
  12. (cd ../simh-master; make -f Makefile)
  13. CC scp.c
  14. CC sim_console.c
  15. CC sim_disk.c
  16. CC sim_ether.c
  17. CC sim_fio.c
  18. CC sim_serial.c
  19. CC sim_sock.c
  20. CC sim_tape.c
  21. CC sim_timer.c
  22. CC sim_tmxr.c
  23. CC sim_video.c
  24. AR simh.a
  25. (cd ../decNumber; make)
  26. CC decContext.c
  27. CC decNumber.c
  28. AR decNumber.a
  29. #make zmq
  30. make dps8.sha1.txt
  31. make[2]: 'dps8.sha1.txt' is up to date.
  32. make dps8
  33. CC dps8_absi.c
  34. CC dps8_addrmods.c
  35. CC dps8_append.c
  36. CC dps8_bar.c
  37. CC dps8_cable.c
  38. CC dps8_console.c
  39. CC dps8_cpu.c
  40. CC dps8_crdpun.c
  41. CC dps8_crdrdr.c
  42. CC dps8_decimal.c
  43. CC dps8_disk.c
  44. CC dps8_eis.c
  45. CC dps8_faults.c
  46. CC dps8_fnp2.c
  47. dps8_fnp2.c:1270:57: warning: implicit conversion changes signedness: 'uint' (aka 'unsigned int') to 'ssize_t' (aka 'int')
  48. [-Wsign-conversion]
  49. fnpuv_start_write (linep->client, (char *) clean, tally);
  50. ~~~~~~~~~~~~~~~~~ ^~~~~
  51. dps8_fnp2.c:2817:90: warning: implicit conversion changes signedness: 'ssize_t' (aka 'int') to 'unsigned int' [-Wsign-conversion]
  52. unsigned char * new = realloc (linep->inBuffer, (unsigned long) (linep->inSize + nread));
  53. ~ ^~~~~
  54. dps8_fnp2.c:2824:26: warning: implicit conversion changes signedness: 'ssize_t' (aka 'int') to 'unsigned int' [-Wsign-conversion]
  55. linep->inSize += nread;
  56. ~~ ^~~~~
  57. 3 warnings generated.
  58. CC dps8_iefp.c
  59. CC dps8_ins.c
  60. CC dps8_iom.c
  61. CC dps8_loader.c
  62. CC dps8_math.c
  63. CC dps8_math128.c
  64. dps8_math128.c:43:4: warning: expression result unused [-Wunused-value]
  65. 1/0;
  66. ~^~
  67. dps8_math128.c:43:4: warning: division by zero is undefined [-Wdivision-by-zero]
  68. 1/0;
  69. ^~
  70. dps8_math128.c:81:28: warning: implicit conversion changes signedness: 'TItype' (aka '__int128') to 'UTItype' (aka 'unsigned __int128')
  71. [-Wsign-conversion]
  72. return (TItype)__udivti3(div,dvd);
  73. ~~~~~~~~~ ^~~
  74. dps8_math128.c:81:32: warning: implicit conversion changes signedness: 'TItype' (aka '__int128') to 'UTItype' (aka 'unsigned __int128')
  75. [-Wsign-conversion]
  76. return (TItype)__udivti3(div,dvd);
  77. ~~~~~~~~~ ^~~
  78. dps8_math128.c:83:30: warning: implicit conversion changes signedness: 'TItype' (aka '__int128') to 'UTItype' (aka 'unsigned __int128')
  79. [-Wsign-conversion]
  80. return -((TItype)__udivti3(div,dvd));
  81. ~~~~~~~~~ ^~~
  82. dps8_math128.c:83:34: warning: implicit conversion changes signedness: 'TItype' (aka '__int128') to 'UTItype' (aka 'unsigned __int128')
  83. [-Wsign-conversion]
  84. return -((TItype)__udivti3(div,dvd));
  85. ~~~~~~~~~ ^~~
  86. dps8_math128.c:103:42: warning: implicit conversion changes signedness: 'TItype' (aka '__int128') to 'UTItype' (aka 'unsigned __int128')
  87. [-Wsign-conversion]
  88. return (TItype)__umodti3(div,dvd);
  89. ~~~~~~~~~ ^~~
  90. dps8_math128.c:103:46: warning: implicit conversion changes signedness: 'TItype' (aka '__int128') to 'UTItype' (aka 'unsigned __int128')
  91. [-Wsign-conversion]
  92. return (TItype)__umodti3(div,dvd);
  93. ~~~~~~~~~ ^~~
  94. dps8_math128.c:105:39: warning: implicit conversion changes signedness: 'TItype' (aka '__int128') to 'UTItype' (aka 'unsigned __int128')
  95. [-Wsign-conversion]
  96. return ((TItype)0-(TItype)__umodti3(div,dvd));
  97. ~~~~~~~~~ ^~~
  98. dps8_math128.c:105:43: warning: implicit conversion changes signedness: 'TItype' (aka '__int128') to 'UTItype' (aka 'unsigned __int128')
  99. [-Wsign-conversion]
  100. return ((TItype)0-(TItype)__umodti3(div,dvd));
  101. ~~~~~~~~~ ^~~
  102. 10 warnings generated.
  103. CC dps8_mt.c
  104. CC dps8_opcodetable.c
  105. CC dps8_prt.c
  106. CC dps8_scu.c
  107. CC dps8_sys.c
  108. CC dps8_urp.c
  109. CC dps8_utils.c
  110. CC fnpuv.c
  111. CC fnptelnet.c
  112. CC libtelnet.c
  113. CC hdbg.c
  114. CC udplib.c
  115. LD dps8
  116. make[1]: Leaving directory '/home/pi/multics/dps8m-R1.0/src/dps8'
  117. pi@pi98:~/multics/dps8m-R1.0/src$ cd src/dps8
  118. pi@pi98:~/multics/dps8m-R1.0/src/dps8$ ./dps8
  119. DPS8/M emulator (git aff749bf)
  120. Production build
  121. DPS8M system session id is 16549
  122. Please register your system at https://ringzero.wikidot.com/wiki:register
  123. or create the file 'serial.txt' containing the line 'sn: 0'.
  124. FNP telnet server port set to 6180
  125.  
  126. DPS8M simulator V4.0-0 Beta git commit id: c420925a
  127. sim> quit
  128. Goodbye
  129. pi@pi98:~/multics/dps8m-R1.0/src/dps8$
Advertisement
Add Comment
Please, Sign In to add comment