DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Missing symbol error
@ 2015-02-25  2:49 Tetsuya Mukawa
  2015-02-25  3:09 ` Liang, Cunming
  0 siblings, 1 reply; 2+ messages in thread
From: Tetsuya Mukawa @ 2015-02-25  2:49 UTC (permalink / raw)
  To: dev

Hi,

I've got following error when I enable CONFIG_RTE_BUILD_SHARED_LIB.

dpdk/x86_64-native-linuxapp-gcc/lib/libethdev.so: undefined reference to
`per_lcore__socket_id'
collect2: error: ld returned 1 exit status
make[5]: *** [dump_cfg] Error 1
make[4]: *** [dump_cfg] Error 2
make[4]: *** Waiting for unfinished jobs....


It seems after applying below commit, this issue is occurred.
8baacdd... eal: apply thread affinity by assigned cpuset

Thanks,
Tetsuya

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

* Re: [dpdk-dev] Missing symbol error
  2015-02-25  2:49 [dpdk-dev] Missing symbol error Tetsuya Mukawa
@ 2015-02-25  3:09 ` Liang, Cunming
  0 siblings, 0 replies; 2+ messages in thread
From: Liang, Cunming @ 2015-02-25  3:09 UTC (permalink / raw)
  To: Tetsuya Mukawa; +Cc: dev

Hi,

You're right, it's missing in the version map.
Will send path to fix it.

Thanks.

> -----Original Message-----
> From: Tetsuya Mukawa [mailto:mukawa@igel.co.jp]
> Sent: Wednesday, February 25, 2015 10:49 AM
> To: dev@dpdk.org
> Cc: Liang, Cunming
> Subject: Missing symbol error
> 
> Hi,
> 
> I've got following error when I enable CONFIG_RTE_BUILD_SHARED_LIB.
> 
> dpdk/x86_64-native-linuxapp-gcc/lib/libethdev.so: undefined reference to
> `per_lcore__socket_id'
> collect2: error: ld returned 1 exit status
> make[5]: *** [dump_cfg] Error 1
> make[4]: *** [dump_cfg] Error 2
> make[4]: *** Waiting for unfinished jobs....
> 
> 
> It seems after applying below commit, this issue is occurred.
> 8baacdd... eal: apply thread affinity by assigned cpuset
> 
> Thanks,
> Tetsuya

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

end of thread, other threads:[~2015-02-25  3:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-25  2:49 [dpdk-dev] Missing symbol error Tetsuya Mukawa
2015-02-25  3:09 ` Liang, Cunming

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