Skip to content

Software that implements a reliable high-performance control link for particle physics electronics, based on the IPbus protocol

License

Notifications You must be signed in to change notification settings

awr01/ipbus-software

 
 

Repository files navigation

IPbus software - Cross-compiler fork

Forked from https://github.com/ipbus/ipbus-software

Overview

This fork prototypes a mechanism for cross-compiling uHAL for ARM aarch64 processors.

Recipe

Out-of-the-box recipe to cross-compile for aarch64:

sudo make -f CrossCompile.Makefile PREFIX=/opt/xcompile
sudo make CXX=/opt/xcompile/gcc-arm-10.2-2020.11-x86_64-aarch64-none-linux-gnu/bin/aarch64-none-linux-gnu-g++ INCLUDE_PREFIX=/opt/xcompile/include LIB_PREFIX=/opt/xcompile/lib -j$(nproc) Set=uhal NO_UHAL_OPTIONALS=1 install

About

Software that implements a reliable high-performance control link for particle physics electronics, based on the IPbus protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 80.1%
  • Erlang 9.6%
  • Python 7.8%
  • Makefile 1.3%
  • Shell 1.1%
  • HTML 0.1%