Hi I have a working project which was developed in KEIL uVision. I Copied the source and want to use it using the Code Composer Studio (v6 beta 4) using Tivaware v2.xxx
I Do not have any Errors shown in the 'Problems' tab, however i see the following errors in the console:
"C:\Users\ae0053\AppData\Local\Temp\8080810", ERROR! at line 345: [E0200] Bad term in expression
ldr r0, =_bss
"C:\Users\ae0053\AppData\Local\Temp\8080810", ERROR! at line 345: [E0001] Illegal symbol
ldr r0, =_bss
"C:\Users\ae0053\AppData\Local\Temp\8080810", ERROR! at line 345: [E0003] Unexpected trailing operand(s)
ldr r0, =_bss
"C:\Users\ae0053\AppData\Local\Temp\8080810", ERROR! at line 346: [E0200] Bad term in expression
ldr r1, =_ebss
"C:\Users\ae0053\AppData\Local\Temp\8080810", ERROR! at line 346: [E0001] Illegal symbol
ldr r1, =_ebss
"C:\Users\ae0053\AppData\Local\Temp\8080810", ERROR! at line 346: [E0003] Unexpected trailing operand(s)
ldr r1, =_ebss
8 Assembly Errors, 1 Assembly Warning
"C:\Users\ae0053\AppData\Local\Temp\8080810", ERROR! at line 348: [E0002] Illegal mnemonic specified
.thumb_func
"C:\Users\ae0053\AppData\Local\Temp\8080810", ERROR! at line 351: [E0003] Empty or Invalid condition code
>> Compilation failure
it lt
"C:\Users\ae0053\AppData\Local\Temp\8080810", WARNING! at line 352: [W0004] Incorrect condition code inside of IT block
strlt r2, [r0], #4
8 Assembly Errors, 1 Assembly Warning
Errors in Source - Assembler Aborted
I have no Idea what to do. Please Help me
