Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 2 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
posted by Jan Jongboom 09 Sep 2016DRIVER_SX1276
orDRIVER_INAIR
defined, so the library doesn't know which radio driver to use.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