Hello!

I am trying to activate watchdog timer on my tcm-bf537 platform, but when I do 
this, I have a copmpiling error. And I really don't know what to do.

u-Boot: u-boot-2011.09

-----------
My steps are:

1. Add
#define CONFIG_WATCHDOG
to ./include/configs/tcm-bf537.h

2. make tcm-bf537
--------------

The errors are:

/opt/uClinux/u-boot-2011.09/arch/blackfin/lib/board.c:223: undefined reference 
to 'watchdog_init'
/opt/uClinux/u-boot-2011.09/arch/blackfin/lib/board.c:223: relocation truncated 
to fit: R_BFIN_PCREL24 against undefined symbol 'watchdog_init'
arc/blackfin/cpu/libblackfin.o: Infunction '_udelay':
/opt/uClinux/u-boot-2011.09/arch/blcakfin/cpu/interrupts.c:74: undefined 
reference to 'watchdog_reset'
/opt/uClinux/u-boot-2011.09/arch/blcakfin/cpu/interrupts.c:74: relocation 
truncated to fit: R_BFIN_PCREL24 against undefined symbol 'watchdog_reset'

and so on...
What can i do?

Thanks.

-- 
Best wishes, Denis Konstantinov.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to