cyring / CoreFreq

CoreFreq : CPU monitoring and tuning software designed for 64-bit processors.
https://www.cyring.fr
GNU General Public License v2.0
1.97k stars 126 forks source link

Unable to compile with current release #504

Closed madoverlord40 closed 4 weeks ago

madoverlord40 commented 4 weeks ago

I have the new ryzen 9 9950x and im on linux mint 22. When i clone your repo or download the zip, and type make -j i get the following output: ~/Development Tools/CoreFreq-1.98.2$ make -j CC [build/corefreqd.o] CC [build/corefreqm.o] CC [build/corefreq-cli.o] CC [build/corefreq-ui.o] CC [build/corefreq-cli-rsc.o] CC [build/corefreq-cli-json.o] CC [build/corefreq-cli-extra.o] LD [build/corefreqd] LD [build/corefreq-cli] make[1]: No rule to make target 'Tools/CoreFreq-1.98.2/build'. Stop. make: [Makefile:119: all] Error 2

madoverlord40 commented 4 weeks ago

ok sorry, my bad. I had a space in my folder name 'Development Tools' i moved the CoreFreq-1.98.2 folder to a different location that didnt have a space in the parent folder name, and it compiled. Sorry false alarm!

Thanks for this program.