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=3DMYFBSDKERN the following error message: ---------------------------------------------------------------------------= --------- /usr/src/sys/dev/pst/pst-iop.c:197:3:error: cast to =E2=80=98void (*)(struc= t iop_softc *, u_init32_t, struct i2o_single_reply *)=E2=80=99 (aka =E2=80=98= void (*)(struct top_softc *, unsigned int, struct i2o_single_reply *)=E2=80=99) = from smaller integer type =E2=80=98u_int32_t=E2=80=99 (aka =E2=80=98unsigned int= =E2=80=99) [-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 =E2=80=98struct top_re= quest *=E2=80=99 from smaller integer type =E2=80=98u_int32_t=E2=80=99 (aka =E2=80=99unsigne= d int=E2=80=99) [-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>