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

Compiling for blackpill_f411ce #82

Closed
wibsea opened this issue Jul 22, 2022 · 2 comments
Closed

Compiling for blackpill_f411ce #82

wibsea opened this issue Jul 22, 2022 · 2 comments

Comments

@wibsea
Copy link

wibsea commented Jul 22, 2022

I am trying to compile STM32F4xx, my steps are:
git clone --recurse-submodules https://github.com/grblHAL/STM32F4xx
pio run --environment blackpill_f411ce
And I get an error:
Src/driver.c: In function 'systemGetState':
Src/driver.c:998:49: error: request for member 'reset' in something not a structure or union
signals.reset = settings.control_invert.mask.reset;
Please advise how to solve this problem

@terjeio
Copy link
Contributor

terjeio commented Jul 22, 2022

Try changing line 998 to signals.reset = settings.control_invert.reset;

@wibsea
Copy link
Author

wibsea commented Jul 22, 2022

Thank you!! Everything compiled!

@terjeio terjeio closed this as completed Jul 26, 2022
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

2 participants