From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id F079D2BDF for ; Thu, 10 Nov 2016 09:18:09 +0100 (CET) Received: by mail-wm0-f53.google.com with SMTP id f82so15098377wmf.1 for ; Thu, 10 Nov 2016 00:18:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=pJ/ylxZX7xF87LeWpBqf1pIbE/64c9N6BkT7IbIQVnY=; b=Cs5SexsU99adIli5H9vYI2iS1DIYp+SqxribpNPIYJ+bOro807poMufgryeGtQkDGl SvYSdT2TSXHxB5rZQO193703N4M4+8nqlUU8F9PGoQUzzBS81GbYW4PcBVFZILr8OBtO UsU+XWFtwAaavC0VNJxOocDcCldDSmG3hqAD7QyR73nwckreHdqyPC1HODETEFKgxzMQ 2D/emPQkaHsZ5VaK3S9V2FP1XT2mfvtAX578hEvjsETQvbAq8loNW6iXWeYELHZGyX5X hk5OFikINjgHRsrgSwhZV1PJrDO7PQQv3v8qjmj/FB7O2DK39heshdC4jL7EtF+iWj9U ZZYA== 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:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=pJ/ylxZX7xF87LeWpBqf1pIbE/64c9N6BkT7IbIQVnY=; b=GXUsKqabAXlFzNIQf5KjdXRTBjs/GeGtXmpM4RaDD8hy1pEOmUcmYj6ybJBZ5NmNrL TtpRxYaEjOzcsA1ojqrsw+aC1joFYaJjhVrnMPxjpVwVPC2IbCqGy9ZvR+3gmZnkxnSq kI46TBP6s93FYq1zXjADFLzK9VFJgcOa85UdDPrligaYqLqgNfP2NWMaZ7t0GYiCHnPZ +BmfYxoWaKUOot/W7z8oUNxr6n5btPaKhz9Q8Yvvk3Dhukk8yyY8pFBwLNFIeCt5Q8sK Ofl+/cnZwl0PXbWmcSWw+f30DuWb4bgKLMA/9Jo3VGyoROVRU0HzSZZJlXZ5332fTjCl YDxw== X-Gm-Message-State: ABUngvcSPSnMAYqBBJR5dU+U+z4aLZsy8mf14VT94B/zH85svWJM6YM6WIzh1deYx1LvVIR9 X-Received: by 10.194.176.40 with SMTP id cf8mr3189710wjc.68.1478765889710; Thu, 10 Nov 2016 00:18:09 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id ma5sm3984128wjb.47.2016.11.10.00.18.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Nov 2016 00:18:09 -0800 (PST) From: Thomas Monjalon To: Nagaprabhanjan Bellaru Cc: users@dpdk.org Date: Thu, 10 Nov 2016 09:18:08 +0100 Message-ID: <2412176.L9M9ozfaFd@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-users] Compiling DPDK 16.07 with shared option is failing.. X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2016 08:18:10 -0000 2016-11-10 10:37, Nagaprabhanjan Bellaru: > I found that librte_timer was not enabled and so the compilation failed. > When I enabled the same, it went ahead and failed at a different place > while compiling librte_pmd: > > -- > gcc -pie -fPIC > -L/home/ubuntu/development/libfwdd/src/platform/vpp/vpp/build-root/install-vpp_debug-native/dpdk/lib > -Wl,-g -shared rte_eth_bond_api.o rte_eth_bond_pmd.o rte_eth_bond_args.o > rte_eth_bond_8023ad.o rte_eth_bond_alb.o -z defs -lrte_mbuf -lethdev > -lrte_eal -lrte_kvargs -lrte_cmdline -lrte_mempool -lrte_ring > -Wl,-soname,librte_pmd_bond.so.1.1 -o librte_pmd_bond.so.1.1 > /usr/bin/ld: librte_pmd_bond.so.1.1: version node not found for symbol > rte_eth_bond_8023ad_conf_get@DPDK_2.0 > /usr/bin/ld: failed to set dynamic section sizes: Bad value > collect2: error: ld returned 1 exit status > -- What are you changing in the default configuration? Which commands are you using to compile?