Environment uVision4, Windows 7, 64 bit. RTOS is uC/OS-iii.
Assembly language.
A file named cpu_a.asm is copied in from an IAR environment. Some
critical lines are:
PUBLIC CPU_IntDis
...
RSEG CODE:CODE:NOROOT(2)
...
CPU_IntDis
For the first I think PUBLIC should change to EXPORT:
EXPORT CPU_IntDis
Is this correct?
For the second the error is:
error: A1163E: Unknown opcode RSEG , expecting opcode or Macro
I can find some things about RSEG but cannot determine what is
intended by the entire line. How must this line be changed?
For the third the error is:
error: A1355U: A Label was found which was in no AREA
I have not discovered the full significance of this error. How
should this be changed?
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
ARM websites use two types of cookie: (1) those that enable the site to function and perform as required; and (2) analytical cookies which anonymously track visitors only while using the site. If you are not happy with this use of these cookies please review our Privacy Policy to learn how they can be disabled. By disabling cookies some features of the site will not work.