help with comand file for TMS320C6455

Status
Not open for further replies.

elaphece

Newbie level 3
Joined
Apr 8, 2011
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
IRAQ
Activity points
1,310
hi
i start work with the TMS320C6455 DSK and i write the following in the cmd file
/*my cmd*/
-stack
MEMORY
{
IRAM: O = 0X00000000 L= 0X00100000
MYDATA: O = 0XB0000000 L =0XB0100000
CE0: O =0XE0000000 L= 0XE8000000
}
SECTIONS
{
.cinit>IRAM
.text>IRAM
.stack>IRAM
.bss>IRAM
.const>IRAM
.data>IRAM
.switch>IRAM
.far>IRAM
.sysmem>IRAM
.tables>IRAM
.cio>IRAM
.mydata>MYDATA
}
BUT I RECEIVE THE FOLLOWING ERROR MESSAGE
<LINKING>
INVALID ARGUMENT: MEMORY
>> COMPILATION FAILURE
BUILD COMPLETE ,
1 ERROR 0 WARNINGS ,0REMARKS.
TANKS FOR READING MY REGARDS
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…