Question:
I am working on ADSP-SC589 along with cross core embedded studio 2.2.0. i want to build one assembly source file (eg, file.s) in core0. Can anyone share an example code for doing this? Please mention additional settings required in project properties , especially project properties-->settings?
============================
Answer:
Unfortunately lower case .s suffix is not recognised by CrossCore Embedded Studio. If you rename you assembly source file to either capital .S or .asm suffix, then it will be built as part of the make and you can build it selectively by right-clicking on the file and choosing Build Selected File(s).
http://www.analog.com/en/design-center/processors-and-dsp/evaluation-and-development-software/software-tools-anomalies-search.html - CCES-15492 ( ".s" suffixed files have wrong set of right-click options)