rose-compiler / rose

Developed at Lawrence Livermore National Laboratory (LLNL), ROSE is an open source compiler infrastructure to build source-to-source program transformation and analysis tools for large-scale C (C89 and C98), C++ (C++98 and C++11), UPC, Fortran (77/95/2003), OpenMP, Java, Python and PHP applications.
http://rosecompiler.org
Other
600 stars 132 forks source link

EDG Download Error for Aarch64 #224

Closed zzhang77 closed 1 year ago

zzhang77 commented 1 year ago

gcc version: 8.3.1 Environment: CentOS7.9, AARCH64 It failed with EDG binary error like the case #23 when I tried to make core. So I followed EDG-Installation-Instructions and run make show-edg-url. However the url https://edg-binaries.rosecompiler.org/roseBinaryEDG-5-0-aarch64-pc-linux-gnu-gnu-8-5.0.11.45.9.tar.gz is not available. Can EDG be installed for aarch64?

tristanvdb commented 1 year ago

We are not producing aarch64 binaries for EDG only x86. Sorry.