This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Include source file in DS 2020

Hello,

I am using Arm DS IDE 2020. I am trying to write an assembly code to be downloaded on a board. In my assembly program file, I am including a file as:

INCLUDE startup_stm32l476xx.s

and this file is already in the project directory. But when I try to build the project I get an error that the file could not be opened: No such file or directory. Is there a specific way to make the project aware of the included files? 

Thanks