From owner-freebsd-questions@freebsd.org Sat Nov 5 21:22:07 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E35AEAF7182 for ; Sat, 5 Nov 2016 21:22:07 +0000 (UTC) (envelope-from mtnmickmt@gmail.com) Received: from mail-oi0-x22d.google.com (mail-oi0-x22d.google.com [IPv6:2607:f8b0:4003:c06::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ABA72C73 for ; Sat, 5 Nov 2016 21:22:07 +0000 (UTC) (envelope-from mtnmickmt@gmail.com) Received: by mail-oi0-x22d.google.com with SMTP id 128so203913581oih.0 for ; Sat, 05 Nov 2016 14:22:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=ghMW64wZllH9bj+T2VIxSb8cJ/Jh0n9q1jsMnd3PXBo=; b=VsCWzGxLpr8pFo2bwJzKP/Evf/FltkZe3OT3itdNZONIQLOE9wIuhKJU8gSAajjMQa QJbrLVUaajhIKMElSbncLFWk3yMamISNE9LuiQad7Nxa2wbAvCBStENep7YN4SnKc8dg KOYSrCLCtUqHad8yvz4I/N8fwL6xue/NnK5lPkdOPmW4ZhkwJazC09xN1QGnY3mc9bIF M7cWtPp8u7marOhlOhvazRoHFPR5vjIrSIL/7sVDYhw/YO/g7RZioCAP2kyGmZpBYe8w tgQ/LGewxHuG71dY16OEth6oAGr7YHCRETvivma1tuj9oeETropYsPDjFHNWNuQYzbB6 k2IA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=ghMW64wZllH9bj+T2VIxSb8cJ/Jh0n9q1jsMnd3PXBo=; b=c7pjQrLsSgPK2luy8B7OgnmkfSErOysSbMnT6+N6RzYHYev7KAujsz/L081dmu3TFE AXfY7s7SRdvDTDJbbsQ0/MOVgJmXahRIIyC9+7QRNXnuCo4JozBShS1bUPurl+Q8eKPv IGsc10wRoHZOmDLyg1eXsExI/ovc/nEBPKKWxEBtKi7BqHy3uKJubawBBR1yFnnip94D JSeP1/czrq4m+aFPuVMw6IRHcmrvHSsUMIXcnr1qlbbuqvypJMCBbTRxbHcwntD2PdkQ G5veyA5DQ1R7taHIL9o4/eNpq4tfDZebiPxZOV9JntovFQxEpuL7QAK6ELNtKO6sy7f1 grQw== X-Gm-Message-State: ABUngvf5sHoHn6y+1ctG/JxsgjF+b2XBZO+dog6yFXxCj+UnhcxlsSzShY6m6NQMaQTORwOO89jUydJRtgk7cA== X-Received: by 10.157.42.21 with SMTP id t21mr13348069ota.1.1478380925996; Sat, 05 Nov 2016 14:22:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.15.42 with HTTP; Sat, 5 Nov 2016 14:22:05 -0700 (PDT) From: Mick mtn Date: Sat, 5 Nov 2016 15:22:05 -0600 Message-ID: Subject: make Error code 1 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 21:22:08 -0000 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