Hello,
I searched now this forum and the internet for a solution of my problem since a while now and do not find my problem anywhere else described
My setup is (and usually it works but now not) that for our project I have to refer to external build commands.
So in "Project Properties -> C++ Build" I uncheck the "Use default build command" and enter the external tool (a wrapper script for "cook"):
${workspace_loc:/my_unit/build}/makertx -e -v -Z
When I now invoke the build, I do see in the console:
17:22:40 **** Incremental Build of configuration Debug for project my_proj ****
/usr/carstig/my_unit/build/makertx -e -v -Z
17:22:40 Build Finished (took 111ms)
Unfortunately, the Build does not build! I.e. in above script is a syntax error. and an "echo" ... but that does not show up!
So it seems as if the external tool is not invoked at all.
----
some version info:
§> uname -a
Linux myhost 2.6.18-274.7.1.el5 #1 SMP Mon Oct 17 11:57:14 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
§>
Eclipse IDE for C/C++ Developers
Verions: Kepler Service Release 1
Build id: 20130919-0819