Welcome to the Jazz Community Forum
cpp build in RTC

One answer

Obviously you need a compiler and a linker for that. I'm not sure if the Eclipse CDT provides a executable compiler like the Eclipse Java ECJ. You can get free GNU compilers from the internet however.
Comments

Hi Ralph,

The project would typically be shared into a RTC SCM workspace and delivered into a stream. the makefile would sit in that project. The build would download the data and in the next step it would call the make using a commandline or from ANT or however you decide to do it. I would recommend to look at the sample project on a test server, to see how build is usually set up. Build Artifacts Publishing Using HTTP Servers in Rational Team Concert also has some information around setting up builds.
The help has the basic information too: http://www-01.ibm.com/support/knowledgecenter/SSCP65_5.0.2/com.ibm.team.build.doc/topics/t_build_overview.html?cp=SSCP65_5.0.2

Hi Ralph,

Seriously, read the help provided about how build works in http://www-01.ibm.com/support/knowledgecenter/SSCP65_5.0.2/com.ibm.team.build.doc/topics/t_build_overview.html?cp=SSCP65_5.0.2
If there is no build definition and no build request, the build engine will do nothing

Hi,

If you refer to the Downloads tab on the build result, you can use ANT tasks to contribute to the build. See: http://www-01.ibm.com/support/knowledgecenter/SSCP65_5.0.2/com.ibm.team.build.doc/topics/r_ant-tasks.html?cp=SSCP65_5.0.2
However, I would consider not to fill up the database with a lot of binary downloads and rather do this: https://jazz.net/library/article/797 or something similar.