Open kosterz96 opened 2 years ago
I got the same error in omnetpp_s. I believe it's because both hypot()
in standard library and cMathFunction
are overloaded and the compiler does not know which to use.
Did anyone figure out how to resolve this issue?
Did anyone figure out how to resolve this issue?
Yes I can share a patch later
--std=c++14 might help
--std=c++14 might help
i tried to add a prameter to 520.omnetpp_r in cfg file and it worked
Hello I am trying to run SPEC2017 on FPGA with Debian Linux. FPGA is built using this repo.
However, when I try running omnetpp_r I get the following error:
The runscript (run.sh):
Moreover I get the following error when I try to run gcc_r:
The runscript:
The rest of intrate benchmarks work just fine. Do you have any ideas on how to fix those errors?