An alternative answer based on the trojan above.
Assuming that you can run make in your environment shell, the decision depends on whether you selected “Replace native environment with the specified” (OP1) or “Add variables to native environment” (OP2) in (Preferences → C / C ++ → Build → Environment):
Solution-OP1: add PATH to the environment (Preferences → C / C ++ → Build → Environment).
I also had to add $ ORACLE_HOME to the environment (my code uses Pro * C) - it seems that CDT does not collect user environment variables when it was before.
This is annoying, I know ...
Solution-OP2: Make sure the location of your make command is in the PATH variable in your native environment.
elizeu
source share