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

Precompiled DSP library path wrong for some STM32Cube packages #569

Closed
maxgerhardt opened this issue Oct 20, 2021 · 0 comments
Closed

Precompiled DSP library path wrong for some STM32Cube packages #569

maxgerhardt opened this issue Oct 20, 2021 · 0 comments

Comments

@maxgerhardt
Copy link
Contributor

maxgerhardt commented Oct 20, 2021

The builder script says

LIBPATH=[
os.path.join(FRAMEWORK_DIR, "Drivers", "CMSIS", "Lib", "GCC"),
os.path.join(FRAMEWORK_DIR, "platformio", "ldscripts"),
],

For e.g. for the G0 package..

grafik

it's Drivers\CMSIS\DSP\Lib\GCC not Drivers/CMSIS/Lib/GCC.

Other packages like the F4 packages have the expected folder structure.

@maxgerhardt maxgerhardt changed the title Precompiled DSP library path wrong for some STM32CubePackage Precompiled DSP library path wrong for some STM32Cube packages Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant