I am getting the following error in Simu5g make on Terminal.
libsimu5g.so file is not build at the end.
Creating shared library: ../out/clang-release/src/libsimu5g.so
ld.lld: error: unable to find library -lINET
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [Makefile:407: ../out/clang-release/src/libsimu5g.so] Error 1
make[1]: Leaving directory '/home/ash/simu5g/omnetpp-6.0/myworkspace/simu5g-master/simu5g/src'
make: *** [Makefile:2: all] Error 2
Veins 5.2 is being build properly, however, there is no libveins.so file after build.
How should I solve this issue?
Found the Answer:
Ensure that Build Configuration is constant all along.
Inet should be build with debug and release options.
Select Inet -> select Project Features -> C/C++ Build -> In configuration, select [All Configurations] in dropdown -> Apply and close
Then right click on Inet -> Build Configuration -> Build Selected -> select debug and release -> ok
Repeat the build procedure with Veins and Simu5g