Community
Participate
Working Groups
There was an inadvertent change in the name of the config generated header file when we added the ability to share configurations between executables :( This breaks use of of xdc/cfg/global.h by clients building via makefiles. The build integration instructions (http://rtsc.eclipse.org/docs-tip/Integrating_RTSC_Modules#Portable_Inclusion_of_Configuration_Constants) tell you to define xdc_cfg__header__ as "…/package/cfg/proxyServerHost_ti816x1_xem3.h". But, because of the change, you should define it as "…/package/cfg/proxyServerHost_ti816x1_pem3.h" We should support both or just the _x*
One reason for the change was to make the generated file names independent of the build profile. This is important for makefile-based build integrations. So, any fix should preserve this property.