Dtynin
DIIDevHeads IoT Integration Server
•Created by Sterling on 7/14/2024 in #firmware-and-baremetal
Resolving stdio.h and FPU Instruction Errors in STM32F103 Project with clangd and Neovim
@Sterling For
stdio.h
not found, add the ARM toolchain include path to compile_commands.json
:
For FPU instructions, ensure the target CPU is specified:
Update your Makefile:
Alternatively, try installing ccls as an LSP:
Then configure Neovim to use ccls.3 replies