RAKWireless / rak_common_for_gateway

219 stars 124 forks source link

makefile for packetforwarder #32

Closed sajalbhargava closed 3 years ago

sajalbhargava commented 4 years ago

i am trying to makefile for packet forwarder but error is coming "config.h " not found. any help will be appreciated

cstratton commented 3 years ago

Normally config.h is autogenerated from library.cfg when you build the lora gateway HAL.

Are you not using the install script but trying to build this yourself? If so, you'll need to checkout and build https://github.com/Lora-net/lora_gateway.git first, as the install.sh script does