Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
problem while building
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  15 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
narendra  
View profile  
 More options Jan 6, 8:10 am
From: narendra <narendrathe...@gmail.com>
Date: Tue, 6 Jan 2009 05:10:49 -0800 (PST)
Local: Tues, Jan 6 2009 8:10 am
Subject: problem while building
While building the code i got some problems i got the code from
http://code.nsnam.org/iamine/ns-3-wimax/ ,and the errors are
[399/621] cxx: src/applications/MyUdpClientServer/udpServer.cc ->
build/debug/src/applications/MyUdpClientServer/udpServer_1.o
cc1plus: warnings being treated as errors
../src/applications/MyUdpClientServer/udpServer.cc: In member function
âvoid ns3::UdpServer::HandleRead(ns3::Ptr<ns3::Socket>)â:
../src/applications/MyUdpClientServer/udpServer.cc:107: warning:
unused variable ârawBufferâ
Build failed
    task failed (err #129): [bld:///root/narendra/newcode/src/
applications/MyUdpClientServer/udpServer_1.o]

please give me some suggestions regarding this

Regards,
Narendra


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hgn.rocket.science@google mail.com  
View profile  
 More options Jan 6, 1:53 pm
From: "hgn.rocket.scie...@googlemail.com" <hgn.rocket.scie...@googlemail.com>
Date: Tue, 6 Jan 2009 10:53:14 -0800 (PST)
Local: Tues, Jan 6 2009 1:53 pm
Subject: Re: problem while building
On Jan 6, 2:10 pm, narendra <narendrathe...@gmail.com> wrote:

> please give me some suggestions regarding this

Hello Narendra, as your compiler suggests: rawBuffer is unused and
must be removed to compile properly. Anyway, I also tried to compile
the code and realized that successive errors will arise! There are
several of them and I am not sure about the development status of the
WiMAX module. I suggest to use ns-2 at this time.

Hagen


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mathieu Lacage  
View profile  
 More options Jan 6, 2:07 pm
From: Mathieu Lacage <mathieu.lac...@sophia.inria.fr>
Date: Tue, 06 Jan 2009 20:07:40 +0100
Local: Tues, Jan 6 2009 2:07 pm
Subject: Re: problem while building
On Tue, 2009-01-06 at 10:53 -0800, hgn.rocket.scie...@googlemail.com
wrote:

> On Jan 6, 2:10 pm, narendra <narendrathe...@gmail.com> wrote:

> > please give me some suggestions regarding this

> Hello Narendra, as your compiler suggests: rawBuffer is unused and
> must be removed to compile properly. Anyway, I also tried to compile
> the code and realized that successive errors will arise! There are

The code is merely built by its developer with a different compiler.
Which compiler are you using ?

regards,
Mathieu


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
narendra  
View profile  
 More options Jan 7, 12:22 am
From: narendra <narendrathe...@gmail.com>
Date: Tue, 6 Jan 2009 21:22:26 -0800 (PST)
Local: Wed, Jan 7 2009 12:22 am
Subject: Re: problem while building
May i know which compiler was used to build the code by the author.

Regards,
Narendra

On Jan 7, 9:46 am, narendra <narendrathe...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
narendra  
View profile  
 More options Jan 7, 3:06 am
From: narendra <narendrathe...@gmail.com>
Date: Wed, 7 Jan 2009 00:06:51 -0800 (PST)
Local: Wed, Jan 7 2009 3:06 am
Subject: Re: problem while building
The compiler which i am using is gcc version 4.1.2

On Jan 7, 10:22 am, narendra <narendrathe...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hgn.rocket.science@google mail.com  
View profile  
 More options Jan 7, 1:26 pm
From: "hgn.rocket.scie...@googlemail.com" <hgn.rocket.scie...@googlemail.com>
Date: Wed, 7 Jan 2009 10:26:38 -0800 (PST)
Local: Wed, Jan 7 2009 1:26 pm
Subject: Re: problem while building
On Jan 6, 8:07 pm, Mathieu Lacage <mathieu.lac...@sophia.inria.fr>
wrote:

