From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f172.google.com (mail-io0-f172.google.com [209.85.223.172]) by dpdk.org (Postfix) with ESMTP id BB89B388F for ; Sun, 17 Apr 2016 20:27:51 +0200 (CEST) Received: by mail-io0-f172.google.com with SMTP id 2so177451745ioy.1 for ; Sun, 17 Apr 2016 11:27:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to; bh=Lp2bJ6eumVEv9i/ry0Hi2qfLt5809fPLF8qhuZCSZH8=; b=X6uLok4VdTQkaw7VSb0fv0huvFKAeDgouVcwnXrgFf1z8iqTSxmPvCXJdJqDmYzg7B NLFwzqQS/JaEPgvrpaxCpNPzUD06u+a25lZrffPlfEgYSsbgEYLBmtJTXWMtXrKbxPt8 6GNnAylL9KSsyx9pjrAfyYnLZf83U/ud8ecHKXbRYORiOTUXfPxFG6KijQhGMJ0RuKk9 X/GB8+KhL25WOIyzpLl5maT8HPYI91nnwZTx1WV1zsVT0aGroxV+KnDXJrIgLLjaYWFo EXZ+rfIVCfRVYY/hd01r7OzHCESSKBz2oBpKjLL0cMTdAjAk6L6+qpBNdlUliFvuOWRU nHuA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=Lp2bJ6eumVEv9i/ry0Hi2qfLt5809fPLF8qhuZCSZH8=; b=ipal6gDEn2Ba3RiERzYiYuUZ62zt4IECEHoK2F+O28Z0MSSq6shkolGSvsr+/URl8t xb1JDOpDRBaHBXjng0PR6sgQVaitBHqc60auvLbhtrJRAGNp8QKp2HDE99EYFBs7uO9d F2b52+QyTSHAkmFtblsz/uPGmQQkA4ZahKm8jIzP49ztQ7vzuWP2L2eJRDa/t1NjDP/i 64kdsa1Hap32NAKQn4e7zQSkSx6rAJAqp7i0PBIlyl7iDe02bnqB15/xLj/u7eowSK83 gSoxtbFrHf6VWQsDt62k6GnrBssUXXmZid3y5CvXzm1M3UQDH4hSS12JZD2JJe6TOjBU HfJA== X-Gm-Message-State: AOPr4FWdIB8SyAc6xd1zB6bim9AAKeNYxXUR8d8DVOekfKfA88QS9AMQclUA35mXab6Aao3jjTVSDHBVNfgmcA== MIME-Version: 1.0 X-Received: by 10.107.132.88 with SMTP id g85mr35967219iod.47.1460917671168; Sun, 17 Apr 2016 11:27:51 -0700 (PDT) Received: by 10.79.68.198 with HTTP; Sun, 17 Apr 2016 11:27:51 -0700 (PDT) Date: Sun, 17 Apr 2016 23:57:51 +0530 Message-ID: From: Sharath To: dev@dpdk.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-dev] compile error on ubuntu 14.4.4 kernel 4.2.0-27-generic in qemu X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2016 18:27:52 -0000 HI, I am facing feew compile errors while compiling dpdk. The env is ubuntu running as an VM, VM is started by qemu. How do I fix the compile errors? In file included from /home/vpptest/vpp/build-root/build-vpp-native/dpdk/dpdk-2.2.0/lib/librte_ea= l/linuxapp/eal/eal_pci.c:42:0: /home/vpptest/vpp/build-root/install-vpp-native/dpdk/include/rte_memcpy.h: In function =E2=80=98rte_memcpy=E2=80=99: /home/vpptest/vpp/build-root/install-vpp-native/dpdk/include/rte_memcpy.h:6= 25:2: error: implicit declaration of function =E2=80=98_mm_alignr_epi8=E2=80=99 [-Werror=3Dimplicit-function-declaration] MOVEUNALIGNED_LEFT47(dst, src, n, srcofs); ^ /home/vpptest/vpp/build-root/install-vpp-native/dpdk/include/rte_memcpy.h:6= 25:2: error: nested extern declaration of =E2=80=98_mm_alignr_epi8=E2=80=99 [-Werror=3Dnested-externs] /home/vpptest/vpp/build-root/install-vpp-native/dpdk/include/rte_memcpy.h:6= 25:2: error: incompatible type for argument 2 of =E2=80=98_mm_storeu_si128=E2=80= =99 In file included from /home/vpptest/vpp/build-root/install-vpp-native/dpdk/include/rte_common.h:2= 89:0, from /home/vpptest/vpp/build-root/install-vpp-native/dpdk/include/rte_memory.h:5= 5, from /home/vpptest/vpp/build-root/install-vpp-native/dpdk/include/rte_eal_memcon= fig.h:38, from /home/vpptest/vpp/build-root/build-vpp-native/dpdk/dpdk-2.2.0/lib/librte_ea= l/linuxapp/eal/eal_pci.c:39: /usr/lib/gcc/x86_64-linux-gnu/4.8/include/emmintrin.h:700:1: note: expected =E2=80=98__m128i=E2=80=99 but argument is of type =E2=80=98int=E2=80=99 Thanks Sharath