Hi Qiaobin, > -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Fu, Qiaobin > Sent: Saturday, July 21, 2018 7:58 PM > To: dev@dpdk.org > Cc: Fu, Qiaobin <qiaob...@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