Hello friends: I am trying to use si1000 receiver to reeive a Davis ISS. https://github.com/tridge/DavisSi1000 Last code update was 4 years ago. I need re-compile firmware becouse i need change frequencies to European ISS. Default pre-compile firmware uses US ISS Frequencies. Trying compile firmware with my updated Raspbian i get an error posted below. My Programming knowledge is very low. I think the problem is code not updated. Please... could you help me to try to solve it? A lot of thank's.
CC radio/printfl.c CC radio/at.c CC radio/freq_hopping.c CC radio/radio.c radio/radio.c:604: error 98: conflict with previous definition of 'scale_uint32' for attribute 'type' from type 'unsigned-long-int function ( unsigned-long-int fixed, unsigned-long-int fixed) fixed' to type 'unsigned-long-int function ( unsigned-long-int pdata, unsigned-long-int pdata) fixed' radio/radio.c:654: error 98: conflict with previous definition of 'set_frequency_registers' for attribute 'type' from type 'void function ( unsigned-long-int fixed) fixed' to type 'void function ( unsigned-long-int pdata) fixed' include/rules.mk:100: recipe for target 'obj/rfd900a/radio~rfd900a/radio.rel' failed make[1]: *** [obj/rfd900a/radio~rfd900a/radio.rel] Error 1 make[1]: Leaving directory '/root/DavisSi1000/Firmware' Makefile:96: recipe for target 'build~radio~rfd900a' failed make: *** [build~radio~rfd900a] Error 2 -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
