[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Make command failing
From: |
Paul Smith |
Subject: |
Re: Make command failing |
Date: |
Fri, 01 Apr 2022 10:35:32 -0400 |
User-agent: |
Evolution 3.42.4 (by Flathub.org)) |
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!
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: Make command failing,
Paul Smith <=