Hello,
I am trying to port assembly code written in Code Sourcery to CCSv5.1. I resolved most of the errors which i am getting while doing so but
still some are there. my code is attached in this post and below are the errors which i am getting on following lines:
.if $isdefed("__thumb2__") || $isdefed("__ARM_ARCH_6M__") || $isdefed("__ARM_ARCH_6SM__") // illlegal mnemonic specified
.if (THUMB = 1) // illlegal mnemonic specified & Symbol .if has already been defined
.else // Symbol .else has already been defined
b _start_addr // Symbol .else has already been defined
.endif
Please help to resolve these errors. I am working on OMAP-L137 in that for ARM 9 processor.
Regards,
Priya