| Summary: | Program.xdt contains target specific code | ||
|---|---|---|---|
| Product: | [Technology] RTSC | Reporter: | Dave Russo <d-russo> |
| Component: | Tools | Assignee: | Sasha Slijepcevic <sascha> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | dfriedland |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
That code was removed because we don't support C55x anymore. |
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; %}