无法在 Ubuntu 16.04 中制作 Omnet 5.0
Unable to make Omnet 5.0 in Ubuntu 16.04
我按照以下链接中的说明操作:
https://omnetpp.org/doc/omnetpp/InstallGuide.pdf and http://vikashmainanwal.blogspot.com.tr/2014/10/omnet-simulator-installation-steps-in.html 。我在 Ubuntu 16.04 上收到这些错误:
make MODE=release
make[1]: Entering directory '/home/besglab/omnetpp-5.0'
***** Configuration: MODE=release, TOOLCHAIN_NAME=gcc, LIB_SUFFIX=.so ****
===== Checking environment =====
===== Compiling utils ====
make[2]: Entering directory '/home/besglab/omnetpp-5.0/src/utils'
Copying scripts to bin directory... /bin/sh: 1: cannot create
/home/besglab/.wishname: Permission denied
Makefile:32: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/besglab/omnetpp-5.0/src/utils'
Makefile:100: recipe for target 'utils' failed
make[1]: *** [utils] Error 2
make[1]: Leaving directory '/home/besglab/omnetpp-5.0'
Makefile:23: recipe for target 'allmodes' failed
make: *** [allmodes] Error 2
能给我点建议吗??
这是您整个 HOME 目录或仅文件 .wishname 的权限问题(可能您之前 运行 配置文件为 root 并且 .wishname 文件保留)。
删除 .whichname 文件并重试。
$ rm ~/.wishname
我按照以下链接中的说明操作:
https://omnetpp.org/doc/omnetpp/InstallGuide.pdf and http://vikashmainanwal.blogspot.com.tr/2014/10/omnet-simulator-installation-steps-in.html 。我在 Ubuntu 16.04 上收到这些错误:
make MODE=release
make[1]: Entering directory '/home/besglab/omnetpp-5.0' ***** Configuration: MODE=release, TOOLCHAIN_NAME=gcc, LIB_SUFFIX=.so **** ===== Checking environment ===== ===== Compiling utils ====
make[2]: Entering directory '/home/besglab/omnetpp-5.0/src/utils' Copying scripts to bin directory... /bin/sh: 1: cannot create /home/besglab/.wishname: Permission denied
Makefile:32: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/besglab/omnetpp-5.0/src/utils' Makefile:100: recipe for target 'utils' failed
make[1]: *** [utils] Error 2
make[1]: Leaving directory '/home/besglab/omnetpp-5.0'
Makefile:23: recipe for target 'allmodes' failed
make: *** [allmodes] Error 2
能给我点建议吗??
这是您整个 HOME 目录或仅文件 .wishname 的权限问题(可能您之前 运行 配置文件为 root 并且 .wishname 文件保留)。
删除 .whichname 文件并重试。
$ rm ~/.wishname