Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Blind Compiler - A Blindfolded Compiler Is Useless

Below you have it. However, I do believe such erroneous situations are unacceptable under any circumstances. The error notification absolutely makes no sense from a didactic point of view. It is fundamentally illogic as Mr. Spock would say. I, me, and all visitors can see the compiler is blind without deductive resolvable reason. Progress is no progress with increase of obscurities and hidden depencies.


23:55:54 **** Incremental Build of configuration ReLeAsE for project Cstm32f103c8t6mini_PC13LED Configuration ****
make all
Building file: /home/benoit/workspaceSTM32Fxx/Cstm32f103c8t6mini_PC13LED/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c
Invoking: MCU GCC Compiler
/home/benoit/workspaceSTM32Fxx/Cstm32f103c8t6mini_PC13LED/SW4STM32/Cstm32f103c8t6mini_PC13LED Configuration/ReLeAsE
arm-none-eabi-gcc -mthumb -mfloat-abi=soft -O3 -Wall -fmessage-length=0 -ffunction-sections -c -MMD -MP -MF”Drivers/STM32F1xx_HAL_Driver/stm32f1xx_hal.d” -MT”Drivers/STM32F1xx_HAL_Driver/stm32f1xx_hal.o” -o “Drivers/STM32F1xx_HAL_Driver/stm32f1xx_hal.o” “/home/benoit/workspaceSTM32Fxx/Cstm32f103c8t6mini_PC13LED/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c”
/home/benoit/workspaceSTM32Fxx/Cstm32f103c8t6mini_PC13LED/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c:54:27: fatal error: stm32f1xx_hal.h: No such file or directory
#include “stm32f1xx_hal.h”
^
compilation terminated.
make: *** Drivers/STM32F1xx_HAL_Driver/stm32f1xx_hal.o Error 1

23:55:55 Build Finished (took 231ms)