From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f179.google.com (mail-qt0-f179.google.com [209.85.216.179]) by dpdk.org (Postfix) with ESMTP id B4BD51C324 for ; Fri, 11 May 2018 14:28:02 +0200 (CEST) Received: by mail-qt0-f179.google.com with SMTP id q13-v6so6762820qtp.4 for ; Fri, 11 May 2018 05:28:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=aoHzOTzhNzMxm9WeajIBp8mNuWn8qcO4Brg4ijh75fA=; b=L2AjkWSwjM8RVkMcp44avcdPh+ooA9KX7YBbzRCwXmogITcYwg4fGjssMWaIPPgWrV +y2fZxM+6BzLPotGrZkWaCU3myOTCRbK6HXyRG6sWZiBeJo7rdLzrLGq7/qcUo+EhgwS GE/vhKX3IhVQicxizpW74oXHIVSFHyuB2DjrO+CWEevv3B+7DnvyBreVSlF84UKna+Kx vyw3ZQaxgZEC7WdJHdVEGckW+sVuKoae/F2T4dImc3NTQTPB3e7bWwH9WwAApmTbILxg l84B7ptG9CQ4alMRYnP/FhxHHHPAwDxI8Gg/TpSibQm4z4YkaPRs+iQYbJrlPNS9xHpq dfGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=aoHzOTzhNzMxm9WeajIBp8mNuWn8qcO4Brg4ijh75fA=; b=Ipz1WABsSFkqwCELANzZyUT8zzz2i5CDPQnZOqcxZakvklivBBL6pj3HsF8utoMDpv S8ug9B2G4nqRl/UP5XIYPyy0GVFBM2p7qdRIMfTk6OawmWO+U25c+E4f91RknvybAWom 4E1whiTllJAtjTXL5B2gKXBkl2ke8WrqVs6RtXMoSg2aknOV9omxKPkEOXtXqGlkHCmG LP4XP1pn/hgYIwjZGGvW/tav3AF6ySqIn2P5SE5WbOBx1EN83Yn2inBrNd+fL0znsq/y QDa9ntBBoBrRDfKiF2Bravvl0135Whu9G5lQy6xty3NTW5oxjmNYsZxJguKA7mOuFAPC 1Bxg== X-Gm-Message-State: ALKqPwcOhQUkLYV2H4k0N47KgSCS8Hlj5S/BoAd3hZWcNgHkN+G7H0Uj B+XcMdXj4NXlvJHClYXmzALeK3uD9cvrRs4VnjOgxaAt X-Google-Smtp-Source: AB8JxZr+JZ6pmvLVvzNKwXK41570qTh4XSpHtHZ2yAZvpn1Y1MrD7gRqahEetO0CKuVAAjfzgb7xkG4GSdbWnlyhVsk= X-Received: by 2002:aed:3b2e:: with SMTP id p43-v6mr4861834qte.240.1526041681931; Fri, 11 May 2018 05:28:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.191.253 with HTTP; Fri, 11 May 2018 05:28:01 -0700 (PDT) From: Puneet Singh Date: Fri, 11 May 2018 17:58:01 +0530 Message-ID: To: users@dpdk.org X-Mailman-Approved-At: Sat, 12 May 2018 22:30:37 +0200 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] Regarding Issues in Compilation of DPDK 16.04/16.11 on CentOS 6.9 ( 64 Bit) X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2018 12:28:02 -0000 Hi Everyone, I am trying to compile DPDK SDK v16.04/v16.11 on CentOS 6.9 64 Bit , Following error is coming. Can some one guide me to resolve following issue INSTALL-LIB librte_eal.a =3D=3D Build lib/librte_eal/linuxapp/igb_uio LD /home/dpdk-16.04/x86_64-native-linuxapp-gcc/build/lib/librte_eal/= linuxapp/igb_uio/built-in.o CC [M] /home/dpdk-16.04/x86_64-native-linuxapp-gcc/build/lib/librte_eal/= linuxapp/igb_uio/igb_uio.o /home/dpdk-16.04/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/i= gb_uio/igb_uio.c: In function =E2=80=98igbuio_msix_mask_irq=E2=80=99: /home/dpdk-16.04/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/i= gb_uio/igb_uio.c:157: error: =E2=80=98PCI_MSIX_ENTRY_CTRL_MASKBIT=E2=80=99 undeclared (first use = in this function) /home/dpdk-16.04/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/i= gb_uio/igb_uio.c:157: error: (Each undeclared identifier is reported only once /home/dpdk-16.04/x86_64-native-linuxapp-gcc/build/lib/librte_eal/linuxapp/i= gb_uio/igb_uio.c:157: error: for each function it appears in.) make[10]: *** [/home/dpdk-16.04/x86_64-native-linuxapp-gcc/build/lib/librte= _eal/linuxapp/igb_uio/igb_uio.o] Error 1 make[9]: *** [_module_/home/dpdk-16.04/x86_64-native-linuxapp-gcc/build/lib= /librte_eal/linuxapp/igb_uio] Error 2 make[8]: *** [sub-make] Error 2 make[7]: *** [igb_uio.ko] Error 2 make[6]: *** [igb_uio] Error 2 make[5]: *** [linuxapp] Error 2 make[4]: *** [librte_eal] Error 2 make[3]: *** [lib] Error 2 make[2]: *** [all] Error 2 make[1]: *** [pre_install] Error 2 make: *** [install] Error 2 Thanks & Regards Puneet Singh