Community
Participate
Working Groups
The following fragment should be implemented in the target's linker template rather than in Program.xdt which should be target independent. %/* If Program.heap is greater than 0, we need to add dummy .sysmem section to % * avoid warnings if that section is not defined somewhere else. % */ %if (this.heap > 0 && this.build.target.isa == "55" && % !(this.build.cfgScript != null && this.build.cfgScript.match(/\.tcf$/) != \ null)) { |- |#pragma DATA_SECTION(_dummysys\ , ".sysmem") |- |char _dummysys; %}
That code was removed because we don't support C55x anymore.