From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) by dpdk.org (Postfix) with ESMTP id B18BD1F3 for ; Mon, 14 Jul 2014 02:24:13 +0200 (CEST) Received: by mail-vc0-f181.google.com with SMTP id lf12so2104728vcb.12 for ; Sun, 13 Jul 2014 17:24:52 -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:content-type; bh=aclbLZAMYdeJpGzWsSspeDRNF0So6sPs33qYiSq0h24=; b=Ap5btrKhA3HUOIpQfpwUKFspV3MRfaO42GExwIqum2jv132m+6ZIYMqAqEF5HRuIsK 8uTiorZX4jzxOZZgSVOOloP8L4438mHo08Lab/a83Af4thzxwqLCs9jNil/ac04DlSiW elQ6ZNLbEp3OisiMTE2NQir+h0eqgRF8DTX7iYaPf4QR5m/1DpkWDVNyrls3RGoAiboN gt2cGbOGVopJzl4j8yxPBqDN4eKgsY/i5/a3+HkuOitpPIcg9tu8WWo3xufTZJncNzOc X0tQRmte1PI1NDghwz1Vv16yJ53t6au1MJumRX91ryVUYbDIokCCFLVajEcnC//54GXa r/ew== MIME-Version: 1.0 X-Received: by 10.58.113.69 with SMTP id iw5mr3977084veb.23.1405297492885; Sun, 13 Jul 2014 17:24:52 -0700 (PDT) Received: by 10.220.137.148 with HTTP; Sun, 13 Jul 2014 17:24:52 -0700 (PDT) Date: Mon, 14 Jul 2014 09:24:52 +0900 Message-ID: From: BYEONG-GI KIM To: Dpdk-ovs@lists.01.org, 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] Error while compiling DPDK 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: Mon, 14 Jul 2014 00:24:14 -0000 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