Skip to content

Web builder fails on STM32H7xx board, OpenPnP plugin #3

@jkuusama

Description

@jkuusama

Driver: STM32H7xx
Board: BTT SKR 3 H723 (bootloader)
Link to the "save board" output
Error:
Command failed: pio run -etest -cjob.ini
/home/webbuilder/.platformio/packages/framework-stm32cubeh7@src-f1f2c1ee8752ca5dfad28969c63d467c/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_utils.c: In function 'UTILS_GetPLLOutputFrequency':
/home/webbuilder/.platformio/packages/framework-stm32cubeh7@src-f1f2c1ee8752ca5dfad28969c63d467c/Drivers/STM32H7xx_HAL_Driver/Src/stm32h7xx_ll_utils.c:929:13: warning: implicit declaration of function 'LL_RCC_CalcPLLClockFreq'; did you mean 'HAL_RCC_GetSysClockFreq'? [-Wimplicit-function-declaration]
pllfreq = LL_RCC_CalcPLLClockFreq(PLL_InputFrequency, UTILS_PLLInitStruct->PLLM, UTILS_PLLInitStruct->PLLN, UTILS_PLLInitStruct->FRACN, UTILS_PLLInitStruct->PLLP);
^~~~~~~~~~~~~~~~~~~~~~~
HAL_RCC_GetSysClockFreq
Src/driver.c:77:10: fatal error: openpnp/openpnp.h: No such file or directory
#include "openpnp/openpnp.h"
^~~~~~~~~~~~~~~~~~~
compilation terminated.
*** [.pio/build/test/src/driver.o] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions