0

I'm trying to install omnet++ 5.6.2 but after writing "make" in the command line below error was showing me. please help me how can solve this problem

Create executable: out/clang-release//embedding.exe
ln: failed to create symbolic link './embbedding.exe': no such file or directly
make[2]: *** [Makefile:87: embedding.exe] Error 1
make[1]: *** [Makefile:134: embedding] Error 2
make: *** [Makefile:28: allmodes] Error 2

Jerzy D.
  • 6,707
  • 2
  • 16
  • 22
F_A
  • 3
  • 2

1 Answers1

0

Try to turn off a real-time antivirus protection during compilation.

Jerzy D.
  • 6,707
  • 2
  • 16
  • 22
  • Thank you, the error has been fixed. It was created due to the use of a language other than English in the installation path – F_A Aug 06 '22 at 06:14