From mboxrd@z Thu Jan 1 00:00:00 1970 From: BYEONG-GI KIM Subject: Error while compiling DPDK Date: Mon, 14 Jul 2014 09:24:52 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable To: Dpdk-ovs-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org, dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" Hello. An error occured while compiling DPDK 1.6.0r2 as below: [root@compute dpdk-1.6.0r2]# make install T=3Dx86_64*gcc ...Installing... /ovdk/dpdk/dpdk-1.6.0r2/lib/librte_eal/bsdapp/eal/eal.c: In function =E2=80=98rte_eal_init=E2=80=99: /ovdk/dpdk/dpdk-1.6.0r2/lib/librte_eal/bsdapp/eal/eal.c:873:2: error: format =E2=80=98%p=E2=80=99 expects argument of type =E2=80=98void *=E2=80= =99, but argument 5 has type =E2=80=98pthread_t=E2=80=99 [-Werror=3Dformat=3D] RTE_LOG(DEBUG, EAL, "Master core %u is ready (tid=3D%p)\n", ^ The current OS is Fedora20. What should I do?... Best regards Byeong-Gi KIM