Jump to content

chibistudio using Embest-STM32-DMSTF4BB


mathias2286

Recommended Posts

Hi, im a little new on this, i have the Embest-STM32-DMSTF4BB and i'm trying to build a proyect but i have three errors:

C:\ChibiStudio\workspace26\proy/../../chibios/os/hal/src/hal.c:76: undefined reference to `pal_default_config'

C:\ChibiStudio\workspace26\proy/../../chibios/os/hal/src/hal.c:76: undefined reference to `pal_default_config'

C:\ChibiStudio\workspace26\proy/../../chibios/os/hal/src/hal.c:127: undefined reference to `boardInit'

How can i fix that? Which library do i have to declare?

Thank you very much

Link to comment
Share on other sites

The errors you are getting are because it appears that the board specific code in chibios has not been linked into your make.

Whilst this is a chibios specific problem we will attempt to help you with this. To do this we need to know which version of chibios you are using and whether you are using the chibios makefile or the ugfx based makefile.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...