-
Notifications
You must be signed in to change notification settings - Fork 290
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
build warning: "_close is not implemented and will always fail" #164
Labels
Comments
The STMCUBEMX HAL added a "syscalls.c" to stub out these functions to prevent compiler errors: |
marckleinebudde
added a commit
to marckleinebudde/candleLight_fw
that referenced
this issue
Jun 4, 2024
This increases the size of the binary in a stm32f072 a but: before: Memory region Used Size Region Size %age Used FLASH: 17296 B 128 KB 13.20% RAM: 4268 B 16 KB 26.05% after: Memory region Used Size Region Size %age Used FLASH: 17312 B 128 KB 13.21% RAM: 4268 B 16 KB 26.05% Closes: candle-usb#164
marckleinebudde
added a commit
to marckleinebudde/candleLight_fw
that referenced
this issue
Jun 4, 2024
This increases the size of the binary in a stm32f072 a bit: before: Memory region Used Size Region Size %age Used FLASH: 17296 B 128 KB 13.20% RAM: 4268 B 16 KB 26.05% after: Memory region Used Size Region Size %age Used FLASH: 17312 B 128 KB 13.21% RAM: 4268 B 16 KB 26.05% Closes: candle-usb#164
marckleinebudde
added a commit
to marckleinebudde/candleLight_fw
that referenced
this issue
Jun 4, 2024
This increases the size of the binary in a stm32f072 a bit: before: Memory region Used Size Region Size %age Used FLASH: 17296 B 128 KB 13.20% RAM: 4268 B 16 KB 26.05% after: Memory region Used Size Region Size %age Used FLASH: 17312 B 128 KB 13.21% RAM: 4268 B 16 KB 26.05% Closes: candle-usb#164
marckleinebudde
added a commit
to marckleinebudde/candleLight_fw
that referenced
this issue
Jun 4, 2024
This increases the size of the binary in a stm32f072 a bit: before: Memory region Used Size Region Size %age Used FLASH: 17296 B 128 KB 13.20% RAM: 4268 B 16 KB 26.05% after: Memory region Used Size Region Size %age Used FLASH: 17312 B 128 KB 13.21% RAM: 4268 B 16 KB 26.05% Closes: candle-usb#164
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice, new warnings with arm-gcc 13.1.0 :
those are neither implemented nor used. I'm not sure which step is pulling in those symbols; none of them end up in the compiled .elf.
Is it my distro's build that got something wrong all of a sudden or is anyone else also seeing this ?
The text was updated successfully, but these errors were encountered: