help!Where is the libdma.so

%E5%BE%AE%E4%BF%A1%E6%88%AA%E5%9B%BE_20190326105603
When I try to make the metal_test.cc ,I got the error,what should I do?

I think it should be related to Support for PYNQ v2.3 image

I encountered the same issue. I solved this by upgrading pynq library, cmake and make tvm.

pip3 install --upgrade git+https://github.com/Xilinx/PYNQ.git

I also found that “target_link_libraries(vta ${__sds_lib} ${__dma_lib})” has been removed in latest tvm code. I hope this will be of some help.

1 Like

Thanks, I have solved the problem just now!