From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 6182D30D for ; Wed, 2 Jul 2014 10:57:31 +0200 (CEST) Received: by mail-wg0-f50.google.com with SMTP id m15so10906453wgh.9 for ; Wed, 02 Jul 2014 01:57:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=qrVRgUTKbQd39LuCGqhHXQ6FTOvapsyNeIU26nO5bvc=; b=LbcjSXasQnoG+wZ1IVtlRCk++RihAuBA4DaniZYfOrcj6s1/nxR8tMVTi6c0IKAYvx 2CeQKEksuq9IXVQdk+mqyiAKqWIJC3T0cXy04WXINrVurEBAcHBKANYOWeocbf1Q964m NEx79bvQSgQBT/99TUl7bEIYP7cV1txI40YL/qwi7Dhzfl2sfeGJz5/NUqraK7w2UlH8 dEB/nHSl8yCCUoP/Y6cDVeeIBGt6CWhyuZ07a1WopD62znhsAtN0pQGJY1iDgsPXRT5G HpBvwr6zmL0WgETMunn+E8yhR7/VYCe/l0T6pXachovry7E5p3icD3Aa3v02H6wV4qEz KfUA== X-Gm-Message-State: ALoCoQnMIa+2wg9Qq3+tdHiwFynBHJH6pzlmh3idQNtCRjPl4H08Vh1sQkKroTaBOk5l/2o/UkE6 X-Received: by 10.180.109.168 with SMTP id ht8mr3041665wib.68.1404291471119; Wed, 02 Jul 2014 01:57:51 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id hq20sm1321838wib.0.2014.07.02.01.57.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Jul 2014 01:57:50 -0700 (PDT) From: Thomas Monjalon To: Helin Zhang Date: Wed, 02 Jul 2014 10:57:44 +0200 Message-ID: <1962144.i50g17LyK2@xps13> Organization: 6WIND User-Agent: KMail/4.13.1 (Linux/3.14.6-1-ARCH; KDE/4.13.1; x86_64; ; ) In-Reply-To: <1404286192-10884-1-git-send-email-helin.zhang@intel.com> References: <1404286192-10884-1-git-send-email-helin.zhang@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] bond: fix for compile issue on 32 bits Oracle Linux 6.4 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, 02 Jul 2014 08:57:31 -0000 2014-07-02 15:29, Helin Zhang: > The compile error on 32 bits Oracle Linux 6.4 is as below. > ****** > Kernel: 2.6.39 > GCC: 4.4.7 20120313 > > In file included from /usr/include/stdlib.h:320, > from /home/dpdk/i686-native-linuxapp-gcc/include/rte_mempool.h:63, > from /home/dpdk/i686-native-linuxapp-gcc/include/rte_mbuf.h:61, > from /home/dpdk/lib/librte_pmd_bond/rte_eth_bond_api.c:37: > /usr/include/sys/types.h:61: error: conflicting types for dev_t > /usr/include/linux/types.h:22: note: previous declaration of dev_t was here > /usr/include/sys/types.h:66: error: conflicting types for gid_t > /usr/include/linux/types.h:52: note: previous declaration of gid_t was here > /usr/include/sys/types.h:71: error: conflicting types for mode_t > /usr/include/linux/types.h:24: note: previous declaration of mode_t was here > /usr/include/sys/types.h:76: error: conflicting types for nlink_t > /usr/include/linux/types.h:25: note: previous declaration of nlink_t was > here /usr/include/sys/types.h:81: error: conflicting types for uid_t > /usr/include/linux/types.h:51: note: previous declaration of uid_t was here > *** > > Signed-off-by: Helin Zhang > Acked-by: Cunming Liang Applied for version 1.7.0. Thanks -- Thomas