Build procedure for  compiling library from source

Linux Drivers

Release Date
2023-07-22
  1. clone : https://github.com/Xilinx/libdfx.git

  2. mkdir build

  3. cd build

  4. Ensure required tool chain added to your path.

  5. Execute cmake  -DCMAKE_TOOLCHAIN_FILE="cmake tool chain file(complete path)"  ..

    • Example:  cmake -DCMAKE_TOOLCHAIN_FILE="../libdfx/cmake/toolchain.cmake" ..

  6. cd src

  7. make

  8. The required libdfx.a and libdfx.so is now available in build/src folder.