OMNET++ makefile:97 out/clang-release error

46 Views Asked by At

During running this git: https://github.com/T-amairi/IOTA?tab=readme-ov-file on OMNET++ IDE I've got this errors:

Exception occurred executing command line.
Cannot run program "C:/Users/MICRO/Downloads/Programs/omnetpp-6.0.2/samples/IOTA-main/README.md.exe" (in directory "C:\Users\MICRO\Downloads\Programs\omnetpp-6.0.2\samples\IOTA-main"): CreateProcess error=2, The system cannot find the file specified
Creating executable: out/clang-release//IOTA-main.exe
lld: error: unable to find library -lomp
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:97: out/clang-release//IOTA-main.exe] Error 1
"make MODE=release all" terminated with exit code 2. Build might be incomplete.

And this is the line 97 from the Makefile:

$(Q)$(CXX) $(LDFLAGS) -o $O/$(TARGET) $(OBJS) $(EXTRA_OBJS) $(AS_NEEDED_OFF) $(WHOLE_ARCHIVE_ON) $(LIBS) $(WHOLE_ARCHIVE_OFF) $(OMNETPP_LIBS)

Any ideas...?

0

There are 0 best solutions below