I'm using Ubuntu trusty and I'm running ns-3 dce linux kernel implementation.
at first, a lot of modules are not built, like wget and netanim, it said that it's not important, so they are ignored. but then, when i try to fix it by manually build them folder-by-folder and found some libraries are missing, they are fixed and can be build successfully.
however, the elf loader is not built properly. so i decided to build it manually. but it turn out like this:
aneta@aneta-desktop:~/dce/source/elf-loader$ make vdl-config.h
/home/aneta/dce/source/elf-loader/extract-system-config.py >vdl-config.h
Traceback (most recent call last):
File "/home/aneta/dce/source/elf-loader/extract-system-config.py", line 247, in <module>
main(sys.argv[1:])
File "/home/aneta/dce/source/elf-loader/extract-system-config.py", line 192, in main
debug_filename = search_debug_file ()
File "/home/aneta/dce/source/elf-loader/extract-system-config.py", line 154, in search_debug_file
raise CouldNotFindFile ()
__main__.CouldNotFindFile: <__main__.CouldNotFindFile instance at 0x2b335778de18>
make: *** [vdl-config.h] Error 1
any idea? --well, i might not use this one, but it tickles me why it's not built successfully.
Regards,
Aneta