ROOT6 installation on Raspberry Pi 4 (Raspbian 10.9)

I would like to report about successful compilation and installation of ROOT 6.20/04 on the Raspberry Pi 4. It was not so hard, but took some time to solve problem with “undefined symbol: __atomic_fetch_add_8”.
Instruction:

  1. install all required dependencies (https://root.cern/install/dependencies).
  2. Use cmake with option "-DCMAKE_SHARED_LINKER_FLAGS=’-latomic’ " to generate makefiles. Option is necessary to fix problem with “__atomic_fetch_add_8”.
  3. compile and install ROOT as always.
    I hope this information will be interesting.
2 Likes

Thank you for sharing this!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.