LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 05-13-2017, 10:50 AM   #1
nadawy
LQ Newbie
 
Registered: May 2017
Posts: 21

Rep: Reputation: Disabled
Good morning


while i trying to execute" make" in ns2.35 file to update my modifying on aodv routing protocol i faced this error

make: *** [aodv/aodv.o] Error 1

what is happen in my program ?and what i need to do ??

thanks for advance ...

Last edited by nadawy; 05-13-2017 at 11:42 AM.
 
Old 05-13-2017, 11:07 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,837

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
http://catb.org/~esr/faqs/smart-ques...html#beprecise
 
1 members found this post helpful.
Old 05-16-2017, 07:27 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Quote:
what is happen in my program
Why don't you tell us what you changed in aodv.cc, and the error output.

1) Your edited lines in aodv.cc, with line numbers. In CODE Tags [code]code text[/code]
2) The real error output. In CODE Tags [code]error output[/code] http://www.linuxquestions.org/questi....php?do=bbcode
I.e. "[aodv/aodv.o] Error 1" is only the last line.
You must show the lines where the errors start.


Besides that : Your title lines must show it's about ns2 !
No more "hii every one .." and "Good morning" as the "descriptive title", please.
Read http://catb.org/~esr/faqs/smart-ques...tml#bespecific
Read all http://www.linuxquestions.org/linux/...Ask_a_Question
. http://www.catb.org/%7Eesr/faqs/smart-questions.html


-

Last edited by knudfl; 05-16-2017 at 07:38 AM.
 
Old 05-16-2017, 08:20 AM   #4
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by knudfl View Post
Why don't you tell us what you changed in aodv.cc, and the error output.

1) Your edited lines in aodv.cc, with line numbers. In CODE Tags [code]code text[/code]
2) The real error output. In CODE Tags [code]error output[/code] http://www.linuxquestions.org/questi....php?do=bbcode
I.e. "[aodv/aodv.o] Error 1" is only the last line.
You must show the lines where the errors start.


Besides that : Your title lines must show it's about ns2 !
No more "hii every one .." and "Good morning" as the "descriptive title", please.
Read http://catb.org/~esr/faqs/smart-ques...tml#bespecific
Read all http://www.linuxquestions.org/linux/...Ask_a_Question
. http://www.catb.org/%7Eesr/faqs/smart-questions.html


-
@OP
yes, copy paste off your terminal. some terminals you high light it then right click copy, then paste it into the post here. so others can get a much better idea of what is really going on, and not an vague interpretation of what happened.

Lack of proper information leads to faulty results, or none whatsoever.
this one
https://github.com/paultsr/ns-allino...master/ns-2.35

or this one

nsnam from source fourge
They maybe even the same ones just stored on two different sights.


but taking key words in your post MAYBE
[SOLVED] Error with "Make" in ns2.35

FROM THE DEVELOPER
Quote:
Initially i developed this website for my students to get to know the
information related to ns2, Most of the users of the world first try to install
ns2 and only then they started practicing. My website nsnam.com will help them
in the first step to install, to run simple scripts and progress
http://www.nsnam.com/p/about-nsnamcom.html

Last edited by BW-userx; 05-16-2017 at 08:30 AM.
 
1 members found this post helpful.
Old 05-16-2017, 08:47 AM   #5
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Re #4

https://github.com/paultsr/ns-allino...master/ns-2.35 is Mannasim only.

https://sourceforge.net/projects/nsnam/ is an old version of ns-allinone-2.35, for g++-4.4 or older.

Recommended is the updated ns-allinone-2.35_gcc482.tar.gz
https://drive.google.com/file/d/0B7S...ew?usp=sharing
 
Old 05-19-2017, 07:40 PM   #6
nadawy
LQ Newbie
 
Registered: May 2017
Posts: 21

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by knudfl View Post
Why don't you tell us what you changed in aodv.cc, and the error output.

1) Your edited lines in aodv.cc, with line numbers. In CODE Tags [code]code text[/code]
2) The real error output. In CODE Tags [code]error output[/code] http://www.linuxquestions.org/questi....php?do=bbcode
I.e. "[aodv/aodv.o] Error 1" is only the last line.
You must show the lines where the errors start.


Besides that : Your title lines must show it's about ns2 !
No more "hii every one .." and "Good morning" as the "descriptive title", please.
Read http://catb.org/~esr/faqs/smart-ques...tml#bespecific
Read all http://www.linuxquestions.org/linux/...Ask_a_Question
. http://www.catb.org/%7Eesr/faqs/smart-questions.html


-
i try to add new fields in aodv.h for rreq is successfully, and not sure of new if conditions statement code writing to calculate the direction of each neighbors node to make decision if right choice to carry rreq packet or not in urban
 
  


Reply

Tags
ns2



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Good morning, god day, good afternoon, good night! wumpel LinuxQuestions.org Member Intro 3 10-07-2010 04:57 AM
Good morning linenoise88 LinuxQuestions.org Member Intro 2 06-12-2009 04:18 PM
good morning tehbolley LinuxQuestions.org Member Intro 1 09-30-2008 05:31 AM
Good morning everybody chssastry LinuxQuestions.org Member Intro 1 09-29-2008 03:04 AM
Good morning, Good evening, Good night. Cheeseboy LinuxQuestions.org Member Intro 2 11-04-2004 09:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 09:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration