Skip to main content
SLope.3
Visitor II
June 1, 2022
Question

I am having these warnings on my .sct file, any ideas what is happening here?

  • June 1, 2022
  • 2 replies
  • 1623 views

warning: L6314W: No section matches pattern load(RO).

warning: L6314W: No section matches pattern address(RO).

warning: L6314W: No section matches pattern =(RO).

warning: L6314W: No section matches pattern execution(RO).

warning: L6314W: No section matches pattern address(RO).

This topic has been closed for replies.

2 replies

Andrew Neil
Super User
June 1, 2022

That's Keil, isn't it?

For specific Keil questions (not directly related to STM32) you may be better asking Keil:

https://community.arm.com/support-forums/f/keil-forum

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Tesla DeLorean
Guru
June 1, 2022

Scatter file describes sections it can't use or has no data to associate to sections described.

The scatter file isn't provided, and the project / build details aren't either.​

Also it's a warning, so review the .MAP file, and perhaps disassemble or dump things with FromELF, confirming that the linker constructed the output in the manner it was directed too.​

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..