> The code is merely built by its developer with a different compiler.
> Which compiler are you using ?

gcc (Debian 4.3.2-1) 4.3.2

I run in _really_ fundamental errors as I build the branch, every time
I fixed one problem the next poped up. The original and all subsequent
errors are an indication for me that the branch is not in a usable
stage. At least for a user.

Hagen


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
narendra  
View profile  
 More options Jan 8, 3:23 am
From: narendra <narendrathe...@gmail.com>
Date: Thu, 8 Jan 2009 00:23:23 -0800 (PST)
Local: Thurs, Jan 8 2009 3:23 am
Subject: Re: problem while building
Please some one help regarding this issue

Regards,
Narendra

On Jan 7, 11:26 pm, "hgn.rocket.scie...@googlemail.com"


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Providence SALUMU MUNGA  
View profile  
(1 user)  More options Jan 8, 7:15 am
From: Providence SALUMU MUNGA <psal...@gmail.com>
Date: Thu, 8 Jan 2009 13:15:05 +0100
Local: Thurs, Jan 8 2009 7:15 am
Subject: Re: problem while building

Hi,

Le Thu, 8 Jan 2009 00:23:23 -0800 (PST),
narendra <narendrathe...@gmail.com> a écrit :

> Please some one help regarding this issue

Attached is a patch that fixes the bugs in ns-3-wimax repository.

After applying it, you will probably need to properly install libblas
and libatlas (apt-get install on debian-like distros) in your system.

Please, don't forget to send any feedbacks to have the maintainers
informed.

Regards,

--
Providence SALUMU M.

Doctorant, Département Logiciels-Réseaux
TELECOM SudParis

"If you can't be strong, be clever, and make peace with someone who is
strong. But it's always better to be strong yourself! Always!" -- B.O.
LowLow.

  gcc4.3-send-burst-fix.patch
7K Download

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Providence SALUMU MUNGA  
View profile  
(1 user)  More options Jan 8, 8:00 am
From: Providence SALUMU MUNGA <psal...@gmail.com>
Date: Thu, 8 Jan 2009 14:00:40 +0100
Local: Thurs, Jan 8 2009 8:00 am
Subject: Re: problem while building

Le Thu, 8 Jan 2009 13:15:05 +0100,
Providence SALUMU MUNGA <psal...@gmail.com> a écrit :

> After applying it, you will probably need to properly install libblas
> and libatlas (apt-get install on debian-like distros) in your system.

To properly link with wimax examples in Ubuntu Jaunty Development
branch :
1°) sudo aptitude purge libatlas3gf-base
2°) sudo aptitude install libblas-dev liblapack-dev
liblapack-pic liblapack3gf

Regards,

--
Providence SALUMU M.

Doctorant, Département Logiciels-Réseaux
TELECOM SudParis

"If you can't be strong, be clever, and make peace with someone who is
strong. But it's always better to be strong yourself! Always!" -- B.O.
LowLow.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
narendra  
View profile  
 More options Jan 9, 4:28 am
From: narendra <narendrathe...@gmail.com>
Date: Fri, 9 Jan 2009 01:28:39 -0800 (PST)
Local: Fri, Jan 9 2009 4:28 am
Subject: Re: problem while building

>To properly link with wimax examples in Ubuntu Jaunty Development
>branch :
>1°) sudo aptitude purge libatlas3gf-base
>2°) sudo aptitude install libblas-dev liblapack-dev
>liblapack-pic liblapack3gf

Hi salumu i am very happy to say that the code was build with out any
error after applying ur patch.
The libraries mentioned in the above are not present in fedora. I am
using fedora 8 . so,please give me the details regarding FEDORA and
let me know whether this setup works with FEDORA . I downloaded ur
code from the link u have given .It was build properly and the same
problem occured when i was  trying to run the simple-wimax.cc
example.I have installed libblass and libatlas .please go through the
problem.I have attached the probllem .plz go through it

