![ASIX AXM57104 Скачать руководство пользователя страница 38](http://html1.mh-extra.com/html/asix/axm57104/axm57104_user-manual_2982937038.webp)
38
Copyright (C) 2020 Reserved by ASIX Electronics Corporation, All Rights Reserved.
AXM57104
TSN Ethernet Switch PCIe Card User Guide
Reference Design User Guide
Note: Some requirement packets already installed in distribution Linux system, you can check it by
using command:
“library name” - -version (
or -v
)
,
or
ldconfig -
v | grep “library name”
or
dpkg -
l | grep “library
name”
to get version information. Some of above command may need the permission of root
8-3-1-1 Gcc-compiler
⚫
The Gcc-compiler version should be >= 4.8.4, but if you install Ubuntu 16.04, the Gcc-compiler version
already on suitable version (5.4.0). Input command by following step:
~#:
gcc
–version
Figure 8 - 2
8-3-1-2 Clang
The Clang version should be >=3.0, The Netconf of BSP provide an install script in clang folder, please
following below step to install:
~#: cd (
Your BSP location
)/Application/Netconf/RelyPackets/clang/
~#: ./Install.sh (you may need run it as root permission)
Figure 8 - 3
8-3-1-3 Cmake
The Cmake is the must import tool for Netconf framework, the Cmake require version >=2.8.12, please
following below step to install:
~#: cd (
Your BSP location
)/Application/Netconf/RelyPackets/cmake
~#: ./Install.sh (you may need run it as root permission)
Figure 8 - 4