omnet++ - Unable to compile the programs in omnet 5.1.1 and veins 4.6 -


i using veins multihop broadcasting. installed veins 4.6 , demo scenario working should. trying run code following link https://github.com/travlr/francisco3/tree/master/src/modules/application not compile , gives following errors

warning: opp_run: cannot check library ../../src/veins: specified >module not found   error: cannot load library '../../src//libveins.dll': specified module >could not found  end.  simulation terminated exit code: 1 working directory: c:/users/mu/veins-4.6/examples/veins command line: ../../../omnetpp-5.1.1/bin/opp_run.exe -m -n .;../../src/veins  -->image-path=../../images -l ../../src/veins omnetpp.ini  environment variables: path=;c:/users/mu/veins-4.6/src;c:\users\mu\omnetpp-  5.1.1\bin;c:\users\mu\omnetpp-5.1.1\tools\win64\mingw64\bin;c:\users\mu\omnetpp-5.1.1\tools\win64\usr\bin;;c:/users/mu/omnetpp-5.1.1/ide/jre/bin/server;c:/users/mu/omnetpp-5.1.1/ide/jre/bin;c:/users/mu/omnetpp- 5.1.1/ide/jre/lib/amd64;.;c:\users\mu\omnetpp-5.1.1\bin;c:\users\mu\omnetpp-5.1.1\tools\win64\mingw64\bin;c:\users\mu\omnetpp-5.1.1\tools\win64\usr\local\bin;c:\users\mu\omnetpp-5.1.1\tools\win64\usr\bin;c:\users\mu\omnetpp-5.1.1\tools\win64\usr\bin;c:\windows\system32;c:\windows;c:\windows\system32\wb>em;c:\windows\system32\windowspowershell\v1.0\;c:\users\mu\omnetpp-5.1.1\tools\win64\usr\bin\site_perl;c:\users\mu\omnetpp-5.1.1\tools\win64\usr\bin\vendor_perl;c:\users\mu\omnetpp-5.1.1\tools\win64\usr\bin\core_perl;c:\users\mu\omnetpp-5.1.1; omnetpp_root=c:/users/mu/omnetpp-5.1.1/ omnetpp_image_path=c:\users\mu\omnetpp-5.1.1\images 

this code working fine in omnet 4.6 unable run in omnet 5.1. kindly please in resolving these errors.thanks in advance


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -