7 years, 6 months ago.

LoRaBaseStation won't compile on a NUCLEO-L152RE + SX1276MB1LAS

Sorry,

I have asked this question before, but got no answer.

Regards,

...kevin

Can you elaborate on 'won't compile'? Do you have all the right define's in place? E.g. I see when compiling from source that it errors because I don't have either DRIVER_SX1276 or DRIVER_INAIR defined, so the library doesn't know which radio driver to use.

posted by Jan Jongboom 09 Sep 2016

Hi Jan,

Here is a partial list:

Error: Expected an identifier in "AlohaTransceiver/AlohaTransceiver.cpp", Line: 120, Col: 11

Error: Expected a declarator in condition declaration in "AlohaTransceiver/AlohaTransceiver.cpp", Line: 123, Col: 18

Error: Expected an identifier in "AlohaTransceiver/AlohaTransceiver.cpp", Line: 137, Col: 11

Error: Member "AlohaTransceiver::Settings" is not a type name in "AlohaTransceiver/AlohaTransceiver.cpp", Line: 146, Col: 37

Error: Expected an identifier in "AlohaTransceiver/AlohaTransceiver.cpp", Line: 352, Col: 11

Error: Variable "buffer" is not a type name in "AlohaTransceiver/AlohaTransceiver.cpp", Line: 352, Col: 17

29 errors on all

posted by Kevin Braun 09 Sep 2016
Be the first to answer this question.