Site Activity
-
Shipra Swati posted an update in the group Setup Support: 10 years, 6 months ago · View
Hi all, while installing iCS I am getting error:
/usr/bin/ld: iCS_main.o: undefined reference to symbol ’pthread_create@@GLIBC_2.1’
//lib/i386-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit statusAny help or hint would be appreciated!!
-
Shipra Swati joined the group Setup Support 10 years, 6 months ago · View
-
Muntaser posted on the forum topic VM ware in the group Setup Support: 10 years, 6 months ago · View
I have the same problem. iCS cannot connect with ns3 and sumo.
-
Muntaser posted on the forum topic No connection to ns3 in the group Setup Support: 10 years, 6 months ago · View
I have the same problem. iCS cannot connect with ns3 and sumo.
-
Muntaser joined the group iTetris Custom Application Development 10 years, 6 months ago · View
-
Hi
While I am using the following command
duarouter -n tt.net.xml -t droomdorp.trip.xml -o droomdorp1.rou.xml
This error is come on
Error: No route input specified or all routes were invalid.
Quitting (on error).Why?
-
Hi there
I had installed iTETRIS from vm platforms but the scenarios described in the manual dose not come up when I run the iCS command as described
any one have any idea why is that? -
Pedro Oscar Perez Murueta joined the group Setup Support 10 years, 6 months ago · View
-
Pedro Oscar Perez Murueta posted on the forum topic No connection to ns3 in the group Setup Support: 10 years, 6 months ago · View
I have the same problem. iCS cannot connect with ns3 and sumo.
-
Steffen Eckel started the forum topic No connection to ns3 in the group Setup Support: 10 years, 7 months ago · View
Hello, I tried to install iCS by myself now on Ubuntu 12.04. However, I am still not able to run an application. iCS, ns 3.18 and sumo 0.22 have been installed succesfully. After installation I tried to run an application with the following command: iCS -c itetris-config-file.xml I receive the following Output: Loading configuration… done. [...]
-
Steffen Eckel joined the group Setup Support 10 years, 7 months ago · View
-
Muntaser created the group iTETRIS with Matlab 10 years, 8 months ago · View
-
Ok I had finish installing and testing iTETRIS platform….Now how can I change the traffic light controller with Matlab toolbox… dose any one have an idea??
-
Muntaser posted on the forum topic VM ware in the group Setup Support: 10 years, 8 months ago · View
could you please explain how could you installed the configured VMware one ….
-
Muntaser joined the group Setup Support 10 years, 8 months ago · View
-
Has anyone got iTETRIS working on ubuntu 14.04, I am using VM ware workstation version 11
-
Halvard Tubbene joined the group iTetris Custom Application Development 10 years, 8 months ago · View
-
Jesus Sanchez started the forum topic ns3 install error "missing node signature" in the group Setup Support: 10 years, 8 months ago · View
Hi, I am installing iTetris by following the guidelines (downloaded a week ago) at this site, but I got stuck at ns3 installation. Merely: – iCS installed succesfully – ns3 throws an error when entering the command: sudo ./waf install The error is as follows: ********************************* … + install /usr/local/include/ns3.18.1/ns3/internet-module.h (from build/ns3/internet-module.h) + install /usr/local/include/ns3.18.1/ns3/lte-module.h [...]
-
Jesus Sanchez joined the group Bug reports 10 years, 8 months ago · View
-
Muntaser commented on the blog post The new version of the iTETRIS platform is out! 10 years, 8 months ago · View
Dear Julen,
I have requested the itetris platform many times but haven’t received any notification related to it. Since two weeks I have been trying to get access to the platform but no response from you. - Load More

Hey, I sorted it out. Just added one more option at the time of configuration, LIBS=’-L/usr/local/lib -lpthread’ resulting into:
sudo ./configure –enable-sumo –enable-ns3 –enable-applications –with-geographic- libraries=/usr/local/lib –with-geographic-includes=/usr/local/include/GeographicLib –with-xerces-libraries=/usr/local/lib –with-xerces-includes=/usr/local/include/xercesc LIBS=’-L/usr/local/lib -lpthread’.
Then ”sudo make” and ”sudo make install” and the process completed successfully.