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 during "make rose-core" #202

Open if362005 opened 2 years ago

if362005 commented 2 years ago

Hi, I try to make rose-core,however,the server which I use unable to ping google.com. So, I can't download EDG binary. Is there any other way to solve this problem? Can I download EDG binary through other means? I do hope someone can help me. image

pinnown commented 2 years ago

Instructions on installing EDG without an internet connection are at https://github.com/rose-compiler/rose/wiki/EDG-Installation-Instructions.

if362005 commented 2 years ago

Instructions on installing EDG without an internet connection are at https://github.com/rose-compiler/rose/wiki/EDG-Installation-Instructions.

Thank you!