We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make flash FLASH_DEVICE=1d50:614e Compiling out/src/../lib/stm32f1/system_stm32f1xx.o src/../lib/stm32f1/system_stm32f1xx.c:353:1: fatal error: opening dependency file out/src/../lib/stm32f1/system_stm32f1xx.d: No such file or directory } ^ compilation terminated. make: *** [Makefile:71: out/src/../lib/stm32f1/system_stm32f1xx.o] Error 1
It looks like it should be looking for stm32f4 (exists) instead of stm32f1 (doesn't exist).
Menu config looks to be correct
The firmware compile runs without an issue.
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
make flash FLASH_DEVICE=1d50:614e Compiling out/src/../lib/stm32f1/system_stm32f1xx.o src/../lib/stm32f1/system_stm32f1xx.c:353:1: fatal error: opening dependency file out/src/../lib/stm32f1/system_stm32f1xx.d: No such file or directory } ^ compilation terminated. make: *** [Makefile:71: out/src/../lib/stm32f1/system_stm32f1xx.o] Error 1
It looks like it should be looking for stm32f4 (exists) instead of stm32f1 (doesn't exist).
Menu config looks to be correct
The firmware compile runs without an issue.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: