On Thu, 2022-03-31 at 12:05 -0400, Justin White wrote: > I am trying to follow this page https://github.com/tapparelj/gr- > lora_sdr > and am running into an odd problem that I just can not seem to get > past.
As Kaz mentioned this isn't really an appropriate question for the GNU make mailing lists. First, your problem is with some C++ source code and how it's compiled, not a makefile. And second, your makefiles were built by CMake not by hand so if there IS a problem with your makefiles you'd need to modify the CMake files (and work with the CMake folks), since you can't change the makefiles that CMake generates (they'll just be overwritten the next time you run CMake). Good luck!
