Hi,
Thank you for sharing your simulator with others. And I came to ask you for some help.
First, I ported and installed the program as per the "Installation" section, then when I finished executing "./waf --run="tas-test"", I got some errors. I've tried some workarounds for similar problems, all without success.
root@ubuntu-virtual-machine:/home/ubuntu/ns/ns-allinone-3.31/ns-3.31# ./waf --run ttas-test
Waf: Entering directory /home/ubuntu/ns/ns-allinone-3.31/ns-3.31/build' Waf: Leaving directory/home/ubuntu/ns/ns-allinone-3.31/ns-3.31/build'
Build commands will be stored in build/compile_commands.json
'build' finished successfully (0.494s)
msg="Log component "Tas-test" has already been registered once.", file=../src/core/model/log.cc, line=121
terminate called without an active exception
Command ['/home/ubuntu/ns/ns-allinone-3.31/ns-3.31/build/scratch/ttas-test'] terminated with signal SIGIOT. Run it under a debugger to get more information (./waf --run <program> --gdb").
I suspect that my simulator environment is different from yours. In addition, there may be a problem with the steps I execute the code. I hope you can tell me in detail where each part of the code is placed under the ns-3.31 folder, the order of execution, and the command parameters.
Hi, Thank you for sharing your simulator with others. And I came to ask you for some help.
First, I ported and installed the program as per the "Installation" section, then when I finished executing "./waf --run="tas-test"", I got some errors. I've tried some workarounds for similar problems, all without success.
root@ubuntu-virtual-machine:/home/ubuntu/ns/ns-allinone-3.31/ns-3.31# ./waf --run ttas-test Waf: Entering directory
/home/ubuntu/ns/ns-allinone-3.31/ns-3.31/build' Waf: Leaving directory
/home/ubuntu/ns/ns-allinone-3.31/ns-3.31/build' Build commands will be stored in build/compile_commands.json 'build' finished successfully (0.494s) msg="Log component "Tas-test" has already been registered once.", file=../src/core/model/log.cc, line=121 terminate called without an active exception Command ['/home/ubuntu/ns/ns-allinone-3.31/ns-3.31/build/scratch/ttas-test'] terminated with signal SIGIOT. Run it under a debugger to get more information (./waf --run<program>
--gdb").I suspect that my simulator environment is different from yours. In addition, there may be a problem with the steps I execute the code. I hope you can tell me in detail where each part of the code is placed under the ns-3.31 folder, the order of execution, and the command parameters.