zsim icon indicating copy to clipboard operation
zsim copied to clipboard

undefined symbol: _Z27FindColumnLineInfoByAddressSsmPjS_PPKc

Open kunalverma75 opened this issue 6 years ago • 1 comments

when I try to run simple.cfg i get the following error

kunal@kunal-VirtualBox:~/Desktop/attempt-2/axle-zsim-nvmain-master$ ./build/opt/zsim tests/simple.cfg [H] Starting zsim, built Fri Jun 1 04:24:54 IST 2018 (rev no git repo) [H] Creating global segment, 32 MBs [H] Global segment shmid = 6914060 [H] Deadlock detection ON E: Unable to load /home/kunal/Desktop/attempt-2/axle-zsim-nvmain-master/build/opt/libzsim.so: /home/kunal/Desktop/attempt-2/axle-zsim-nvmain-master/build/opt/libzsim.so: undefined symbol: _Z27FindColumnLineInfoByAddressSsmPjS_PPKc [H] Child 9221 done E: Unable to load /home/kunal/Desktop/attempt-2/axle-zsim-nvmain-master/build/opt/libzsim.so: /home/kunal/Desktop/attempt-2/axle-zsim-nvmain-master/build/opt/libzsim.so: undefined symbol: _Z27FindColumnLineInfoByAddressSsmPjS_PPKc [H] Child 9222 done [H] All children done, exiting

I don't understand what is the source of this error.

kunalverma75 avatar May 31 '18 23:05 kunalverma75

I have recently encountered a similar situation with the following error build/opt/libzsim.so: undefined symbol: ZN5boost13match_resultsIN9__gnu_cxx17__normal_iteratorIPKcSsEESaINS_9sub_matchIS5_EEEE12maybe_assignERKS9

Then I tried recompile boost library and zsim using the same g++ version (4.8.5) , and it was resolved. You can check your compiler version and build with the same compiler. I hope this is helpful.

leepoly avatar Aug 08 '19 12:08 leepoly