Multi Channel DMA IP for PCI Express* Design Example User Guide

ID 683517
Date 8/04/2025
Public
Document Table of Contents

3.5.7.1.3. Build and Install the 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