Date: Sat, 5 Nov 2016 15:22:05 -0600 From: Mick mtn <mtnmickmt@gmail.com> To: freebsd-questions@freebsd.org Subject: make Error code 1 Message-ID: <CAD5c9Q1UjNM9-gFQzcgX6oO7MfdJjJGfsvyBpmPtOYR8F3JS3Q@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
While running make build kernel KERNCONF=MYFBSDKERN the following error message: ------------------------------------------------------------------------------------ /usr/src/sys/dev/pst/pst-iop.c:197:3:error: cast to ‘void (*)(struct iop_softc *, u_init32_t, struct i2o_single_reply *)’ (aka ‘void (*)(struct top_softc *, unsigned int, struct i2o_single_reply *)’) from smaller integer type ‘u_int32_t’ (aka ‘unsigned int’) [-Werror,-Wint-to-pointer-cast] ((void (*)(struct top_softc *, u_int32_t, struct i2o_single_reply *)) /usr/src/sys/dev/pst/pst-iop.c:419:9: error: cast to ‘struct top_request *’ from smaller integer type ‘u_int32_t’ (aka ’unsigned int’) [-Werror,-Wint-to-pointer-cast] (struct top_request *)reply->transaction_context; 2 errors generated. *** Error code 1 stop. make[2]: stopped in /usr/obj/usr/src/sys/MYFBSDKERN *** Error code 1 stop. make[1]: stopped in /usr/src ***Error code 1 stop. make: stopped in /usr/src ________________________________________________________ Im having difficulty finding information in the handbook for addressing the above error and making corrections. Any help or direction to the applicable documentation greatly appreciated. Thank you
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAD5c9Q1UjNM9-gFQzcgX6oO7MfdJjJGfsvyBpmPtOYR8F3JS3Q>
