From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: Error while compiling DPDK Date: Mon, 14 Jul 2014 07:46:16 -0400 Message-ID: <20140714114616.GA11117@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org, Dpdk-ovs-y27Ovi1pjclAfugRpC6u6w@public.gmane.org To: BYEONG-GI KIM Return-path: Content-Disposition: inline In-Reply-To: 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" On Mon, Jul 14, 2014 at 09:24:52AM +0900, BYEONG-GI KIM wrote: > Hello. >=20 > An error occured while compiling DPDK 1.6.0r2 as below: >=20 > [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", > ^ >=20 > The current OS is Fedora20. What should I do?... >=20 > Best regards >=20 > Byeong-Gi KIM >=20 FWIW, The dpdk is already packaged for fedora. Neil