[omnetpp] bin/nedtool: Command not found

936 views
Skip to first unread message

bazara barry

unread,
Aug 10, 2007, 8:58:35 AM8/10/07
to omne...@omnetpp.org
Hi everyone :-)
This is my first message to the group. I am kind of new to OMNeT++ world.
After downloading version 3.3 from the official web site and installing it,
I tried to run the very simple Tictoc example. I got the message:
make: /home/user/omnetpp-3.3/bin/nedtool: Command not found
I could not find any binaries for the program nedtool, only source code
which gave me endless error messages when trying to gcc it.
Could any one assist by directing me to where I can find a binary for
nedtool?
Thanks in advance.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

_______________________________________________
OMNeT++ Mailing List
options: http://lists.omnetpp.org/mailman/listinfo/omnetpp-l
archive: http://www.omnetpp.org/listarchive/index.php

Claudio Marforio

unread,
Aug 10, 2007, 9:12:13 AM8/10/07
to OMNeT++ Discussion List
Depending on which OS you want to install you should follow the installation
instructions that are in the wiki:
http://www.omnetpp.org/pmwiki/index.php?n=Main.OmnetppInstallation

Hope this helps as a starter.

Welcome :)

~Claudio

bazara barry

unread,
Aug 10, 2007, 9:25:29 AM8/10/07
to omne...@omnetpp.org
Thanks Claudio for the quick response :-)
In fact I had followed the instructions on the web site literally, and
modified my configuration files accordingly. It seems to me that OMNeT
source does not have all the necessary binaries. My OS is Ubuntu linux 7.04.
Do I need to compile the whole OMNeT from source?

_________________________________________________________________
Don't just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/

Claudio Marforio

unread,
Aug 10, 2007, 9:37:58 AM8/10/07
to OMNeT++ Discussion List
If you are on linux then you have followed this:
http://www.omnetpp.org/pmwiki/index.php?n=Main.InstallingOnUnix
?

If so, the part that says:
./configure
make

actually builds OMNeT from source. If that works without any error then you
would have your binaries and the tool. Since you don't have that binaries I
think you didn't get to the point of compiling (or finish compilation without
errors).

Check again the whole process!

~Claudio

bazara barry

unread,
Aug 10, 2007, 9:52:01 AM8/10/07
to omne...@omnetpp.org
I had added:

./configure
make

to the file configure.user which is in omnetpp-3.3 subdirectory. Do I need
to issue the command 'configure.user' in order to build from source?
The web site is not clear about this. After mentioning the modification to
configure.user, it jumps to testing some of the existing examples such as
the 'dyna' example.

Claudio Marforio

unread,
Aug 10, 2007, 9:56:33 AM8/10/07
to OMNeT++ Discussion List
No! :)
configure.user is used when issuing the ./configure command to the shell.
So you should edit configure.user to mathc your system configuration and then
from the shell (Terminal, bash, don't know how it is called) write the two commands:
./configure (shortly: will create Makefile(s) used by make)
make (shortly: compiles OMNeT sources to produce binaries)

Hope this helps a bit, clarifying the whole process :)

Reply all
Reply to author
Forward
0 new messages