Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVDConv silently fails on Linux to --generate=sfr #141

Open
andbararm opened this issue Jun 11, 2024 · 2 comments
Open

SVDConv silently fails on Linux to --generate=sfr #141

andbararm opened this issue Jun 11, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@andbararm
Copy link

SVDConv silently fails on Linux to "--generate=sfr". This is probably due to the missing sfrcc2.exe that only exists/is called on Windows.

SVDConv should generate some error in this case of missing sfrcc2.exe.
And also the documentation should mention, that "--generate=sfr" is only supported on Windows.

@jkrech jkrech added the bug Something isn't working label Jul 15, 2024
@Quaker762
Copy link

Quaker762 commented Oct 2, 2024

I've just run into this problem myself and was confused as to why until I took a look at how svdconv attempts to generate SFR files.

Is there any chance the CMSIS Toolbox itself could include SfrCC2 that can then be compiled for different platforms? At my place of employment, though we develop on Windows, we have CI machines that run Linux on amd64/aarch64. My intention was to generate SFR files during build to alleviate git performance issues, however that seems impossible as SfrCC2 is shipped with uVision

@jkrech
Copy link
Member

jkrech commented Oct 2, 2024

Sorry, we have no plans of porting SfrCC2. As you rightly say it is part of Keil MDK uVision which is available for Windows only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants