The GigE-V Framework for Linux is distributed as a compressed tar archive, with file type “.tar.gz”. The naming convention e of this archive is:
GigE-V-Framework_<architecture>_<Version#>.<Build#>.tar.gz
For example, the 4 available files for version 2.02 build 0.0135 are:
· GigE-V-Framework_x86_2.02.0.0135.tar.gz,
· GigE-V-Framework_aarch64_2.02.0.0135.tar.gz,
· GigE-V-Framework_ARMhf_2.02.0.0135.tar.gz, and
· GigE-V-Framework_ARMsf_2.02.0.0135.tar.gz
At this time, only target systems configured for self-hosted development are supported. At installation time, parts of the API are compiled and linked to the run-time libraries found on the target system. This reduces the risk of an installation package failing to work with a target system due to mismatched versions of run-time libraries. As a consequence of this, certain pre-requisites are required for successful installation.
Related Topics