[root@sandbox naren]# ./waf --run scratch/simple-wimax
Entering directory `/root/narendra/naren/build'
Compilation finished successfully
Simple WiMAX Simulation
Starting simulation.....
----------------------frame 1----------------------
DL frame started : 0.00000000000000000000
BS scheduler, burst size: 167 bytes, pkts: 4, connection: Broadcast,
CID: 65535, modulation: 0, DIUC: 1
BS scheduler, number of bursts: 1, symbols left: 306
BS scheduler, queues: IR 0 broadcast 0 basic 0 primary 0 transport 0
SS (00:00:00:00:00:02) starting scanning
SS (00:00:00:00:00:03) starting scanning
SS (00:00:00:00:00:04) starting scanning
SS (00:00:00:00:00:05) starting scanning
UL frame started : 0.00502777777777699969
----------------------frame 2----------------------
DL frame started : 0.01005555555555399938
BS scheduler, burst size: 104 bytes, pkts: 3, connection: Broadcast,
CID: 65535, modulation: 0, DIUC: 1
BS scheduler, number of bursts: 1, symbols left: 326
BS scheduler, queues: IR 0 broadcast 0 basic 0 primary 0 transport 0
UL frame started : 0.01508333333333100081
----------------------frame 3----------------------
DL frame started : 0.02011111111110799876
BS scheduler, burst size: 50 bytes, pkts: 2, connection: Broadcast,
CID: 65535, modulation: 0, DIUC: 1
BS scheduler, number of bursts: 1, symbols left: 343
BS scheduler, queues: IR 0 broadcast 0 basic 0 primary 0 transport 0
UL frame started : 0.02513888888888499845
----------------------frame 4----------------------
DL frame started : 0.03016666666666200161
BS scheduler, burst size: 104 bytes, pkts: 3, connection: Broadcast,
CID: 65535, modulation: 0, DIUC: 1
BS scheduler, number of bursts: 1, symbols left: 326
BS scheduler, queues: IR 0 broadcast 0 basic 0 primary 0 transport 0
UL frame started : 0.03519444444443899783
SS (00:00:00:00:00:02) starting scanning
SS (00:00:00:00:00:03) starting scanning
SS (00:00:00:00:00:04) starting scanning
SS (00:00:00:00:00:05) starting scanning
----------------------frame 5----------------------
DL frame started : 0.04022222222221599752
BS uplink scheduler, initial ranging allocation, size: 32 symbols,
modulation: BPSK 1/2
BS uplink scheduler, total allocations: 1, symbols left: 328
BS scheduler, burst size: 113 bytes, pkts: 3, connection: Broadcast,
CID: 65535, modulation: 0, DIUC: 1
BS scheduler, number of bursts: 1, symbols left: 326
BS scheduler, queues: IR 0 broadcast 0 basic 0 primary 0 transport 0
*** Assertion failed in ../../itpp/base/vec.h on line 1324:
Vec<>::split(): Index out of range (in_range(pos))
Command ['/root/narendra/naren/build/debug/scratch/simple-wimax']
exited with code -6

On Jan 8, 6:00 pm, Providence SALUMU MUNGA <psal...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Providence SALUMU MUNGA  
View profile  
 More options Jan 9, 5:00 am
From: Providence SALUMU MUNGA <providence.sal...@gmail.com>
Date: Fri, 9 Jan 2009 11:00:38 +0100
Local: Fri, Jan 9 2009 5:00 am
Subject: Re: problem while building
Hi,

Le Fri, 9 Jan 2009 01:28:39 -0800 (PST),
narendra <narendrathe...@gmail.com> a écrit :

> Hi salumu i am very happy to say that the code was build with out any
> error after applying ur patch.
> The libraries mentioned in the above are not present in fedora. I am
> using fedora 8 . so,please give me the details regarding FEDORA and
> let me know whether this setup works with FEDORA . I downloaded ur

Since the code compiled well on your fc8, it implies that you don't
need to update your libraries. So please, forget all about "sudo
aptitude install ..." You're fine!

> code from the link u have given .It was build properly and the same
> problem occured when i was  trying to run the simple-wimax.cc
> example.I have installed libblass and libatlas .please go through the
> problem.I have attached the probllem .plz go through it

[...]

> *** Assertion failed in ../../itpp/base/vec.h on line 1324:
> Vec<>::split(): Index out of range (in_range(pos))
> Command ['/root/narendra/naren/build/debug/scratch/simple-wimax']
> exited with code -6

I can't reproduce the problem on Ubuntu here, the simple-wimax.cc works
fine to me. However, I would suggest that you run simple-wimax.cc under
gdb to see what is really going on behind the curtains :-).

Regards,

--
Providence SALUMU M.

Doctorant, Département Logiciels-Réseaux
TELECOM SudParis

"If you can't be strong, be clever, and make peace with someone who is
strong. But it's always better to be strong yourself! Always!" -- B.O.
LowLow.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
narendra  
View profile  
 More options Jan 9, 5:36 am
From: narendra <narendrathe...@gmail.com>
Date: Fri, 9 Jan 2009 02:36:18 -0800 (PST)
Local: Fri, Jan 9 2009 5:36 am
Subject: Re: problem while building
May i know the complete setup of ur systemincluding version like o.s,
itpp , etc

Regards,
Narendra

On Jan 9, 3:00 pm, Providence SALUMU MUNGA


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Providence SALUMU MUNGA  
View profile  
 More options Jan 9, 6:01 am
From: Providence SALUMU MUNGA <psal...@gmail.com>
Date: Fri, 9 Jan 2009 12:01:32 +0100
Local: Fri, Jan 9 2009 6:01 am
Subject: Re: problem while building
Le Fri, 9 Jan 2009 02:36:18 -0800 (PST),
narendra <narendrathe...@gmail.com> a écrit :

> May i know the complete setup of ur systemincluding version like o.s,
> itpp , etc

OS:

2.6.28-4-generic #9-Ubuntu SMP Tue Jan 6 19:33:48 UTC 2009 x86_64
GNU/Linux

ITPP:

Package: libitpp-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1696
Maintainer: Ubuntu MOTU Developers <ubuntu-m...@lists.ubuntu.com>
Original-Maintainer: Kumar Appaiah <aku...@debian.org>
Architecture: amd64
Source: libitpp
Version: 4.0.4-2
Depends: libitpp6gf (= 4.0.4-2)
Filename: pool/universe/libi/libitpp/libitpp-dev_4.0.4-2_amd64.deb

Regards,
--
Providence SALUMU M.

Doctorant, Département Logiciels-Réseaux
TELECOM SudParis

"If you can't be strong, be clever, and make peace with someone who is
strong. But it's always better to be strong yourself! Always!" -- B.O.
LowLow.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
narendra  
View profile  
 More options Jan 9, 7:34 am
From: narendra <narendrathe...@gmail.com>
Date: Fri, 9 Jan 2009 04:34:17 -0800 (PST)
Local: Fri, Jan 9 2009 7:34 am
Subject: Re: problem while building
May i know which distribution version you are using

On Jan 9, 4:01 pm, Providence SALUMU MUNGA <psal...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Providence SALUMU MUNGA  
View profile  
 More options Jan 9, 9:50 am
From: Providence SALUMU MUNGA <psal...@gmail.com>
Date: Fri, 9 Jan 2009 15:50:57 +0100
Local: Fri, Jan 9 2009 9:50 am
Subject: Re: problem while building
Le Fri, 9 Jan 2009 04:34:17 -0800 (PST),
narendra <narendrathe...@gmail.com> a écrit :

> May i know which distribution version you are using

Ubuntu Jaunty development branch

--
Providence SALUMU M.

Doctorant, Département Logiciels-Réseaux
TELECOM SudParis

"If you can't be strong, be clever, and make peace with someone who is
strong. But it's always better to be strong yourself! Always!" -- B.O.
LowLow.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google