LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   interbench 0.31 (https://www.linuxquestions.org/questions/linux-newbie-8/interbench-0-31-a-4175555801/)

sunita 10-10-2015 01:37 PM

interbench 0.31
 
How do I install interbench 0.31 on Linux Ubuntu.

Getting the following error:

/interbench-0.31# ./interbench
bash: ./interbench: cannot execute binary file: Exec format error

I have also executed the make command, it gives the following
:/interbench-0.31# make
make: `interbench' is up to date.

Rinndalir 10-10-2015 01:59 PM

Quote:

Originally Posted by sunita (Post 5432673)
How do I install interbench 0.31 on Linux Ubuntu.

Getting the following error:

/interbench-0.31# ./interbench
bash: ./interbench: cannot execute binary file: Exec format error

I have also executed the make command, it gives the following
:/interbench-0.31# make
make: `interbench' is up to date.

What does file ./interbench tell you?


Try
Code:

mv interbench interbench.original
make 2>&1 | tee make.log


knudfl 10-10-2015 02:06 PM

Quote:

cannot execute binary file: Exec format error
The file ``interbench`` is a 64bits executable.

To compile a new one for your architecture (32bits?) :
$ cd interbench-0.31/ && make clean && make


-


All times are GMT -5. The time now is 12:39 PM.