Hi,
I'm working on MSC8156 ADS, and I've migrated my project to CW version 10.1.8, from version 10.1.3.
I've followed the instructions in the PDF document, and I've managed to build the project without errors and no warnings.
But I've receive Linker Info on the output as follows:
[LNK,0,6999,-1]: Information: Could not locate stack section for core c0.Stack not set. It must be set by user.
[LNK,0,6999,-1]: Information: Could not locate stack section for core c1.Stack not set. It must be set by user.
[LNK,0,6999,-1]: Information: Could not locate stack section for core c2.Stack not set. It must be set by user.
[LNK,0,6999,-1]: Information: Could not locate stack section for core c3.Stack not set. It must be set by user.
[LNK,0,6999,-1]: Information: Could not locate stack section for core c4.Stack not set. It must be set by user.
[LNK,0,6999,-1]: Information: Could not locate stack section for core c5.Stack not set. It must be set by user.
I've built also a demo application from the Demos folder, and received the same Info output.
What is missing in my project ?
Thanks.