![ASIX AXM57104 Скачать руководство пользователя страница 39](http://html1.mh-extra.com/html/asix/axm57104/axm57104_user-manual_2982937039.webp)
39
Copyright (C) 2020 Reserved by ASIX Electronics Corporation, All Rights Reserved.
AXM57104
TSN Ethernet Switch PCIe Card User Guide
Reference Design User Guide
8-3-1-4 Cmocka
The Cmocka is an unit test framework tool for C language. we build it from source code, please following
below step to install:
~#: cd (
Your BSP location
)/Application/Netconf/RelyPackets/cmocka-1.1.5
~#: mkdir build && cd build
~#: cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug ..
~#: make
~#: sudo make install
Figure 8 - 5
8-3-1-5 Libpcre
The PCRE library is a set of functions that implement regular expression pattern matching using the
same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper
functions that correspond to the POSIX regular expression API. please following below step to install:
~#: cd (
Your BSP location
)/Application/Netconf/RelyPackets/libpcre
~#: ./Install.sh (you may need run it as root permission)
Figure 8 - 6