wizhippo / stm32f4-chibios-lwip-pppos

7 stars 9 forks source link

Build is broken, needs these fixes #1

Closed dalbert2 closed 9 years ago

dalbert2 commented 9 years ago

In sysinfo.c, change call to chCoreStatus() to chCoreGetStatusX()

In Makefile, 1) change CSRC path to chprintf to $(CHIBIOS)/os/hal/lib/streams/chprintf.c 2) Add $(CHIBIOS)/os/hal/lib/streams \ to INCDIR path

wizhippo commented 9 years ago

using latest ChibiOS now. Thanks for the heads up