GTS AXI Multichannel DMA IP for PCI Express* User Guide

ID 847470
Date 8/25/2025
Public
Document Table of Contents

6.3.5.1.3. Build and Install User Space Library

  1. Build the library by running the command below:

    $ make clean all -C p0_software/user/libmqdma/

  2. Load the library by running the command below:

    $ sudo cp p0_software/user/libmqdma/libmqdmasoc.so /usr/local/lib

  3. Run the command below and make sure that the printout contains libmqdma. Look for "libmqdmasoc.so -> libmqdmasoc.so" in the printout.

    $ sudo ldconfig -v | grep libmqdmasoc.so