Tool/software: Code Composer Studio
The G++ Linker reports an error that __stack is undefined when compiling the file startup_ARMCA15.S provided in CCS when code is compiled using Linaro GCC compiler for A15 core. The C++ linker seems to be case sensitive as changing the __stack to __Stack seems to resolve the issue.
In order to reproduce the issue, create C++ project using instructions here:

Add startup_ARMCA15.S and linker command file and build the project. Examples project is attached:
Regards,
Rahul
