pedromanoel / EbitSim

Enhanced BitTorrent Simulation using OMNeT++
1 stars 1 forks source link

make: *** [DownloadSM_sm.cc] Error 127 #4

Open marpl opened 10 years ago

marpl commented 10 years ago

Hi there! On EbiSim installation an error appears in the last step. On make command the installation stucks and I receive this message:

mary@ubuntu-pc:~/sim/omnetpp-4.2.2/samples/EbitSim-master/src/client/smc$ make ~/bin/smc -d out -hearderd out -c++ -sufix cc -g DownloadSM.sm /bin/sh: 1: /home/mary/bin/smc: not found make: *\ [DownloadSM_sm.cc] Error 127

How can I solve it?

marzieh-vahid commented 10 years ago

Hello, I have similar problem too.

Unable to access jarfile /home/libs/smc/bin/Smc.jar make: *\ [DownloadSM_sm.cc] Error 1 Can any one help me to solve it?

Thanks in advance.

marpl commented 10 years ago

Updating sdk and excecuting commands as root, solve the problem

marzieh-vahid commented 10 years ago

I have updated my jdk to jdk7:

mv@ubuntu:~/Ebitsim/src/client/smc$ java -version java version "1.7.0_60-ea" Java(TM) SE Runtime Environment (build 1.7.0_60-ea-b04) Java HotSpot(TM) Client VM (build 24.60-b07, mixed mode)

But I have that problem again. may I know about your jdk version ?

Thanks.

marpl commented 10 years ago

I'm with java version "1.7.0_51". Another think to check out, move all installation files (omnet, inet, ebitsim) to root and try again executing always as root. Use su make to excecute the command