nRF24 / RF24

OSI Layer 2 driver for nRF24L01 on Arduino & Raspberry Pi/Linux Devices
https://nrf24.github.io/RF24
GNU General Public License v2.0
2.21k stars 1.02k forks source link

pyRF24- Makefile.inc is missing (?) #524

Closed architeuthisss closed 4 years ago

architeuthisss commented 5 years ago

While following the directions on http://tmrh20.github.io/RF24/Python.html for building/installing the Python wrapper library, I was unable to build the library. On further inspection, I found that in the Makefile there is referenced a Makefile.inc. To the best of my knowledge, Makefile.inc does not exist in this repository and is not generated before building the library.

In Makefile, Makefile.inc is referenced here: `CONFIG_FILE=Makefile.inc REMOTE_ERROR="[ERROR] Remote machine not configured. Run configure with respective arguments."

include $(CONFIG_FILE)`

pyRF24makefilewhee

TMRh20 commented 5 years ago

Did you build/install the library normally first? I think that’s where the makefile.inc gets generated.

On Sep 5, 2019, at 22:35, architeuthisss notifications@github.com wrote:

While following the directions on http://tmrh20.github.io/RF24/Python.html for building/installing the Python wrapper library, I was unable to build the library. On further inspection, I found that in the Makefile there is referenced a Makefile.inc. To the best of my knowledge, Makefile.inc does not exist in this repository and is not generated before building the library.

In Makefile, Makefile.inc is referenced here: `CONFIG_FILE=Makefile.inc REMOTE_ERROR="[ERROR] Remote machine not configured. Run configure with respective arguments."

include $(CONFIG_FILE)`

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

architeuthisss commented 5 years ago

I tried that, still having issues, although they don't appear to be directly related to Makefile.inc anymore. I'll keep looking into it.

architeuthisss commented 4 years ago

Looks like the problem was I had not installed the C library prior to installing the Python library.