• C Preprocessing in ARM Assembler 6
    I am trying to pre-process a header file written in C syntax, as an include in my device startup assembly file. Snippets of the Assembly file: #include "mcu_powers_preprocessed_macros.h" Stack_Size...
  • C Preprocessing in ARM Assembler 6
    I am trying to pre-process a header file written in C syntax, as an include in my device startup assembly file. Snippets of the Assembly file: #include "mcu_powers_preprocessed_macros.h" Stack_Size...
  • 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...
  • Error while Preprocessing using ARMCC in RTRT TDP
    Hi All, I am working on TDP development for XMC-4700, while preprocessing the files i am getting the below issue: "no source": Error: command-line: #564: cannot open preprocessing output output...
  • compilation option
    Hello all, I have one project in microvision keil2. It is of 89v51rd2 and sst89e516rd2 controller. I am compiling code in keil2, somehow I am finding short of memory while compiling the code as my...