This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

μVision 5 project isn't accepting opcodes

Hi all, I'm trying to run a project. I didn't write it and I'm pretty new to ARM development as well. I'm getting the error "Error: A1163E Unknown Opcode MODULE, expecting opcode of Macro                 MODULE ?startup

I'm getting 4 or 5 of those errors, one for each of the opcodes in the code.

After reading other posts about Error: A1163E , it seems like the issue is usually white spaces and indenting, but I've tried the fixes mentioned. I believe I saw one person who just didn't have all the right libraries? All the libraries should be there to my...admittedly low level of knowledge. Is there anything else I can try? Again, as I didn't actually write the code, I can only make educated assumptions and go by the error messages.

Parents
  • This is likely legacy assembler format.

    Open the µVision dialog 'Options for Target', then select the tab 'Asm', and then select 'armclang (Auto Select )' for 'Assembler Option'.

    Does this resolve the issue?

    Regards, Ronan

Reply
  • This is likely legacy assembler format.

    Open the µVision dialog 'Options for Target', then select the tab 'Asm', and then select 'armclang (Auto Select )' for 'Assembler Option'.

    Does this resolve the issue?

    Regards, Ronan

Children