Skip to main content
ssk
Associate III
June 18, 2015
Question

SPC5Studio project settings

  • June 18, 2015
  • 3 replies
  • 1210 views
Posted on June 18, 2015 at 12:49

Hello,

I am using SPC5Stuido and the output file is generated as out.elf or out.hex etc. It is the default setting. I want to change it as per project need. From which project settings can I change the output file name? Where is it documented?

Thanks in advance.

Mike.
    This topic has been closed for replies.

    3 replies

    Nickname16641_O
    Visitor II
    June 18, 2015
    Posted on June 18, 2015 at 14:35

    Hi,

    In the platform component, under ''Build'', there is ''Application Name''. The default is ''out''.

    Giovanni

    ssk
    sskAuthor
    Associate III
    June 18, 2015
    Posted on June 18, 2015 at 16:43

    Thanks Giovanni. I missed that section, was looking under project properties.

    Mike.

    Nickname16641_O
    Visitor II
    June 18, 2015
    Posted on June 18, 2015 at 17:03

    In general in SPC5Studio it is better to assume that it is in the configuration. Project properties do not do much because projects are Makefile-based and the makefile is generated.

    Giovanni