DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [Bug 87] build dpdk and example with different gcc version issue
@ 2018-08-31  3:28 bugzilla
  2018-08-31 10:04 ` Ferruh Yigit
  0 siblings, 1 reply; 4+ messages in thread
From: bugzilla @ 2018-08-31  3:28 UTC (permalink / raw)
  To: dev

https://bugs.dpdk.org/show_bug.cgi?id=87

            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、Compiled successfully
# gmake install -j1 T=x86_64-native-bsdapp-gcc CC=gcc48 
# gmake examples -j1 T=x86_64-native-bsdapp-gcc CC=gcc48

2、Compiled successfully
# gmake install -j1 T=x86_64-native-bsdapp-gcc 
# gmake examples -j1 T=x86_64-native-bsdapp-gcc

3、Compiled successfully
# gmake install -j1 T=x86_64-native-bsdapp-gcc 
# gmake examples -j1 T=x86_64-native-bsdapp-gcc CC=gcc48

4、Compile failed
# gmake install -j1 T=x86_64-native-bsdapp-gcc CC=gcc48 
# gmake examples -j1 T=x86_64-native-bsdapp-gcc 
error message:
================== Build examples for x86_64-native-bsdapp-gcc == 
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] 
Error 2
gmake[1]: *** [/root/meijuan/dpdk/mk/rte.sdkexamples.mk:26: x86_64- 
native-bsdapp-gcc_examples] Error 2
gmake: *** [/root/meijuan/dpdk/mk/rte.sdkroot.mk:96: examples] Error 2

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-03  8:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-31  3:28 [dpdk-dev] [Bug 87] build dpdk and example with different gcc version issue bugzilla
2018-08-31 10:04 ` Ferruh Yigit
2018-08-31 17:08   ` Jerin Jacob
2018-09-03  8:51     ` Ferruh Yigit

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).