From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 33) id B9E992C55; Fri, 31 Aug 2018 05:28:53 +0200 (CEST) From: bugzilla@dpdk.org To: dev@dpdk.org Date: Fri, 31 Aug 2018 03:28:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: DPDK X-Bugzilla-Component: other X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: xuemingx.zhang@intel.com X-Bugzilla-Status: CONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: Low X-Bugzilla-Assigned-To: dev@dpdk.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [dpdk-dev] [Bug 87] build dpdk and example with different gcc version issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Aug 2018 03:28:53 -0000 https://bugs.dpdk.org/show_bug.cgi?id=3D87 Bug ID: 87 Summary: build dpdk and example with different gcc version issue Product: DPDK Version: unspecified Hardware: x86 OS: FreeBSD Status: CONFIRMED Severity: minor Priority: Low Component: other Assignee: dev@dpdk.org Reporter: xuemingx.zhang@intel.com Target Milestone: --- we try different gcc version,results are as follows: 1=E3=80=81Compiled successfully # gmake install -j1 T=3Dx86_64-native-bsdapp-gcc CC=3Dgcc48=20 # gmake examples -j1 T=3Dx86_64-native-bsdapp-gcc CC=3Dgcc48 2=E3=80=81Compiled successfully # gmake install -j1 T=3Dx86_64-native-bsdapp-gcc=20 # gmake examples -j1 T=3Dx86_64-native-bsdapp-gcc 3=E3=80=81Compiled successfully # gmake install -j1 T=3Dx86_64-native-bsdapp-gcc=20 # gmake examples -j1 T=3Dx86_64-native-bsdapp-gcc CC=3Dgcc48 4=E3=80=81Compile failed # gmake install -j1 T=3Dx86_64-native-bsdapp-gcc CC=3Dgcc48=20 # gmake examples -j1 T=3Dx86_64-native-bsdapp-gcc=20 error message: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Build examples for x= 86_64-native-bsdapp-gcc =3D=3D=20 bbdev_app CC main.o LD bbdev /usr/local/bin/ld: cannot find -lrte_common_octeontx collect2: error: ld returned 1 exit status gmake[4]: *** [/root/meijuan/dpdk/mk/rte.app.mk:365: bbdev] Error 1 gmake[3]: *** [/root/meijuan/dpdk/mk/rte.extapp.mk:15: all] Error 2 gmake[2]: *** [/root/meijuan/dpdk/mk/rte.extsubdir.mk:22: bbdev_app]=20 Error 2 gmake[1]: *** [/root/meijuan/dpdk/mk/rte.sdkexamples.mk:26: x86_64-=20 native-bsdapp-gcc_examples] Error 2 gmake: *** [/root/meijuan/dpdk/mk/rte.sdkroot.mk:96: examples] Error 2 --=20 You are receiving this mail because: You are the assignee for the bug.=