TheRainDoodle / Phenom-II-Benchmark

Small set of low level benchmarks for testing hardware speed against a Phenom II 810 Quad Core
GNU General Public License v3.0
91 stars 20 forks source link

Need update README for build under Linux (Ubuntu Mate 20.04) #7

Closed igavelyuk closed 3 years ago

igavelyuk commented 4 years ago

Try to run from linux_src_bin

$sudo ./phenom2_benchmark sudo: ./phenom2_benchmark: command not found or $sudo sh phenom2_benchmark phenom2_benchmark: 1: Syntax error: ")" unexpected

$uname -a Linux igaveluyk-DS3 5.4.0-40-generic #44-Ubuntu SMP Tue Jun 23 00:01:04 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Install as follow $sudo apt-get install build-essential $pwd ~/Downloads/Phenom-II-Benchmark-master/linux_src_bin$ $make $make: 'phenom2_benchmark' is up to date.

Rampagy commented 4 years ago

When I tried it on my computer (Fedora 32) I had the same issue. But then I remembered I never gave it execution permissions. Can you give this a try and see if it fixes your issue?

chmod +x phenom2_benchmark
igavelyuk commented 4 years ago

@Rampagy sorry for delay, It working after all steps I've done, I'm not a pro in compiling add for most people will be nice to have how-to. Program working like a charm, only one thing is interesting - before recompile give an error, after compile works great.

igavelyuk commented 3 years ago

chmod +x phenom2_benchmark

It is working for me and not need to rebuild