Eclipse Juno- Suddenly "Cannot Run Make Make: unknow reason"

I use Eclipse JUNO to develop applications in C. It runs on Ubuntu 12.04 inside a virtual machine with 3-core 1GiB processors.

Everything works fine, but sometimes I can no longer create the application and the following error occurs: "it is not possible to run the make program, an unknown reason."

Any idea on how to fix this?

+4
source share
1 answer

This error appears to be caused by low memory conditions. This mainly happens after a file search in Eclipse (a search that returns a large set of results). If the error repeats again:

  • Launch Eclipse and try again.
  • If the problem persists, you need to completely restart the OS.
+10
source

Source: https://habr.com/ru/post/1486995/


All Articles