ALX-9000 (Linux based PAC) User Manual version 1.0.0 Page: 67
Copyright © 2024 ICP DAS Co., Ltd. All Rights Reserved. E-mail: [email protected]
(2)
To type “
tar zxf linpac_x86_sdk.tgz
” to decompress tar file and type “make” to compile
demo code.
Once user decompresses the SDK file, user can find the files for the library and demo in the
following paths.
The libPAC_x86.a path is “
LinPAC_X86_SDK/lib
".
The include files path is “
LinPAC_X86_SDK/include
”.
The ALX-9000 demo path is “
LinPAC_X86_SDK/examples/lx-series
”.
root@icpdas:~#
tar zxf linpac_x86_sdk.tgz
root@icpdas:~#
ls linpac_x86_sdk
linpac_x86_sdk
root@icpdas:~#
cd linpac_x86_sdk/
root@icpdas:~/linpac_x86_sdk#
make