discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] trying to do a debug build


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] trying to do a debug build
Date: Tue, 3 Sep 2013 09:41:58 -0400

On Tue, Sep 3, 2013 at 9:37 AM, Matt D <address@hidden> wrote:
> Hello everyone!
>
> I am trying to do a debug build.  I am following the instructions at
> gnuradio/wiki/BuildGuide page:
>
> address@hidden:~/src/gnuradio/build$ cmake -DCMAKE_BUILD_TYPE=Debug
>
> but this is what i get:
>
> CMake Error: The source directory "/home/matt/src/gnuradio/build" does
> not appear to contain CMakeLists.txt.
>
> What am i doing wrong here?
>
> Thanks!
> --
> ------
> Matt D
> ------------

You have to tell cmake where the source directory is. Looks like for
you it's one level up, so append " ../" to your cmake command.

-- 
Tom
Visit us at GRCon13 Oct. 1 - 4
http://www.trondeau.com/grcon13



reply via email to

[Prev in Thread] Current Thread [Next in Thread]