florasim / flora

This is a set of modules to simulate LoRa networks
Other
53 stars 39 forks source link

issue with directory missing, cant build flora #73

Open 40487526 opened 1 year ago

40487526 commented 1 year ago

Hi, i have followed all guidelines, using windows 10, however when i try and build flora i am unable to with the error:

./LoRaPhy/LoRaReception.h:11:10: fatal error: inet/physicallayer/wireless/common/analogmodel/packetlevel/ScalarReception.h: No such file or directory
   11 | #include "inet/physicallayer/wireless/common/analogmodel/packetlevel/ScalarReception.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:159: ../out/gcc-release/src/LoRa/LoRaGWRadio.o] Error 1
make[1]: Leaving directory '/c/Napier/y4s1/DIss/flora-master/src'
make: *** [Makefile:5: all] Error 2
"make MODE=release all" terminated with exit code 2. Build might be incomplete.

14:24:29 Build Failed. 3 errors, 0 warnings. (took 914ms)

Any help would be appreicated to get this fixed.

Thanks