This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I have a customer meet an issue and I want to make them change to the newest compiler.
their CCS version is 6.6.0.0048
And original compiler version is v15.12.3.LTS
After they change to newest, V21.6.0
the project have some errors.
Could you kindly point how to solve the errors? why the .stack should be place another place? it is Ok for v15.12.3.LTS.
BR
Emma
Emma,
Can you check the linker command file? It looks like it is being '.stack' section is being placed at memory 0x10000. Did they try to place .stack in some other memory section like RAMM1 or RAMLS5 which has address < 0x10000.
Santosh,
YES,I can try, but I am confused, it is totally OK for v15.12.3.LTS compiler.
BR
Emma
Emma,
There is no change in Linker Command File? You are building in COFF format using both compilers or you are building in EABI format with newer compiler?