From owner-freebsd-questions@freebsd.org Mon Nov 7 03:32:30 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 04921C327B8 for ; Mon, 7 Nov 2016 03:32:30 +0000 (UTC) (envelope-from mtnmickmt@gmail.com) Received: from mail-it0-x22a.google.com (mail-it0-x22a.google.com [IPv6:2607:f8b0:4001:c0b::22a]) (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 C82819E2 for ; Mon, 7 Nov 2016 03:32:29 +0000 (UTC) (envelope-from mtnmickmt@gmail.com) Received: by mail-it0-x22a.google.com with SMTP id m138so75408171itm.1 for ; Sun, 06 Nov 2016 19:32:29 -0800 (PST) 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=sHyuapA+qf8jQtqA3AtTD3PakfxsYGLu765M4pcOl2U=; b=yIYX6jL6f4elajJvsSyaakp7J8jtvy74StHhVVPnzV7Vg+8RFSDK7xrIPf9294AV1a 9Yg9dguOJOGboDJu5oa2BVHjfboNIUWSoUC0NUVW9quuQTtpu/W4N3AlTawPcBzKu0fT a2PFCskyuw8KEDNioQHdw5xH3CK1crpC+IpSxxPurvcGODQMoamFgNOg/IsUOva/8oHU rH0kFDSUdQ/Hzli8PYoftlqEZKxNINs8GisMkEE7d9v5TxSC7NsOVbhfoZyQ6h2lvfPL od7GDGgEC2sliGI9UFyYB0iMa0GgIXjgqI590mZfJbkv7ELnryBMdJeuyT1qk7mpu97K qlOQ== 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=sHyuapA+qf8jQtqA3AtTD3PakfxsYGLu765M4pcOl2U=; b=kEi7f9vgh3TWwY1uZM3YpArKTNplYQRczShbx9MPW8vpGPVqKPOgOFGSOzyN4ahLcd 1gze8OXfvBA244V78mGwU3+Cjg/oDsgoAYD5Xz5iuFQR6VOXWnL+I57zi0z10yXSLMKL ldQKPkgc0Ljwa/7kHNGUYcbyTFEB2o9Gl0TIQWDjf8XMoGb2y+1MMz4Tlqf3bh6jQQ1c wnbyv2b0NXo6MzsgE2BRM7RDvckDCy6+elkfLmnI+zyHu5bKcq0YjbJ0Y3LAIUfVpg62 PyBK1JpyTH0dnLb/y2qfy/xz/SXXJfmrMuqxoYZViBXAAVnRBK2dBYnywimnWnzeKXfk ZyLg== X-Gm-Message-State: ABUngvfHuGgTlBjOOrH0d9AaJ1K1ZA+NF9yRM/EL4EBXdRmcdyP2gXOnTSif7jCh3r2DqJ+UlPJuOIXYIlYMKg== X-Received: by 10.157.13.131 with SMTP id 3mr2178535ots.243.1478489548923; Sun, 06 Nov 2016 19:32:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.157.15.42 with HTTP; Sun, 6 Nov 2016 19:32:28 -0800 (PST) From: Mick mtn Date: Sun, 6 Nov 2016 20:32:28 -0700 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: Mon, 07 Nov 2016 03:32:30 -0000 Hello, FreeBSD 11.0-RELEASE-p2, amd64 on a macbook pro Please let me know if there is any additional information that will help. While running make buildkernel 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