Hello everyone,
I am currently new to the software and I am still going over the tutorial given on the website. I am facing a problem in compilation whenever I run the command "bambu ../spec.c", which is a command given in the tutorial. The problem is that it works the first time, but when I tried to execute the same command again, I get the following error message:
[
Error in compilation
cc1: note: disable pass tree-bswap for functions in the range of [0, 4294967295]
cc1: error: fail to initialize plugin /home/ubuntu/panda/gcc_plugins/gcc7_plugin_dumpGimpleSSA.so
error -> GCC returns an error during compilation 2
void GccWrapper::CompileFile(const string&, std::__cxx11::string&, const string&, GccWrapper_CompilerMode)
]
I do not know how to solve it, I would appreciate it if someone can help :D.
Please not that I am using the preinstalled software on the virtual box, the one provided on the website already
Best regards
Abdelsalam