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

Extraneous backslash characters #34

Closed
daguro opened this issue Apr 27, 2017 · 5 comments
Closed

Extraneous backslash characters #34

daguro opened this issue Apr 27, 2017 · 5 comments

Comments

@daguro
Copy link

daguro commented Apr 27, 2017

When the Makefile is generated, there are extraneous (at least for Linux) backslash characters in the compiler arguments

-D__weak="attribute((weak))" -D__packed="attribute((packed))"

edit: that is odd. The back slashes disappear.

\(\(packed\)\)

is how it appears in the Makefile

should be

-D__weak="attribute((weak))" -D__packed="attribute((packed))"

@kaofishy
Copy link

kaofishy commented May 6, 2017

I experienced the same issue on Fedora Linux, and actually I believe the macros have already been defined in Cube header files, at least for L0. #32 is a duplicate.

@riemass
Copy link

riemass commented May 29, 2017

Same for me, tried on Xubuntu and Arch, with zsh and bash command interpreters.

@daguro
Copy link
Author

daguro commented May 29, 2017 via email

@baoshi
Copy link
Owner

baoshi commented May 29, 2017

Seems we don't need this utility anymore. STM32CubeMX now generates Makefile very similar to my template. Hence this issue is no longer relevant.

@baoshi baoshi closed this as completed May 29, 2017
@daguro
Copy link
Author

daguro commented May 29, 2017 via email

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

4 participants