Skip to content

Improve mm_ident and fpga_load binaries build and deployment

Filip Jensen requested to merge executables_dinamically_linked_to_glibc into mad-dev

In this merge request the following changes are included:

  • Removal of mm_ident and fpga_load binaries from repository (they were in MDISforLinux/BIN/)
  • Compilation of these binaries with dinamic linking to libc for portability and compatibility with RedHat
  • Removal of kernel sources dependency in Makefiles
  • Automatically build binaries if not present by scan_system.sh
  • Job added in pipeline to build more portable binaries (linked with an old glibc)

Changes in this branch and in sub-modules they are in branches 6-not-able-to-compile-in-red-hat-9-2-plow-in-setup-5 (for fpga_load) and 1-remove-static-linking-to-glibc (mm_ident)

Related issues:

Edited by Filip Jensen

Merge request reports