| Summary: | MSP430 Generic Platform linker command files should add " --args 0" by default | ||
|---|---|---|---|
| Product: | [Technology] RTSC | Reporter: | Alan DeMars <ademars> |
| Component: | Targets | Assignee: | Sasha Slijepcevic <sascha> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P1 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | target:3.23 | ||
|
Description
Alan DeMars
I added the code that sets argSize to 0, in ti.platforms.msp430.Platform.xs. The code runs before the user's script, so the user has a chance to overwrite it if needed. The fix is in 3.23.00.26. Verify Pass 1) Using CCS and xdc tools 3.23.00.29, I built the SYS/BIOS msp430 stairstep example. 2) I then removed the explicit setting of the "Program.argSize = 0" from the config script, cleaned, and rebuilt the testcase. 3) I inspected the generated linker command file and observed the expected: "--args 0x0" shipped in XDCtools 3.23 (http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/3_23_00_32) |