Missing mp_pkt_fwd for Fin LoRa Gateway project

I’m following the guide here: https://www.balena.io/blog/build-a-ttn-lora-gateway-with-balenafin-and-balenacloud/

I’m running into an issue where when trying to push the app to my device where I get:
[main] src/mp_pkt_fwd.c:68:10: fatal error: loragw_debug.h: No such file or directory
And getting subsequent errors involving mp_pkt_fwd not being found.

I’m not sure if something else hasn’t been updated related to mp_pkt_fwd in this project or if I’m missing something. Any ideas or suggestions welcome. Thank you!

Hi, do you see that error on the device dashboard or during the building step (i.e. balena push ...)?

Hey, I get it during the build step. Let me know if you’d like me to send the full terminal logs

They would be handy, if you can share them

See attachedttn-gateway-balenafin.log (49.3 KB)

Thanks, having a look now

Hi, Chris who wrote the article and maintains the example repository is on a leave this week, but he will get back to you as soon as possible once he comes back from vacation.

Thanks,
Zahari

Sounds good, appreciate it.

@mikel welcome to the forums and apologies for taking a little while to get back to you. I’ve updated the lora_gateway component of the project and it now builds successfully again if you’d like to give it a try.

Looks like that worked! Thank you so much!