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

ID 683517
Date 6/09/2025
Public

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

Document Table of Contents

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