Closed brunoqt closed 6 years ago
Hi! Is the module folder named exactly "lorawan"?
On Tue, Sep 18, 2018 at 9:35 PM brunoqt notifications@github.com wrote:
Expected Behavior
lorawan modules should get configured Actual Behavior
Build failed -> task in 'ns3-lorawan' failed with exit status 1 (run with -v to display more information) -> task in 'ns3-lorawan' failed with exit status 1 (run with -v to display more information) -> task in 'ns3-lorawan' failed with exit status 1 (run with -v to display more information) -> task in 'ns3-lorawan' failed with exit status 1 (run with -v to display more information) Steps to Reproduce the Problem
1.install ns-3, and clone this repository inside the src directory 2../waf configure --enable-tests --enable-examples 3../waf build Specifications
- ns-3 version:3.28
- lorawan module version:
- Platform: Ubuntu 16.04
- Compiler:2.7.12 Python
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/signetlabdei/lorawan/issues/25, or mute the thread https://github.com/notifications/unsubscribe-auth/ACckCdZwUpp5qdxM_q3q06-x9zO3Q-Hdks5ucUsAgaJpZM4Wumex .
Yes. I've uploaded photos about the errors found.
Ok, which branch are you on? If you are not already on develop, try that one!
I did not understand
Try to find the develop branch as shown in the picture below. [cid:6ad4c90d-12f6-43b5-b7f8-6f9917117940]
From: brunoqt notifications@github.com Sent: 19 September 2018 16:38 To: signetlabdei/lorawan Cc: Subscribed Subject: Re: [signetlabdei/lorawan] ./waf build error (#25)
I did not understand
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/signetlabdei/lorawan/issues/25#issuecomment-422768262, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AlKXjFIeyZNVH4LWhXcBtl0_MLWmRIo5ks5ucizMgaJpZM4Wumex.
I did not receive the image.
Can you now?
From: brunoqt notifications@github.com Sent: 19 September 2018 16:52 To: signetlabdei/lorawan Cc: afarhad; Comment Subject: Re: [signetlabdei/lorawan] ./waf build error (#25)
I did not receive the image.
— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/signetlabdei/lorawan/issues/25#issuecomment-422772479, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AlKXjOSxVTRFxP-qIGdu17-UochFNX7qks5uci_jgaJpZM4Wumex.
yes
I did not receive the image.
To use the develop branch, you can use the following command, given from inside the lorawan folder: git fetch && git checkout develop Then, you can try building again
Okay, I'll try and give you a return.
It worked! Thanks!
hello everyone I ask for your help, I get many error when I build my project (using lorawan module) (using ns3.29 and ubuntu 18.04 LTS), the building error are linked below :)
seifeddine@seifeddine-Veriton-M480G:~/bake/source/ns-3.29$ sudo ./waf --run scratch/lorasimulation
[sudo] password for seifeddine:
Waf: Entering directory `/home/seifeddine/bake/source/ns-3.29/build'
[2793/2878] Compiling scratch/complete-lorawan-network-example.cc
[2794/2878] Compiling scratch/iotsimulation.cc
[2795/2878] Compiling scratch/simple-lorawan-network-example.cc
[2796/2878] Compiling scratch/lorasimulation.cc
../scratch/simple-lorawan-network-example.cc: In function ‘int main(int, char**)’:
../scratch/simple-lorawan-network-example.cc:66:7: error: ‘LoraChannel’ was not declared in this scope
Ptr
Hi, it looks like this error is because of some error in your own lorasimulation.cc script - there's nothing we can do about it!
hello everyone I ask for your help, I get many error when I build my project (using lorawan module) (using ns3-dev and ubuntu 18.04 LTS), the building error are linked below :)
Again, the problem stems from a script in your scratch folder. ./waf --run complete-network-example
works fine on my machine!
Again, the problem stems from a script in your scratch folder.
./waf --run complete-network-example
works fine on my machine!
Thanks @DvdMgr for your reply, could you tel me which version of ns-3 with which lorawan module can I use? if you have a full tutorial for installing, could you send it to me?
The module is compatible with ns-3.30 - for installation, you can follow the instructions in the readme!
On Fri, Nov 22, 2019 at 4:27 PM saifmassoud notifications@github.com wrote:
Again, the problem stems from a script in your scratch folder. ./waf --run complete-network-example works fine on my machine!
Thanks @DvdMgr https://github.com/DvdMgr for your reply, could you tel me which version of ns-3 with which lorawan module can I use? if you have a full tutorial for installing, could you send it to me?
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/signetlabdei/lorawan/issues/25?email_source=notifications&email_token=AATSICMFDDJYOAA5PCEKYN3QU725NA5CNFSM4FV2M6Y2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEE57BVA#issuecomment-557576404, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATSICMZTDE2RTNJCOFCDRTQU725NANCNFSM4FV2M6YQ .
Thanks @DvdMgr i'll verfiy, I hope that work :p
Expected Behavior
lorawan modules should get configured
Actual Behavior
Build failed -> task in 'ns3-lorawan' failed with exit status 1 (run with -v to display more information) -> task in 'ns3-lorawan' failed with exit status 1 (run with -v to display more information) -> task in 'ns3-lorawan' failed with exit status 1 (run with -v to display more information) -> task in 'ns3-lorawan' failed with exit status 1 (run with -v to display more information)
Steps to Reproduce the Problem
1.install ns-3, and clone this repository inside the src directory 2../waf configure --enable-tests --enable-examples 3../waf build
Specifications