From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qc0-f177.google.com (mail-qc0-f177.google.com [209.85.216.177]) by dpdk.org (Postfix) with ESMTP id B7DBF68C2 for ; Wed, 9 Jul 2014 14:51:53 +0200 (CEST) Received: by mail-qc0-f177.google.com with SMTP id r5so6453194qcx.8 for ; Wed, 09 Jul 2014 05:52:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=l7FfL8aLL8E+kppIbqsx82PCOEXXFsdWhSAaxGH7LVk=; b=J6tpkXFrVQfHlGK7378X28a5HiaLHOMelWk0WC9Aacx3/FFIZHeh830ZBZF0T5OEZu LqKnfxQPqNRXb+uSySgxus/ezW3DWXIxFikiFaSCnQ4dtbusBlrmrJra+JdU6qIAS2Qv BvkmnuSsjpvhfZ5tKWdaY/iVCOPg7BwdpwLjry/JgUT1sxb3XcPhaoPZKKCcLejko/Yq HIF7VpeuEOCdJIARQm0Gj8NiZlCeBQSYVsTUtXoZEZe7801uVxIhaJ89Z4XouMVbJgen 4L53xg+Ipb1qBbvHfxaSaH5Yi8z2ojLZjR0tc/egaAXrDOQ6lzb7bZ/Eew4mz1HTj+w+ eGYQ== MIME-Version: 1.0 X-Received: by 10.224.135.2 with SMTP id l2mr71677309qat.37.1404910335100; Wed, 09 Jul 2014 05:52:15 -0700 (PDT) Received: by 10.229.54.10 with HTTP; Wed, 9 Jul 2014 05:52:15 -0700 (PDT) In-Reply-To: References: Date: Wed, 9 Jul 2014 14:52:15 +0200 Message-ID: From: sothy shan 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] implicit declaration of function rte_igb_pmd_init() 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: Wed, 09 Jul 2014 12:51:54 -0000 Hi All! I have an error when I compile latest DPDK ovs code. DPDK version is 1.7. Error is: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D CC main.o CC init.o In file included from /home/cubiq/sothy/dpdk-ovs/openvswitch/datapath/dpdk/init.c:42:0: /home/cubiq/sothy/dpdk-ovs/openvswitch/datapath/dpdk/init_drivers.h: In function =E2=80=98init_drivers=E2=80=99: /home/cubiq/sothy/dpdk-ovs/openvswitch/datapath/dpdk/init_drivers.h:49:4: error: implicit declaration of function =E2=80=98rte_igb_pmd_init=E2=80=99 [-Werror=3Dimplicit-function-declaration] (rte_igb_pmd_init() < 0) || ^ /home/cubiq/sothy/dpdk-ovs/openvswitch/datapath/dpdk/init_drivers.h:52:4: error: implicit declaration of function =E2=80=98rte_ixgbe_pmd_init=E2=80= =99 [-Werror=3Dimplicit-function-declaration] (rte_ixgbe_pmd_init() < 0) || ^ cc1: all warnings being treated as errors make[4]: *** [init.o] Erreur 1 make[3]: *** [all] Erreur 2 make[3]: quittant le r=C3=A9pertoire =C2=AB /home/cubiq/sothy/dpdk-ovs/openvswitch/datapath/dpdk =C2=BB make[2]: *** [app] Erreur 2 make[2]: quittant le r=C3=A9pertoire =C2=AB /home/cubiq/sothy/dpdk-ovs/openvswitch/datapath/dpdk =C2=BB make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le r=C3=A9pertoire =C2=AB /home/cubiq/sothy/dpdk-ovs/open= vswitch =C2=BB make: *** [all] Erreur =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D THanks for your help. Best regardss Sothy