Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 7 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.