Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » External build command not invoked(using external build command fails because the "build" returns immediately)
External build command not invoked [message #1403249] Tue, 22 July 2014 15:54
Carsten Greiner is currently offline Carsten GreinerFriend
Messages: 1
Registered: July 2014
Junior Member
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 Sad

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



Previous Topic:AST without comments
Next Topic:Unable to build project (java.lang.NullPointerException)
Goto Forum:
  


Current Time: Thu Apr 25 06:05:49 GMT 2024

Powered by FUDForum. Page generated in 0.03243 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top