Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LMIC exemple compiling problem #329

Open
tk5ep opened this issue Aug 9, 2023 · 0 comments
Open

LMIC exemple compiling problem #329

tk5ep opened this issue Aug 9, 2023 · 0 comments

Comments

@tk5ep
Copy link

tk5ep commented Aug 9, 2023

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant