From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 8246A5A6F for ; Mon, 19 Jan 2015 16:48:01 +0100 (CET) Received: by mail-wg0-f54.google.com with SMTP id b13so2386567wgh.13 for ; Mon, 19 Jan 2015 07:48:01 -0800 (PST) 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=4Gq6jsIly0HrkIZ3lRTwtkhcTOc0aqxf/K3AoSm5oCw=; b=ISNGoFplwNKBCC/Ynd08pL7/suDKK2uv0Ya6FuslYos+cKAeXBTpLCBavgg+wIEtAI oI+V4xF47pRWRKMFsxkNToLKa/3LkF2a9KZNeS9Kj2roUBYbgeWSzaxMsxNeRBOuZLhs mxK96pIgAVcnBtaIaSjpJaKujJ3PUikHXQ1rxKXUjzIemoKjvj3q2sGJ5i8W6UQA537I M0tg/wLawWKbIWyWxggDGKGKxvOkyPhqpKVIVwUj9x6oYxiihS9zrYtUVDwmdhJOO28e vbxnbZkFfmLH9RNjGVI7ftgXcKMcZowu7rmqMneZL4wXEggigXrisPSm/94qYYcTIdrE TkCg== X-Gm-Message-State: ALoCoQlJy2pAL1ELeaBUP+lhHAOu4J8TyhxIUxttVdrzV/aIhVyDX0slPz1Xn/XzBau9Qx7KfcTK X-Received: by 10.194.84.105 with SMTP id x9mr60786716wjy.17.1421682481223; Mon, 19 Jan 2015 07:48:01 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ez1sm17731939wjd.31.2015.01.19.07.47.59 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 19 Jan 2015 07:48:00 -0800 (PST) From: Thomas Monjalon To: =?utf-8?B?0JjQu9GM0LTQsNGAINCc0YPRgdGC0LDRhNC40L0=?= Date: Mon, 19 Jan 2015 16:47:36 +0100 Message-ID: <4069414.IRsVNdxKtV@xps13> Organization: 6WIND User-Agent: KMail/4.14.3 (Linux/3.17.6-1-ARCH; KDE/4.14.3; x86_64; ; ) In-Reply-To: <1421675742.286701346@f175.i.mail.ru> References: <1421675742.286701346@f175.i.mail.ru> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] librte_power/rte_power.h causes link error 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, 19 Jan 2015 15:48:01 -0000 Hi, 2015-01-19 16:55, =D0=98=D0=BB=D1=8C=D0=B4=D0=B0=D1=80 =D0=9C=D1=83=D1=81= =D1=82=D0=B0=D1=84=D0=B8=D0=BD: > Hi list, >=20 > I got " multiple definition of 'rte_power_freq_min' " link error, whi= le compiling my dpdk project. > I think extern keyword was missed in rte_power.h header for some reas= on: You're right. It can be seen in this commit: =09http://dpdk.org/browse/dpdk/commit/lib/librte_power/rte_power.h?id=3D= 445c6528b55f9025 Thanks for reporting --=20 Thomas