I am using the STR912F microcontroller. When trying to compile my program the linker generates errors and seems unable to find library functions that are supplied by ST.
These functions include things like UART_Init() and RTC_SetDate() that are included in the ST libraries.
I have put #include <91x_lib.h> in all my header and source files and even #includes to 91x)rtc.h, 91x_uart.h and so on.
Everything compiles fine, just the linking fails for some reason.
What coudl be my problem?
Thanks in advance.