[dpdk-dev] problem with rte_hash

2013-06-10 Thread Gal Sagie
Hi, Thanks for the help, i got it fixed (just moved the rte_hash library before the rte_eal and it solved it) On Sun, Jun 9, 2013 at 8:16 PM, Wiles, Roger Keith < keith.wiles at windriver.com> wrote: > Hi > > Could this problem be a circular linker problem, try duplicating the > libraries on t

[dpdk-dev] problem with rte_hash

2013-06-09 Thread Gal Sagie
Hello all, I am trying to do an example of using rte_hash, i am getting the following linker problem: /main.o -lrte_eal -lpthread -lethdev -lrte_malloc -lrte_mbuf -lrte_mempool -lrte_pmd_igb -lrte_pmd_ixgbe -lrte_ring -lrte_timer -lrte_hash /home/gal/dpdk/x86_64-default-linuxapp-gcc/lib/librte_

[dpdk-dev] problem with rte_hash

2013-06-09 Thread Wiles, Roger Keith
Hi Could this problem be a circular linker problem, try duplicating the libraries on the link line again and see if that fixes the problem. In GCC you also have the option --start-group and --end-group to force the linker to resolve relink these libs until all of the dependences have been reso