CMSIS_5 icon indicating copy to clipboard operation
CMSIS_5 copied to clipboard

Finding currently used packs programmatically

Open mumble-myopia opened this issue 3 years ago • 3 comments

This may be the wrong place (seems initially to be more about building your own packs), in which case sorry, but I have been pointed here by ARM support. When we release a binary, we need to record the version numbers of the various packs that went into it (so we can reliably reproduce it later). I can't see that CMSIS-Build is really the answer but certainly others must have come across this issue.

Can anyone suggest a reliable way of achieving this please?

mumble-myopia avatar Oct 19 '21 11:10 mumble-myopia

Hi @mumble-myopia,

Yes, this question doesn't really fit here. The answer depends on the build environment you are using.

If you are using CMSIS-Build you may raise this question at https://github.com/Open-CMSIS-Pack/devtools. There are already similar discussions going on, like involving some sort of lock file.

For other build environments you'd need to get in touch with the tool vendor's support.

Cheers, Jonatan

JonatanAntoni avatar Oct 19 '21 12:10 JonatanAntoni

thanks for that - will repost there (including details of our build env - good point). Basically we use Keil uVision, Sourcetree/Git under Windoze.

mumble-myopia avatar Oct 19 '21 12:10 mumble-myopia

The button Details in this MDK dialog gives you the report you are looking for: https://www.keil.com/support/man/docs/uv4/uv4_ca_rtemanager.htm

see also here: https://www.keil.com/support/man/docs/uv4/uv4_dg_rte.htm

rkeil62 avatar Oct 28 '21 18:10 rkeil62