GTS AXI Multichannel DMA IP for PCI Express User Guide

ID 847470
Date 5/06/2025
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

6.2.6.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