• Assembler issue (error A152)
    Hi, I have included a file2.asm into a file1.asm using the following directive : $ INCLUDE (file2.asm) When calling the A66 assembler on file1.asm, inclusion is well done but the following error...
  • In Line Assembly Issue
    I am using following code by enabling FILE-OPTIONS-ASSEMBLE SRC FILE flag in one of my test.C file. In test.c file I used following code: #pragma asm NOP #pragma endasm After inclding generated...
  • Issue compiling ARMv8 assembly
    Hi, I am using "gcc-arm-none-eabi-4_9-2015q1" to compile ARMv8 - A53/A57 code and getting following errors while compiling assembly files - I am giving -march='armv8-a' option. I am not sure how to resolve...
  • In Line Assembly Issue
    I am using following code by enabling FILE-OPTIONS-ASSEMBLE SRC FILE flag in one of my test.C file. In test.c file I used following code: #pragma asm NOP #pragma endasm After inclding generated...
  • Assembler issue (error A152)
    Hi, I have included a file2.asm into a file1.asm using the following directive : $ INCLUDE (file2.asm) When calling the A66 assembler on file1.asm, inclusion is well done but the following error...