You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to develop an application for BigTreeTech Octopus board. The chip is STM32F446ZET6, which is the same as fornucleo_f446ze. However, when trying to compile for arduino framework, I only get the error variant_NUCLEO_F446ZE.h: No such file or directory
Details
Processing nucleo_f446ze (platform: ststm32; board: nucleo_f446ze; framework: arduino)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/nucleo_f446ze.html
PLATFORM: ST STM32 (18.0.0) > ST Nucleo F446ZE
HARDWARE: STM32F446ZET6 180MHz, 128KB RAM, 512KB Flash
DEBUG: Current (stlink) On-board (stlink) External (blackmagic, cmsis-dap, jlink)
PACKAGES:
- framework-arduinoststm32 @ 4.20900.0 (2.9.0)
- framework-cmsis @ 2.50900.0 (5.9.0)
- toolchain-gccarmnoneeabi @ 1.120301.0 (12.3.1)
Converting main.ino
Warning! Cannot find linker script for the current target!
LDF: Library Dependency Finder -> https://bit.ly/configure-pio-ldf
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 14 compatible libraries
Scanning dependencies...
No dependencies
Building in release mode
Compiling .pio/build/nucleo_f446ze/SrcWrapper/src/HAL/stm32yyxx_hal.c.o
Compiling .pio/build/nucleo_f446ze/SrcWrapper/src/HAL/stm32yyxx_hal_adc.c.o
<command-line>: fatal error: variant_NUCLEO_F446ZE.h: No such file or directory
*******************************************************************************
* Looking for variant_NUCLEO_F446ZE.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:variant_NUCLEO_F446ZE.h"
* Web > https://registry.platformio.org/search?q=header:variant_NUCLEO_F446ZE.h
*
*******************************************************************************
compilation terminated.
Compiling .pio/build/nucleo_f446ze/SrcWrapper/src/HAL/stm32yyxx_hal_adc_ex.c.o
Compiling .pio/build/nucleo_f446ze/SrcWrapper/src/HAL/stm32yyxx_hal_can.c.o
*** [.pio/build/nucleo_f446ze/SrcWrapper/src/HAL/stm32yyxx_hal.c.o] Error 1
<command-line>: fatal error: variant_NUCLEO_F446ZE.h: No such file or directory
*******************************************************************************
* Looking for variant_NUCLEO_F446ZE.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:variant_NUCLEO_F446ZE.h"
* Web > https://registry.platformio.org/search?q=header:variant_NUCLEO_F446ZE.h
*
*******************************************************************************
compilation terminated.
*** [.pio/build/nucleo_f446ze/SrcWrapper/src/HAL/stm32yyxx_hal_adc.c.o] Error 1
<command-line>: fatal error: variant_NUCLEO_F446ZE.h: No such file or directory
*******************************************************************************
* Looking for variant_NUCLEO_F446ZE.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:variant_NUCLEO_F446ZE.h"
* Web > https://registry.platformio.org/search?q=header:variant_NUCLEO_F446ZE.h
*
*******************************************************************************
compilation terminated.
*** [.pio/build/nucleo_f446ze/SrcWrapper/src/HAL/stm32yyxx_hal_adc_ex.c.o] Error 1
<command-line>: fatal error: variant_NUCLEO_F446ZE.h: No such file or directory
*******************************************************************************
* Looking for variant_NUCLEO_F446ZE.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:variant_NUCLEO_F446ZE.h"
* Web > https://registry.platformio.org/search?q=header:variant_NUCLEO_F446ZE.h
*
*******************************************************************************
compilation terminated.
*** [.pio/build/nucleo_f446ze/SrcWrapper/src/HAL/stm32yyxx_hal_can.c.o] Error 1
===================================================================================================================== [FAILED] Took 0.77 seconds =====================================================================================================================
The text was updated successfully, but these errors were encountered:
I am trying to develop an application for BigTreeTech Octopus board. The chip is STM32F446ZET6, which is the same as fornucleo_f446ze. However, when trying to compile for arduino framework, I only get the error
variant_NUCLEO_F446ZE.h: No such file or directory
Details
The text was updated successfully, but these errors were encountered: