• Error: failed to execute '.\ARMCC\bin\ArmAsm'
    Hi, I changed my computer, installed new copy Keil uVision4 and copy my project to new location. When I tried compiled, I get error: assembling startup_stm32f30x.s... --- Error: failed to execute...
  • Unknown armasm error
    Note: This was originally posted on 21st October 2010 at http://forums.arm.com I am using RVCT 4.1 build 462, and I have seen this armasm error: A1903E: Line not seen in first pass; cannot be assembled...
  • armasm push unknown opcode error
    Note: This was originally posted on 8th April 2008 at http://forums.arm.com Hi, I am trying to compile a .s file using armasm. But i am getting this error "VectorTransform.s", line 8: Error: A1163E: Unknown...
  • Are there any predefinied macros for armasm?
    Hi, i want to check with a IF :DEF:xxxxxx if my assembler routine was assembled with the Keil assembler for ARM or with a IAR or with a TI toolchain. The compiler predefines like __arm__ are...
  • ARMASM: produce preprocessed output
    Note: This was originally posted on 6th February 2012 at http://forums.arm.com with armcc I can generate assembly listing by using --asm command line option. How can I do the same with armasm? The reason...