virtualabs / cc2531-killerbee-fw

Killerbee compatible ZigBee sniffer/injector firmware for TI CC2531 USB dongles
MIT License
39 stars 17 forks source link

SDCC build fails #12

Open ThomasL01 opened 1 year ago

ThomasL01 commented 1 year ago

Hello, I go into sdcc build following errors:

./contiki/cpu/cc253x/dev/clock.c:64: error 98: conflict with previous declaration of 'clock_delay_usec' for attribute 'type' at ./contiki/core/./sys/clock.h:141
from type 'void function ( unsigned-int fixed) __reentrant fixed'
  to type 'void function ( unsigned-int fixed) __reentrant fixed'

Can you provide with version used for sdcc please to be able to generate hex file?

Thanks, Thomas