You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've ordered a set of low power Arduino boards as published here.
I wired 2 of them and try to compile the LMIC_ABP_BASIC sketch and want to use them on the 433 MHz band.
Leaving the config.h untouched, I get these errors during compiling.
When setting the band to 433 MHz (#define CFG_eu433 1), I get a lot more.
Any help possible ?
C:\Users\Admin\AppData\Local\Temp\ccUqpuON.ltrans0.ltrans.o: In function calcBcnRxWindowFromMillis':
c:\Users\Admin\Documents\Arduino\libraries\lmic\src\lmic/lmic.c:419: undefined reference to table_get_ostime' C:\Users\Admin\AppData\Local\Temp\ccUqpuON.ltrans0.ltrans.o: In function calcRxWindow':
c:\Users\Admin\Documents\Arduino\libraries\lmic\src\lmic/lmic.c:405: undefined reference to table_get_ostime' c:\Users\Admin\Documents\Arduino\libraries\lmic\src\lmic/lmic.c:407: undefined reference to table_get_ostime'
C:\Users\Admin\AppData\Local\Temp\ccUqpuON.ltrans0.ltrans.o: In function initDefaultChannels': c:\Users\Admin\Documents\Arduino\libraries\lmic\src\lmic/lmic.c:553: undefined reference to table_get_u4'
C:\Users\Admin\AppData\Local\Temp\ccUqpuON.ltrans0.ltrans.o: In function radio_irq_handler': c:\Users\Admin\Documents\Arduino\libraries\lmic\src\lmic/radio.c:777: undefined reference to table_get_u2'
C:\Users\Admin\AppData\Local\Temp\ccUqpuON.ltrans0.ltrans.o: In function schedRx12': c:\Users\Admin\Documents\Arduino\libraries\lmic\src\lmic/lmic.c:1354: undefined reference to table_get_ostime'`
Thanks,
The text was updated successfully, but these errors were encountered:
Hi,
I've ordered a set of low power Arduino boards as published here.
I wired 2 of them and try to compile the LMIC_ABP_BASIC sketch and want to use them on the 433 MHz band.
Leaving the config.h untouched, I get these errors during compiling.
When setting the band to 433 MHz (#define CFG_eu433 1), I get a lot more.
Any help possible ?
C:\Users\Admin\AppData\Local\Temp\ccUqpuON.ltrans0.ltrans.o: In function
calcBcnRxWindowFromMillis':c:\Users\Admin\Documents\Arduino\libraries\lmic\src\lmic/lmic.c:419: undefined reference to
table_get_ostime' C:\Users\Admin\AppData\Local\Temp\ccUqpuON.ltrans0.ltrans.o: In function
calcRxWindow':c:\Users\Admin\Documents\Arduino\libraries\lmic\src\lmic/lmic.c:405: undefined reference to
table_get_ostime' c:\Users\Admin\Documents\Arduino\libraries\lmic\src\lmic/lmic.c:407: undefined reference to
table_get_ostime'C:\Users\Admin\AppData\Local\Temp\ccUqpuON.ltrans0.ltrans.o: In function
initDefaultChannels': c:\Users\Admin\Documents\Arduino\libraries\lmic\src\lmic/lmic.c:553: undefined reference to
table_get_u4'C:\Users\Admin\AppData\Local\Temp\ccUqpuON.ltrans0.ltrans.o: In function
radio_irq_handler': c:\Users\Admin\Documents\Arduino\libraries\lmic\src\lmic/radio.c:777: undefined reference to
table_get_u2'C:\Users\Admin\AppData\Local\Temp\ccUqpuON.ltrans0.ltrans.o: In function
schedRx12': c:\Users\Admin\Documents\Arduino\libraries\lmic\src\lmic/lmic.c:1354: undefined reference to
table_get_ostime'`Thanks,
The text was updated successfully, but these errors were encountered: