RAKWireless / rak_common_for_gateway

215 stars 126 forks source link

Incorrect directory for lora_pkt_fwd #18

Closed percz closed 3 years ago

percz commented 4 years ago

On line 38 "libloragw/packet_forwarder/src/" does not exist and the install fails with an error. Changing to the same directory as line 36 results in successful compiling, though possibly this is still the wrong location?

Scobber commented 4 years ago

my thought on this issue was when the tar gets decompressed, it's nested inside another folder, i think it also requires --strip 1 its also missing a few header files for the 1 wire temp sensor.

Line 27 tar -zxvf ./rak2287.tar.gz --strip 1

percz commented 3 years ago

Closing this pull request, as @Scobber points out --strip 1 fixes the issue if doing things manually, else the branch now conflicts.