7 years, 11 months ago.

Using INCLUDE in assembly files

In the classic mbed compilerI am attempting to include a .s file that contains constants for another .s file. I am using the line...

INCLUDE asm_constants.s ; Load Constant Definitions

To include my constants, but I am getting the error...

Error: A1023E: File "asm_constants.s" could not be opened: No such file or directory in "my_asm.s", Line: 1, Col: 1

Any thoughts on how I can include .s files would be appreciated.

Be the first to answer this question.