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.
Okay, it looks like that worked for the dummy project that 'generate code' makes. That ran just fine and added code to my project, but I'm still getting the same errors and a new one:
ArmClang: error armasm command failed with exit code 8
I tried each assembler option in uVision and auto select certainly generated the fewest errors but I still get those code errors for the opcodes and that new one.