'Memtester make: g++: fatal error: output filename may not be empty

I performed the following steps:

  1. Downloaded memtester-4.5.1.tar.gz from https://pyropus.ca./software/memtester/
  2. tar zxvf memtester-4.5.1.tar.gz
  3. cd memtester-4.5.1
  4. make

It gives the following error:

g++: error: .cpp: No such file or directory
g++: fatal error: output filename may not be empty
compilation terminated.


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source