You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I get this error when compiling in the debug mode: cmake -DCMAKE_BUILD_TYPE=Debug esesc-master/ make
[ 48%] Building CXX object simu/libcore/CMakeFiles/core.dir/BPred.cpp.o
In file included from esesc-master/simu/libcore/BPred.cpp:49:0:
esesc-master/simu/libcore/IMLIBest.h: In member function 'void IMLIBest::updatePredictor(AddrType, bool, bool, AddrType)':
esesc-master/simu/libcore/IMLIBest.h:1710:9: error: variable-sized object 'skip' may not be initialized
};
^
make[2]: *** [simu/libcore/CMakeFiles/core.dir/BPred.cpp.o] Error 1
make[1]: *** [simu/libcore/CMakeFiles/core.dir/all] Error 2
make: *** [all] Error 2
From esesc-master/simu/libcore/IMLIBest.h: bool skip[nhist+1] = { false, };
Is this a known issue? I'm using RHEL 7.3 and g++ (GCC) 4.8.5.
The text was updated successfully, but these errors were encountered:
Hi,
I get this error when compiling in the debug mode:
cmake -DCMAKE_BUILD_TYPE=Debug esesc-master/
make
From esesc-master/simu/libcore/IMLIBest.h:
bool skip[nhist+1] = { false, };
Is this a known issue? I'm using RHEL 7.3 and g++ (GCC) 4.8.5.
The text was updated successfully, but these errors were encountered: