Hello,
i am getting a "Section ".monitor2" overlaps section ".textf" ", how to slove this error,
Thanks and regards,
Hi,What device are you using at your end?
Best Regards,Vasanth
RL78/ F12 - R5F10968 Microcontroller.
You need to specify the option to secure the debug monitor area. In CS+ go to Linker options under Device:
After making the suggested changes, I am now encountering an error message stating 'Section address overflow out of range: .SLIB'. I have attached an image for your reference.
After making the suggested changes. i am getting same error,
Would it be possible to share your project?
lean_A0.zip
I can see what is happening but I don't understand why it is happening. The ".SLIB" section is being allocated to RAM but does not fit, it should be allocated to the ROM/flash. The project uses the default setting to automatically layout the sections, which seems to work fine in another project that I created.
I will try to get more time to look at this later today, maybe someone else can have a look and understand why this is happening.
hello,
Previously, the code was working fine with no errors. However, after I modified it by adding extra lines, I started encountering this error. If I comment out that line, the error disappears. Please correct this issue as it is urgent; I am awaiting your response
Can you pls elaborate on where exactly that you added extra lines, or where you comment out lines to make the error disappear?