This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ASM error GNU

i create a new project with main.c for a15 baremetal and add a asm file in which i have a function defined that i want to use in the main.c

when i build the project i get a warning

arm-none-eabi-gcc: warning: ../myasm.asm: linker input file unused because linking not done
Finished building: ../myasm.asm

followed by

makefile:143: recipe for target 'asmtest_CSL.out' failed

Are there any extra build options that i am missing?

i am using the following:

CCS 6.1.3

GNU 4.9.3(Linaro)