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.

F28M35H52C: Compiler error : #10099-D _ About changing the section area of the linker command file

Guru 12295 points
Part Number: F28M35H52C


Hi,

I am facing an error regarding # 10099-D.

Due to lack of RAML2, an image error has occurred after building.

Currently, I haven't used RAML3 so much, so I changed the code as below, but I still can't solve the error.

 

===============Changes=======================

Before : 

  .ebss               : > RAML2       PAGE = 1

.esysmem           : > RAML2       PAGE = 1

 

After : 

   .ebss               : >> RAML2 | RAML3       PAGE = 1

   .esysmem           : >> RAML2 | RAML3       PAGE = 1

============================================

 

I think the description method of the linker command file is correct.

Is there any way to solve it?

Thanks,

Koki