instrustar-dev / SDK

21 stars 5 forks source link

Cannot build Dlltest on Ubuntu 18.04.5 #2

Open sanamon opened 2 years ago

sanamon commented 2 years ago

ThinkPad-X220:~/src/SDK/DllTest$ make [ 50%] Linking CXX executable DllTest //usr/local/lib/libvdso.so: undefined referense to ”log@GLIBC_2.29” //usr/local/lib/libvdso.so: undefined referense to ”exp@GLIBC_2.29” //usr/local/lib/libvdso.so: undefined referense to ”pow@GLIBC_2.29” collect2: error: ld returned 1 exit status CMakeFiles/DllTest.dir/build.make:94: recipe for target 'DllTest' failed make[2]: [DllTest] Error 1 CMakeFiles/Makefile2:99: recipe for target 'CMakeFiles/DllTest.dir/all' failed make[1]: [CMakeFiles/DllTest.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: *** [all] Error 2

instrustar-dev commented 2 years ago

we are using the VSCode compilation environment compiled here. You can try VSCode, or you can tell you about the compilation environment and tools here.