discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Gras make error


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Gras make error
Date: Thu, 13 Jun 2013 22:12:20 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6


On 06/13/2013 10:00 PM, Jay Prakash wrote:
> I did so.
> But at last step ie git submodule update I got:-
> 
> *git submodule update*
> *fatal: reference is not a tree: 53223d7e7c60974bd56ec3287fdc184ea910087b*
> *Unable to checkout '53223d7e7c60974bd56ec3287fdc184ea910087b' in submodule
> path 'gnuradio'*
> 
> 
> I manually cloned each then and ran cmake.
> 

Delete whatever directories you cloned.

Run exactly these commands
git clone https://github.com/guruofquality/gras.git
cd gras
git submodule init
git submodule update

I swear it will work. If there is an error, please send me the verbose
from the terminal. All of the verbose, including commands entered.

-josh

> Jay Prakash
> Senior Undergraduate
> Electronics Engineering
> IIT (BHU)
> VARANASI
> 
> +91-9559475258
> http://about.me/jay.prakash/
> http://www.linkedin.com/profile/view?id=91120191&trk=hb_tab_pro_top
> 
> 
> 
> 
> On Fri, Jun 14, 2013 at 7:24 AM, Josh Blum <address@hidden> wrote:
> 
>>
>>
>> On 06/13/2013 09:46 PM, Jay Prakash wrote:
>>> I followed same as given on the gras wiki you suggested.
>>>
>>> only problem now is gnuradio cloning.
>>>
>>> Which git repo of gnuradio should I clone for successfully making gras?
>>
>> You dont have to do anything special, this operation is automatic when
>> the following commands from the build guide are run:
>>
>> git clone https://github.com/guruofquality/gras.git
>> cd gras
>> git submodule init
>> git submodule update
>>
>> This is a pastebin of the complete checkout:
>> http://pastebin.com/nKCx7b2i
>>
>> And here is configuration w/ cmake:
>> http://pastebin.com/MTRzjpX3
>>
>> -josh
>>
>>>
>>> Jay Prakash
>>> Senior Undergraduate
>>> Electronics Engineering
>>> IIT (BHU)
>>> VARANASI
>>>
>>> +91-9559475258
>>> http://about.me/jay.prakash/
>>> http://www.linkedin.com/profile/view?id=91120191&trk=hb_tab_pro_top
>>>
>>>
>>>
>>>
>>> On Fri, Jun 14, 2013 at 7:00 AM, Josh Blum <address@hidden> wrote:
>>>
>>>>
>>>>
>>>> On 06/13/2013 09:20 PM, Jay Prakash wrote:
>>>>> While doing cmake for installing Gras it gives: -
>>>>>
>>>>> *Using install prefix: /usr/local*
>>>>> *CMake Error at gnuradio/CMakeLists.txt:245 (GR_LOGGING):*
>>>>> *  Unknown CMake command "GR_LOGGING".*
>>>>>
>>>>>
>>>>> I got gnuradio in gras directory from git clone
>>>>> http://github.com/gnuradio/gnuradio
>>>>>
>>>>>
>>>>> Jay Prakash
>>>>>
>>>>
>>>> There is a special version of gnuradio that is submoduled into GRAS that
>>>> is known to work, this is what you get when you run git submodule init
>>>> and update from the build guide. But the build is not going to work
>>>> against any arbitrary version of gnuradio.
>>>> https://github.com/guruofquality/gras/wiki/Build#get-the-source-code
>>>>
>>>> What is your intention? Is it because you are looking to use gnuradio
>>>> 3.7? If so, the gnuradio 3.7 GRAS support branch is almost finished and
>>>> will be merged in soon. But I dont think its ready yet, this branch
>>>> contains the work:
>>>> https://github.com/guruofquality/gnuradio/tree/runtime_pimpl
>>>>
>>>> -josh
>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Discuss-gnuradio mailing list
>>>>> address@hidden
>>>>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>>>>
>>>>
>>>
>>
> 



reply via email to

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