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
I am trying to compile the code in OSX and CentOS. In both cases, the compilation is not successful. Here are the error messages:
Linking cosims
clang: error: no such file or directory: 'bin/src/PCM_Cluster.o'
clang: error: no such file or directory: 'bin/src/VelocityDistribution.o'
clang: error: no such file or directory: 'bin/src/diffEqSolver.o'
clang: error: no such file or directory: 'bin/src/eigen3D.o'
clang: error: no such file or directory: 'bin/src/fileParams.o'
clang: error: no such file or directory: 'bin/src/forceAccel.o'
clang: error: no such file or directory: 'bin/src/impactParam.o'
clang: error: no such file or directory: 'bin/src/main.o'
clang: error: no such file or directory: 'bin/src/molecule2.o'
clang: error: no such file or directory: 'bin/src/monteTraj.o'
clang: error: no input files
Done
And on CentOS:
\nLinking cosims
g++: bin/src/diffEqSolver.o: No such file or directory
g++: bin/src/eigen3D.o: No such file or directory
g++: bin/src/fileParams.o: No such file or directory
g++: bin/src/forceAccel.o: No such file or directory
g++: bin/src/impactParam.o: No such file or directory
g++: bin/src/main.o: No such file or directory
g++: bin/src/molecule2.o: No such file or directory
g++: bin/src/monteTraj.o: No such file or directory
g++: bin/src/PCM_Cluster.o: No such file or directory
g++: bin/src/VelocityDistribution.o: No such file or directory
g++: no input files
Done
Maybe some files missing in the master? In both cases, the is no execuitable.
The text was updated successfully, but these errors were encountered:
It looks like the object files aren't bring compiled correctly before linking. Can you verify your version of CentOS and compiler? Are you using the makefile or manually compiling the code?
It looks like the object files aren't bring compiled correctly before linking. Can you verify your version of CentOS and compiler? Are you using the makefile or manually compiling the code?
I am trying to compile the code in OSX and CentOS. In both cases, the compilation is not successful. Here are the error messages:
Linking cosims
clang: error: no such file or directory: 'bin/src/PCM_Cluster.o'
clang: error: no such file or directory: 'bin/src/VelocityDistribution.o'
clang: error: no such file or directory: 'bin/src/diffEqSolver.o'
clang: error: no such file or directory: 'bin/src/eigen3D.o'
clang: error: no such file or directory: 'bin/src/fileParams.o'
clang: error: no such file or directory: 'bin/src/forceAccel.o'
clang: error: no such file or directory: 'bin/src/impactParam.o'
clang: error: no such file or directory: 'bin/src/main.o'
clang: error: no such file or directory: 'bin/src/molecule2.o'
clang: error: no such file or directory: 'bin/src/monteTraj.o'
clang: error: no input files
Done
And on CentOS:
\nLinking cosims
g++: bin/src/diffEqSolver.o: No such file or directory
g++: bin/src/eigen3D.o: No such file or directory
g++: bin/src/fileParams.o: No such file or directory
g++: bin/src/forceAccel.o: No such file or directory
g++: bin/src/impactParam.o: No such file or directory
g++: bin/src/main.o: No such file or directory
g++: bin/src/molecule2.o: No such file or directory
g++: bin/src/monteTraj.o: No such file or directory
g++: bin/src/PCM_Cluster.o: No such file or directory
g++: bin/src/VelocityDistribution.o: No such file or directory
g++: no input files
Done
Maybe some files missing in the master? In both cases, the is no execuitable.
The text was updated successfully, but these errors were encountered: