Sara
unread,Jun 1, 2012, 12:59:19 AM6/1/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to omn...@googlegroups.com
Hi,
I am try the tic-toc tutorial. After compile the simulation by issuing the make command, I get the following errors:
g++ -c -g -Wall -fPIC -fno-stack-protector -DHAVE_SWAPCONTEXT -DHAVE_PCAP -DXMLPARSER=libxml -I/netfs/cosc/pkg/akaroa/version/include/ -DWITH_AKAROA -DWITH_PARSIM -DWITH_NETBUILDER -I. -I/netfs/cosc/pkg/OMniNett++/omnetpp-4.2.1//include -o out/gcc-debug//txc1.o txc1.cc
g++ -Wl,-rpath,/netfs/cosc/pkg/OMniNett++/omnetpp-4.2.1//lib -Wl,-rpath,. -o out/gcc-debug//tic-toc out/gcc-debug//txc1.o -Wl,--no-as-needed -Wl,--whole-archive -Wl,--no-whole-archive -L"/netfs/cosc/pkg/OMniNett++/omnetpp-4.2.1//lib/gcc" -L"/netfs/cosc/pkg/OMniNett++/omnetpp-4.2.1//lib" -loppmaind -u _tkenv_lib -Wl,--no-as-needed -lopptkenvd -loppenvird -lopplayoutd -u _cmdenv_lib -Wl,--no-as-needed -loppcmdenvd -loppenvird -loppsimd -ldl -lstdc++ -L/netfs/cosc/pkg/akaroa/version/lib/ -lakaroa -lfl
/usr/bin/ld: cannot find -loppmaind
/usr/bin/ld: cannot find -lopptkenvd
/usr/bin/ld: cannot find -loppenvird
/usr/bin/ld: cannot find -lopplayoutd
/usr/bin/ld: cannot find -loppcmdenvd
/usr/bin/ld: cannot find -loppenvird
/usr/bin/ld: cannot find -loppsimd
collect2: ld returned 1 exit status
make: *** [out/gcc-debug//tic-toc] Error 1
Can someone help me with this. Regards