* [dpdk-dev] Patch compilation failure
@ 2018-07-21 18:57 Fu, Qiaobin
2018-07-23 7:57 ` De Lara Guarch, Pablo
0 siblings, 1 reply; 4+ messages in thread
From: Fu, Qiaobin @ 2018-07-21 18:57 UTC (permalink / raw)
To: dev; +Cc: Fu, Qiaobin
Dear DPDK developers,
When I submitted a DPDK patch (http://patchwork.dpdk.org/patch/43090/), however, there is a compilation issue (http://mails.dpdk.org/archives/test-report/2018-July/060307.html).
When I tried to compile it in our local machine using the Target: x86_64-native-linuxapp-gcc-shared, it shows that
make[1]: *** No rule to make target ‘~/dpdk/config/defconfig_x86_64-native-linuxapp-gcc-shared’
I checked the latest DPDK code, and it indeed doesn’t include the above target rule. I did some research online, however, I didn’t figure this out. Could you please help this?
Thanks,
Qiaobin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] Patch compilation failure
2018-07-21 18:57 [dpdk-dev] Patch compilation failure Fu, Qiaobin
@ 2018-07-23 7:57 ` De Lara Guarch, Pablo
2018-07-23 8:24 ` Burakov, Anatoly
2018-07-28 18:18 ` Fu, Qiaobin
0 siblings, 2 replies; 4+ messages in thread
From: De Lara Guarch, Pablo @ 2018-07-23 7:57 UTC (permalink / raw)
To: Fu, Qiaobin, dev
Hi Qiaobin,
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Fu, Qiaobin
> Sent: Saturday, July 21, 2018 7:58 PM
> To: dev@dpdk.org
> Cc: Fu, Qiaobin <qiaobinf@bu.edu>
> Subject: [dpdk-dev] Patch compilation failure
>
> Dear DPDK developers,
>
> When I submitted a DPDK patch (http://patchwork.dpdk.org/patch/43090/),
> however, there is a compilation issue (http://mails.dpdk.org/archives/test-
> report/2018-July/060307.html).
>
> When I tried to compile it in our local machine using the Target: x86_64-native-
> linuxapp-gcc-shared, it shows that
>
> make[1]: *** No rule to make target ‘~/dpdk/config/defconfig_x86_64-native-
> linuxapp-gcc-shared’
>
> I checked the latest DPDK code, and it indeed doesn’t include the above target
> rule. I did some research online, however, I didn’t figure this out. Could you
> please help this?
You should use target "x86_64-native-linuxapp-gcc", enabling
CONFIG_RTE_BUILD_SHARED_LIB in the config file.
Pablo
>
> Thanks,
> Qiaobin
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] Patch compilation failure
2018-07-23 7:57 ` De Lara Guarch, Pablo
@ 2018-07-23 8:24 ` Burakov, Anatoly
2018-07-28 18:18 ` Fu, Qiaobin
1 sibling, 0 replies; 4+ messages in thread
From: Burakov, Anatoly @ 2018-07-23 8:24 UTC (permalink / raw)
To: De Lara Guarch, Pablo, Fu, Qiaobin, dev, Thomas Monjalon
On 23-Jul-18 8:57 AM, De Lara Guarch, Pablo wrote:
> Hi Qiaobin,
>
>> -----Original Message-----
>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Fu, Qiaobin
>> Sent: Saturday, July 21, 2018 7:58 PM
>> To: dev@dpdk.org
>> Cc: Fu, Qiaobin <qiaobinf@bu.edu>
>> Subject: [dpdk-dev] Patch compilation failure
>>
>> Dear DPDK developers,
>>
>> When I submitted a DPDK patch (http://patchwork.dpdk.org/patch/43090/),
>> however, there is a compilation issue (http://mails.dpdk.org/archives/test-
>> report/2018-July/060307.html).
>>
>> When I tried to compile it in our local machine using the Target: x86_64-native-
>> linuxapp-gcc-shared, it shows that
>>
>> make[1]: *** No rule to make target ‘~/dpdk/config/defconfig_x86_64-native-
>> linuxapp-gcc-shared’
>>
>> I checked the latest DPDK code, and it indeed doesn’t include the above target
>> rule. I did some research online, however, I didn’t figure this out. Could you
>> please help this?
>
> You should use target "x86_64-native-linuxapp-gcc", enabling
> CONFIG_RTE_BUILD_SHARED_LIB in the config file.
Should this information be something we include in the CI email?
>
> Pablo
>
>>
>> Thanks,
>> Qiaobin
--
Thanks,
Anatoly
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dpdk-dev] Patch compilation failure
2018-07-23 7:57 ` De Lara Guarch, Pablo
2018-07-23 8:24 ` Burakov, Anatoly
@ 2018-07-28 18:18 ` Fu, Qiaobin
1 sibling, 0 replies; 4+ messages in thread
From: Fu, Qiaobin @ 2018-07-28 18:18 UTC (permalink / raw)
To: De Lara Guarch, Pablo; +Cc: Fu, Qiaobin, dev
Thanks Pablo! It works now.
Best,
Qiaobin
> On Jul 23, 2018, at 12:57 AM, De Lara Guarch, Pablo <pablo.de.lara.guarch@intel.com> wrote:
>
> Hi Qiaobin,
>
>> -----Original Message-----
>> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Fu, Qiaobin
>> Sent: Saturday, July 21, 2018 7:58 PM
>> To: dev@dpdk.org
>> Cc: Fu, Qiaobin <qiaobinf@bu.edu>
>> Subject: [dpdk-dev] Patch compilation failure
>>
>> Dear DPDK developers,
>>
>> When I submitted a DPDK patch (http://patchwork.dpdk.org/patch/43090/),
>> however, there is a compilation issue (http://mails.dpdk.org/archives/test-
>> report/2018-July/060307.html).
>>
>> When I tried to compile it in our local machine using the Target: x86_64-native-
>> linuxapp-gcc-shared, it shows that
>>
>> make[1]: *** No rule to make target ‘~/dpdk/config/defconfig_x86_64-native-
>> linuxapp-gcc-shared’
>>
>> I checked the latest DPDK code, and it indeed doesn’t include the above target
>> rule. I did some research online, however, I didn’t figure this out. Could you
>> please help this?
>
> You should use target "x86_64-native-linuxapp-gcc", enabling
> CONFIG_RTE_BUILD_SHARED_LIB in the config file.
>
> Pablo
>
>>
>> Thanks,
>> Qiaobin
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-07-28 18:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-21 18:57 [dpdk-dev] Patch compilation failure Fu, Qiaobin
2018-07-23 7:57 ` De Lara Guarch, Pablo
2018-07-23 8:24 ` Burakov, Anatoly
2018-07-28 18:18 ` Fu, Qiaobin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).