@mike Hi, no didnt find any fix for this.
But on my Macbook everything works fine, the problem is only on a 32 bits linux machine.
Posts made by Wilco Eliveld
-
RE: #error No forward link or gateway feature activated.
-
RE: #error No forward link or gateway feature activated.
@hek said:
Strange.
Just downloaded 1.6.7 (only difference from your setup). The RelayActuator sketch compiles just fine there as well.
i still think i need some parameters/settings somewhere..
get a exit status 1 because of the No Forward link messageedit:
When i use version 1.4 of MySensors i dont have the error message and compiles goes fine
-
RE: #error No forward link or gateway feature activated.
@hek said:
You must have done some changes. Latest compiles fine here on my computer.
i only did a clone of the repo and copy all libraryś to my librarys dir
#include <MySensor.h> void setup() { } void loop() { }
Gives also:
In file included from /tmp/arduino_c2cf6ad24e4a2a0e97af5bb50875ab91/sketch_feb04b.ino:1:0:
/home/wilco/stack/documents/arduino/libraries/MySensors/MySensor.h:285:4: error: #error No forward link or gateway feature activated. This means nowhere to send messages! Pretty pointless.
#error No forward link or gateway feature activated. This means nowhere to send messages! Pretty pointless.
^
exit status 1
Error compiling. -
RE: #error No forward link or gateway feature activated.
@hek said:
No, all configuration can be controlled from sketch nowadays. So unless you want to change something globally for all sketches (like frequecy etc.) you can just set it in sketch.
Oke, where can i find those settings? because i dont know which settings are needed to get it working.
i ḿ playing with this file
-
RE: #error No forward link or gateway feature activated.
@hek said:
Hmm.. not sure what you could have done wrong. Have you mixed downloaded versions or something?
Nope, fresh install of everything.
But.... im not sure if i must make some changes on MyConfig.H on old movies from youtube i see some settings which are not in MyConfig.H, See also no documentation so i assume it is not needed to make some changes to this file
-
RE: #error No forward link or gateway feature activated.
@hek said:
There are numerous examples in the "examples" folder under the MySensors library.
Yes i know, but all the examples are giving the same issues.
So i miss something -
RE: #error No forward link or gateway feature activated.
Hi
@hek said:
You must either define a radio type or gateway type.
You probably commented away one of them from the examples.
Where can i find this? can you give me a example?
-
#error No forward link or gateway feature activated.
Hi,
Just started with MySensors, ordered a bunch of nrf24l01+ and now im trying to get things working.
When i try to upload a sketch in Arduino 1.6.7 i get the following error message.
In file included from /home/wilco/stack/documents/arduino/libraries/MySensors/MySensor.cpp:21:0:
/home/wilco/stack/documents/arduino/libraries/MySensors/MySensor.h:285:4: error: #error No forward link or gateway feature activated. This means nowhere to send messages! Pretty pointless.
#error No forward link or gateway feature activated. This means nowhere to send messages! Pretty pointless.
^can someone tell me the soluction? i didnt see this in any documentation
Regards,