You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been trying since many days to run simpleRPL on a raspberry to enable the RPL communication between raspberry pis. One of requested library for simpleRPL program is RPLIcmp. After running the python setup.py install, I received the error message Error:arm-linux-gnueabihf-gcc: error: caplib.c: No such file or directory. The same error occurs also for icmp.c file. I can compile them separately as written in Makefile, and call the same installation command. Eventhougth everything seems fine, the example that is given in the wiki, in which rpl client and server communication is established, doesn't work. There is any message exchange between server and client. Do you know what could be the reason? is this a compilation issue of rplicmp?
BR
Cem
The text was updated successfully, but these errors were encountered:
Hi,
I have been trying since many days to run simpleRPL on a raspberry to enable the RPL communication between raspberry pis. One of requested library for simpleRPL program is RPLIcmp. After running the
python setup.py install
, I received the error messageError:arm-linux-gnueabihf-gcc: error: caplib.c: No such file or directory
. The same error occurs also foricmp.c
file. I can compile them separately as written in Makefile, and call the same installation command. Eventhougth everything seems fine, the example that is given in the wiki, in which rpl client and server communication is established, doesn't work. There is any message exchange between server and client. Do you know what could be the reason? is this a compilation issue of rplicmp?BR
Cem
The text was updated successfully, but these errors were encountered: