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