• 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...
  • ARM compiler preprocess options
    Hi all, I got a errors : -------------------------------------------------------------------------------------------- "Please preprocess D:\Cantata_Deployment\Keil_30_01\KeilDeployment\cpp_tmp...
  • 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...
  • ARM assembler
    Hello everybody, I would like to reach a "decent" understanding capability of the ARM7 and Cortex assembler. I don't need to write programs in Assembly language, I just want to be able to understand...