$(ProjectConfiguration)在LDRA TBRUN TCF文件中设置在哪里?

发布于 2025-02-12 02:11:04 字数 1040 浏览 0 评论 0原文

长篇小说

是在ldra tbrun tcf文件中设置的变量$(project Conconfiguration)

上下文

我有一个LDRA TBRUN TCF文件,我正在尝试使用命令行跑步者,contbrun.exe运行。

它失败了,因为它引用了不正确的可执行路径(.axf文件)。它试图阅读以下内容:

C:\Code\SetName\src\arm\LDRA\SetName.axf

何时应该阅读此内容:

C:\Code\SetName\src\arm\SetName\SetName.axf

换句话说,将。\ ldra \。从路径中取出并替换为。\ setName \。。

在TCF文件中,我认为我推断可执行路径来自这些非常相似的行之一:

SH Executable Name = $(ProjectDir)$(ProjectConfiguration)\$(SetName)$(ExeExtension)
...
Sequencer Executable Name = $(ProjectDir)$(ProjectConfiguration)\$(SetName)$(ExeExtension)
...
Harness Executable Name = $(ProjectDir)$(ProjectConfiguration)\$(SetName)$(ExeExtension)

我想继续使用这些参数,而不是硬编码正确的路径。这对我来说意味着我需要更新$(ProjectConfiguration)。但是我无法弄清楚设置的位置。

文件中没有命中以设置的位置。当然,在许多热门单曲中搜索“ LDRA”结果,但没有什么能像设置$(ProjectConfiguration)那样引人注目的。

$(ProjectConfiguration)在哪里设置?

Long story short

Where is the variable $(ProjectConfiguration) set in an LDRA TBrun TCF file?

Context

I have an LDRA TBrun TCF file I'm trying to run using the command-line runner, contbrun.exe.

It's failing because it's referencing the incorrect executable path (.axf file). It's trying to read this:

C:\Code\SetName\src\arm\LDRA\SetName.axf

When it should instead be reading this:

C:\Code\SetName\src\arm\SetName\SetName.axf

In other words, take the .\LDRA\. out of the path and replace it with .\SetName\..

In the TCF file, I think I deduced that the executable path is coming from one of these very similar lines:

SH Executable Name = $(ProjectDir)$(ProjectConfiguration)\$(SetName)$(ExeExtension)
...
Sequencer Executable Name = $(ProjectDir)$(ProjectConfiguration)\$(SetName)$(ExeExtension)
...
Harness Executable Name = $(ProjectDir)$(ProjectConfiguration)\$(SetName)$(ExeExtension)

I would like to continue using these parameters rather than hard-coding the correct path. That implies to me I would need to update $(ProjectConfiguration). But I can't figure out where that is set.

There are no hits in the file for where it gets set. And searching around for "LDRA" results of course in a lot of hits but nothing that stands out as the one that sets $(ProjectConfiguration).

Where does $(ProjectConfiguration) get set?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

太阳哥哥 2025-02-19 02:11:04

解决此问题的最佳方法是在 > - 怀疑您的TLP损坏。

支持将能够对您进行整理(假设您尚未分类)

请参阅属性的配置文件!

The best way of resolving this would be to contact LDRA Support at [email protected] - the suspicion is that you have a corrupted TLP.

Support will be able to sort you out (assuming you are not already sorted)

See profile for affiliation!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文