This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

scatter file generation

How can I make UV5 to automatic generate a its default scatter file?

Parents
  • The "Use Memory Layout from Target Dialog" is a linker option.

    In our case the project output is a library. The linker is never called to generate the SCT file. However we still require the SCT file later to create an executable based on the library. The executable is created using the ARM toolchain directly, not the Keil IDE. 

    Is there a Keil command line option to generate the SCT for a particular build target? Perhaps a separate utility?

    Thanks

Reply
  • The "Use Memory Layout from Target Dialog" is a linker option.

    In our case the project output is a library. The linker is never called to generate the SCT file. However we still require the SCT file later to create an executable based on the library. The executable is created using the ARM toolchain directly, not the Keil IDE. 

    Is there a Keil command line option to generate the SCT for a particular build target? Perhaps a separate utility?

    Thanks

Children