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
You don't need that file; it's been removed because it was an old feature that no longer worked. I did forget to remove the ROSS_MEMORY option from Cmake, but you can still build without it anyway. By default, it's set to not build the ROSS memory component, so you should not turn that on. So in ccmake either set ROSS_MEMORY to OFF or remove it from the command that you used with Cmake. (So I'm assuming you did something like cmake -DROSS_MEMORY=ON ../ROSS).
Hello everyone! I am trying to intsall ROSS, but some files are missing.
When I run cmake3 ../ROSS I got an error:
CMake Error at core/CMakeLists.txt:146 (ADD_LIBRARY):
Cannot find source file:
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm
.hpp .hxx .in .txx
CMake Error at core/CMakeLists.txt:146 (ADD_LIBRARY):
No SOURCES given to target: ROSS
Where can I find the tw-memory.c file?
Thank you!
The text was updated successfully, but these errors were encountered: