From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-f52.google.com (mail-lf0-f52.google.com [209.85.215.52]) by dpdk.org (Postfix) with ESMTP id 15F1C37B8 for ; Thu, 10 Nov 2016 09:23:24 +0100 (CET) Received: by mail-lf0-f52.google.com with SMTP id o141so111345068lff.1 for ; Thu, 10 Nov 2016 00:23:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=yken3OlPv99+t8+lEkhpczTGfGKyPsMcngUbZo5ALOA=; b=RBUM/+i8OchGcgfuLpuYNXRE0jA0U1cb6MrfT4EMMYeRgGgQVkx4H3mK2QG9kKbamZ d58xAMTDzqt4clHYryOlhiVsrQHPjUtGB9XiCgIKI5d5vhMGwHzDf3INBDEJR7PyhQEV nOSifyLTD3Q8aVLJkBJ5JnMIcrUlcNrkIv5nR3XOl1i5vx+A0BsObARDPuxEKuYA4Fm+ JkdadMiFI60rRKcmt+2hp57DhaJ9/60EUFLqbNbKKaBZ4bdvX1aH9IciMpni95IWsRVC AeN/JpZM3CY1J0kVCksb+bsyiCezkr53xdg132E79U+mSuzni/HjJmNs5r1J/6IpRb8C QDnQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=yken3OlPv99+t8+lEkhpczTGfGKyPsMcngUbZo5ALOA=; b=ivQjSvMM4dHJvgb6nVTtXPJT9TANhIJLVfilB8M9GQxAXGmbEx1v0EIyJsJ8J7Rc27 a+fnOgYZWaz0Wbw/JLsy+rL5llAG7qYRlonByB+Hn2s8o3LnDgQ3zzpxqikh01zpj4kE hLJ2s/dMGOdRL+/6PsGPOC7IRgSsO9KumNFpIhhubwLmg+KbNdf4iQrxzJscCEZY4r0/ t8faOmWquDnnYk2AUT0kWaWw51XENOZtUTFZEj68yH34i/SmznutMXvzBzz0/NKDbNJj qmwWOeBBipchs1F3YKTsehgeWZYfWi9V4fiVZ9OmYF7V4LbVNvE77CbFIHMqOXbJwHAO 5osQ== X-Gm-Message-State: ABUngvccn8fXKguSgfqOBUdDqr2TiFwmu21PVDVJs1CfGJdmiwhtpL7OV90YGxiJQiTqP1RoLbQ6rBvnOf/oAw== X-Received: by 10.25.44.66 with SMTP id s63mr2039468lfs.159.1478766201600; Thu, 10 Nov 2016 00:23:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.62.17 with HTTP; Thu, 10 Nov 2016 00:23:20 -0800 (PST) In-Reply-To: <2412176.L9M9ozfaFd@xps13> References: <2412176.L9M9ozfaFd@xps13> From: Nagaprabhanjan Bellaru Date: Thu, 10 Nov 2016 13:53:20 +0530 Message-ID: To: Thomas Monjalon Cc: users@dpdk.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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:23:24 -0000 Hi, I am compiling DPDK as part of VPP (Cisco). It has rte_timer etc. turned off. I enabled it and stumbled on this error. DPDK compilation is invoked by VPP. -nagp On Thu, Nov 10, 2016 at 1:48 PM, Thomas Monjalon wrote: > 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? >