Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pi@pi98:~/multics/dps8m-R1.0$ make
- cd src/dps8 && make
- make[1]: Entering directory '/home/pi/multics/dps8m-R1.0/src/dps8'
- cp dps8.sha1.txt~ dps8.sha1.txt
- CC prt2pdf.c
- prt2pdf.c:431:29: warning: comparison of constant -1 with expression of type 'char' is always true [-Wtautological-constant-out-of-range-compare]
- while ((c = getchar ()) != EOF)
- ~~~~~~~~~~~~~~~~ ^ ~~~
- 1 warning generated.
- LD prt2pdf
- (cd ../simh-master; make -f Makefile)
- CC scp.c
- CC sim_console.c
- CC sim_disk.c
- CC sim_ether.c
- CC sim_fio.c
- CC sim_serial.c
- CC sim_sock.c
- CC sim_tape.c
- CC sim_timer.c
- CC sim_tmxr.c
- CC sim_video.c
- AR simh.a
- (cd ../decNumber; make)
- CC decContext.c
- CC decNumber.c
- AR decNumber.a
- #make zmq
- make dps8.sha1.txt
- make[2]: 'dps8.sha1.txt' is up to date.
- make dps8
- CC dps8_absi.c
- CC dps8_addrmods.c
- CC dps8_append.c
- CC dps8_bar.c
- CC dps8_cable.c
- CC dps8_console.c
- CC dps8_cpu.c
- dps8_cpu.c:983:39: warning: incompatible pointer types passing 'void (uv_timer_t *)' (aka 'void (struct uv_timer_s
- *)') to parameter of type
- 'uv_timer_cb'
- (aka 'void (*)(struct uv_timer_s *, int)') [-Wincompatible-pointer-types]
- uv_timer_start (& ev_poll_handle, ev_poll_cb, 10, 10);
- ^~~~~~~~~~
- /usr/include/uv.h:1243:42: note: passing argument to parameter 'cb' here
- uv_timer_cb cb,
- ^
- 1 warning generated.
- CC dps8_crdpun.c
- CC dps8_crdrdr.c
- CC dps8_decimal.c
- CC dps8_disk.c
- CC dps8_eis.c
- CC dps8_faults.c
- CC dps8_fnp2.c
- dps8_fnp2.c:1270:57: warning: implicit conversion changes signedness: 'uint' (aka 'unsigned int') to 'ssize_t' (aka
- 'int') [-Wsign-conversion]
- fnpuv_start_write (linep->client, (char *) clean, tally);
- ~~~~~~~~~~~~~~~~~ ^~~~~
- dps8_fnp2.c:2817:90: warning: implicit conversion changes signedness: 'ssize_t' (aka 'int') to 'unsigned int' [-Wsign-conversion]
- unsigned char * new = realloc (linep->inBuffer, (unsigned long) (linep->inSize + nread));
- ~ ^~~~~
- dps8_fnp2.c:2824:26: warning: implicit conversion changes signedness: 'ssize_t' (aka 'int') to 'unsigned int' [-Wsign-conversion]
- linep->inSize += nread;
- ~~ ^~~~~
- 3 warnings generated.
- CC dps8_iefp.c
- CC dps8_ins.c
- CC dps8_iom.c
- CC dps8_loader.c
- CC dps8_math.c
- CC dps8_math128.c
- dps8_math128.c:43:4: warning: expression result unused [-Wunused-value]
- 1/0;
- ~^~
- dps8_math128.c:43:4: warning: division by zero is undefined [-Wdivision-by-zero]
- 1/0;
- ^~
- dps8_math128.c:81:28: warning: implicit conversion changes signedness: 'TItype' (aka '__int128') to 'UTItype' (aka
- 'unsigned __int128') [-Wsign-conversion]
- return (TItype)__udivti3(div,dvd);
- ~~~~~~~~~ ^~~
- dps8_math128.c:81:32: warning: implicit conversion changes signedness: 'TItype' (aka '__int128') to 'UTItype' (aka
- 'unsigned __int128') [-Wsign-conversion]
- return (TItype)__udivti3(div,dvd);
- ~~~~~~~~~ ^~~
- dps8_math128.c:83:30: warning: implicit conversion changes signedness: 'TItype' (aka '__int128') to 'UTItype' (aka
- 'unsigned __int128') [-Wsign-conversion]
- return -((TItype)__udivti3(div,dvd));
- ~~~~~~~~~ ^~~
- dps8_math128.c:83:34: warning: implicit conversion changes signedness: 'TItype' (aka '__int128') to 'UTItype' (aka
- 'unsigned __int128') [-Wsign-conversion]
- return -((TItype)__udivti3(div,dvd));
- ~~~~~~~~~ ^~~
- dps8_math128.c:103:42: warning: implicit conversion changes signedness: 'TItype' (aka '__int128') to 'UTItype' (aka
- 'unsigned __int128') [-Wsign-conversion]
- return (TItype)__umodti3(div,dvd);
- ~~~~~~~~~ ^~~
- dps8_math128.c:103:46: warning: implicit conversion changes signedness: 'TItype' (aka '__int128') to 'UTItype' (aka
- 'unsigned __int128') [-Wsign-conversion]
- return (TItype)__umodti3(div,dvd);
- ~~~~~~~~~ ^~~
- dps8_math128.c:105:39: warning: implicit conversion changes signedness: 'TItype' (aka '__int128') to 'UTItype' (aka
- 'unsigned __int128') [-Wsign-conversion]
- return ((TItype)0-(TItype)__umodti3(div,dvd));
- ~~~~~~~~~ ^~~
- dps8_math128.c:105:43: warning: implicit conversion changes signedness: 'TItype' (aka '__int128') to 'UTItype' (aka
- 'unsigned __int128') [-Wsign-conversion]
- return ((TItype)0-(TItype)__umodti3(div,dvd));
- ~~~~~~~~~ ^~~
- 10 warnings generated.
- CC dps8_mt.c
- CC dps8_opcodetable.c
- CC dps8_prt.c
- CC dps8_scu.c
- CC dps8_sys.c
- CC dps8_urp.c
- CC dps8_utils.c
- CC fnpuv.c
- fnpuv.c:499:44: warning: incompatible pointer types passing 'void (uv_handle_t *, size_t, uv_buf_t *)' (aka 'void
- (struct uv_handle_s *, unsigned int, uv_buf_t *)') to parameter of type 'uv_alloc_cb' (aka 'uv_buf_t (*)(struct uv_handle_s *,
- unsigned int)')
- [-Wincompatible-pointer-types]
- uv_read_start ((uv_stream_t *) client, alloc_buffer, fuv_read_cb);
- ^~~~~~~~~~~~
- /usr/include/uv.h:618:55: note: passing argument to parameter 'alloc_cb' here
- UV_EXTERN int uv_read_start(uv_stream_t*, uv_alloc_cb alloc_cb,
- ^
- fnpuv.c:499:58: warning: incompatible pointer types passing 'void (uv_stream_t *, ssize_t, const uv_buf_t *)' (aka
- 'void (struct uv_stream_s *, int, const uv_buf_t *)') to parameter of type 'uv_read_cb' (aka 'void (*)(struct
- uv_stream_s *, int, uv_buf_t)')
- [-Wincompatible-pointer-types]
- uv_read_start ((uv_stream_t *) client, alloc_buffer, fuv_read_cb);
- ^~~~~~~~~~~
- /usr/include/uv.h:619:16: note: passing argument to parameter 'read_cb' here
- uv_read_cb read_cb);
- ^
- fnpuv.c:521:68: error: passing 'int' to parameter of incompatible type 'uv_err_t' (aka 'struct uv_err_s')
- fprintf (stderr, "New connection error %s\n", uv_strerror (status));
- ^~~~~~
- /usr/include/uv.h:450:44: note: passing argument to parameter 'err' here
- UV_EXTERN const char* uv_strerror(uv_err_t err);
- ^
- fnpuv.c:677:42: error: too many arguments to function call, expected 2, have 3
- uv_ip4_addr ("0.0.0.0", telnet_port, & addr);
- ~~~~~~~~~~~ ^~~~~~
- /usr/include/uv.h:1819:1: note: 'uv_ip4_addr' declared here
- UV_EXTERN struct sockaddr_in uv_ip4_addr(const char* ip, int port);
- ^
- /usr/include/uv.h:43:20: note: expanded from macro 'UV_EXTERN'
- # define UV_EXTERN __attribute__((visibility("default")))
- ^
- fnpuv.c:678:65: error: too many arguments to function call, expected 2, have 3
- uv_tcp_bind (& du_server, (const struct sockaddr *) & addr, 0);
- ~~~~~~~~~~~ ^
- /usr/include/uv.h:732:1: note: 'uv_tcp_bind' declared here
- UV_EXTERN int uv_tcp_bind(uv_tcp_t* handle, struct sockaddr_in);
- ^
- /usr/include/uv.h:43:20: note: expanded from macro 'UV_EXTERN'
- # define UV_EXTERN __attribute__((visibility("default")))
- ^
- fnpuv.c:683:60: error: passing 'int' to parameter of incompatible type 'uv_err_t' (aka 'struct uv_err_s')
- fprintf (stderr, "Listen error %s\n", uv_strerror (r));
- ^
- /usr/include/uv.h:450:44: note: passing argument to parameter 'err' here
- UV_EXTERN const char* uv_strerror(uv_err_t err);
- ^
- fnpuv.c:753:68: error: passing 'int' to parameter of incompatible type 'uv_err_t' (aka 'struct uv_err_s')
- sim_printf ("Dial-out connection error %s\n", uv_strerror (status));
- ^~~~~~
- /usr/include/uv.h:450:44: note: passing argument to parameter 'err' here
- UV_EXTERN const char* uv_strerror(uv_err_t err);
- ^
- fnpuv.c:760:51: warning: incompatible pointer types passing 'void (uv_handle_t *, size_t, uv_buf_t *)' (aka 'void
- (struct uv_handle_s *, unsigned int, uv_buf_t *)') to parameter of type 'uv_alloc_cb' (aka 'uv_buf_t (*)(struct uv_handle_s *, unsigned int)')
- [-Wincompatible-pointer-types]
- uv_read_start ((uv_stream_t *) linep->client, alloc_buffer, fuv_read_cb);
- ^~~~~~~~~~~~
- /usr/include/uv.h:618:55: note: passing argument to parameter 'alloc_cb' here
- UV_EXTERN int uv_read_start(uv_stream_t*, uv_alloc_cb alloc_cb,
- ^
- fnpuv.c:760:65: warning: incompatible pointer types passing 'void (uv_stream_t *, ssize_t, const uv_buf_t *)' (aka
- 'void (struct uv_stream_s *, int, const uv_buf_t *)') to parameter of type 'uv_read_cb' (aka 'void (*)(struct uv_stream_s *, int, uv_buf_t)')
- [-Wincompatible-pointer-types]
- uv_read_start ((uv_stream_t *) linep->client, alloc_buffer, fuv_read_cb);
- ^~~~~~~~~~~
- /usr/include/uv.h:619:16: note: passing argument to parameter 'read_cb' here
- uv_read_cb read_cb);
- ^
- fnpuv.c:850:37: error: too many arguments to function call, expected 2, have 3
- uv_ip4_addr(ipaddr, (int) port, &dest);
- ~~~~~~~~~~~ ^~~~~
- /usr/include/uv.h:1819:1: note: 'uv_ip4_addr' declared here
- UV_EXTERN struct sockaddr_in uv_ip4_addr(const char* ip, int port);
- ^
- /usr/include/uv.h:43:20: note: expanded from macro 'UV_EXTERN'
- # define UV_EXTERN __attribute__((visibility("default")))
- ^
- fnpuv.c:881:56: error: passing 'const struct sockaddr *' to parameter of incompatible type 'struct sockaddr_in'
- uv_tcp_connect (& linep->doConnect, linep->client, (const struct sockaddr *) & dest, on_do_connect);
- ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /usr/include/uv.h:746:24: note: passing argument to parameter 'address' here
- struct sockaddr_in address, uv_connect_cb cb);
- ^
- fnpuv.c:939:42: error: too many arguments to function call, expected 2, have 3
- uv_ip4_addr ("0.0.0.0", linep->port, & addr);
- ~~~~~~~~~~~ ^~~~~~
- /usr/include/uv.h:1819:1: note: 'uv_ip4_addr' declared here
- UV_EXTERN struct sockaddr_in uv_ip4_addr(const char* ip, int port);
- ^
- /usr/include/uv.h:43:20: note: expanded from macro 'UV_EXTERN'
- # define UV_EXTERN __attribute__((visibility("default")))
- ^
- fnpuv.c:940:69: error: too many arguments to function call, expected 2, have 3
- uv_tcp_bind (& linep->server, (const struct sockaddr *) & addr, 0);
- ~~~~~~~~~~~ ^
- /usr/include/uv.h:732:1: note: 'uv_tcp_bind' declared here
- UV_EXTERN int uv_tcp_bind(uv_tcp_t* handle, struct sockaddr_in);
- ^
- /usr/include/uv.h:43:20: note: expanded from macro 'UV_EXTERN'
- # define UV_EXTERN __attribute__((visibility("default")))
- ^
- fnpuv.c:946:60: error: passing 'int' to parameter of incompatible type 'uv_err_t' (aka 'struct uv_err_s')
- fprintf (stderr, "Listen error %s\n", uv_strerror (r));
- ^
- /usr/include/uv.h:450:44: note: passing argument to parameter 'err' here
- UV_EXTERN const char* uv_strerror(uv_err_t err);
- ^
- 4 warnings and 10 errors generated.
- ../Makefile.mk:92: recipe for target 'fnpuv.o' failed
- make[2]: *** [fnpuv.o] Error 1
- Makefile:298: recipe for target 'locallibs_then_dps8' failed
- make[1]: *** [locallibs_then_dps8] Error 2
- make[1]: Leaving directory '/home/pi/multics/dps8m-R1.0/src/dps8'
- Makefile:11: recipe for target 'all' failed
- make: *** [all] Error 2
- pi@pi98:~/multics/dps8m-R1.0$
Advertisement
Add Comment
Please, Sign In to add comment