mathias2286 Posted November 12, 2015 Report Share Posted November 12, 2015 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 More sharing options...
inmarket Posted November 13, 2015 Report Share Posted November 13, 2015 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now