![ASIX AXM57104 User Manual Download Page 43](http://html1.mh-extra.com/html/asix/axm57104/axm57104_user-manual_2982937043.webp)
43
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-10 Google Protocol buffers
Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing
structured data
– like XML, but smaller, faster, and simpler,
please following below step to install:
~#: cd (
Your BSP location
)/Application/Netconf/RelyPackets/protobuf
~#: ./module_update.sh (you may need run it as root permission)
~#: ./autogen.sh (you may need run it as root permission)
~#: ./configure (you may need run it as root permission)
(Note: after you run over configure, it’s should not show any error message)
~#: make
~#:
make check
Below figure show the
TOTAL
is 7, it’s should be equal with
PASS
value 7
Figure 8 - 11
~#:
sudo make install
~#:
sudo ldconfig
8-3-1-11 Protobuf-c
It is a C implementation of the Google Protocol Buffers data serialization format. It includes libprotobuf-c,
a pure C library that implements protobuf encoding and decoding, and protobuf-c, a code generator that
converts Protocol Buffer. Please following below step to install:
~#: cd (
Your BSP location
)/Application/Netconf/RelyPackets/protobuf-c
~#: ./autogen.sh
~#: ./configure
~#: make
~#: sudo make install
Figure 8 - 12