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:51:13 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6


On 06/13/2013 10:35 PM, Jay Prakash wrote:
> Ya git clone with https is not working.
> 

Well, I cant work around every firewall issue. But in this case, i
changed the submodules to http and the build instructions. Future
checkouts should work if https is blocked.

> function ‘void AddImpl<type>::work(const InputItems&, const OutputItems&)
> [with type = float, gras::Block::InputItems = gras::WorkBufferArray<const
> void*>, gras::Block::OutputItems = gras::WorkBufferArray<void*>]’:
> /home/spclab/Desktop/summer_/examples/gras/grextras/lib/add.cpp:80:57:
> error: ‘volk_32f_x2_add_32f’ was not declared in this scope
> make[2]: *** [grextras/lib/CMakeFiles/grextras.dir/add.cpp.o] Error 1
> make[1]: *** [grextras/lib/CMakeFiles/grextras.dir/all] Error 2
> make: *** [all] Error 2
> 

Im pretty sure that an installed version of those volk headers is
getting included when you build. This is probably due to somewhere in
the code, a public include directory is preferenced over a local include
directory. I can suggest a few fixes:

0) I just pushed a possible fix, update and try this first.

1) If not, try: make VERBOSE=1, send me the output, it will tell me if
this include issue is the problem or not, and which include directories
are the problem

2) Remove installed headers in /usr/local/include/volk and
/usr/include/volk .Are these directories present? I am curious if this
is the case

-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:58 AM, Josh Blum <address@hidden> wrote:
> 
>>
>>
>> On 06/13/2013 10:20 PM, Jay Prakash wrote:
>>> Here it is:-
>>>
>>> address@hidden:~/Desktop/summer_/test$ git clone
>>> http://github.com/guruofquality/gras.git
>>> fatal: destination path 'gras' already exists and is not an empty
>> directory.
>>> address@hidden:~/Desktop/summer_/test$ rm -r gras/
>>> address@hidden:~/Desktop/summer_/test$ git clone
>>> http://github.com/guruofquality/gras.git
>>
>> Perhaps this is a clue, why not https like in the build instructions,
>> does git clone https://github.com/guruofquality/gras.git not work?
>>
>> The submodules are all https. Is that for some reason not working or
>> blocked for your campus internet?
>>
>>> Cloning into gras...
>>> remote: Counting objects: 5015, done.
>>> remote: Compressing objects: 100% (2104/2104), done.
>>> remote: Total 5015 (delta 2631), reused 4979 (delta 2597)
>>> Receiving objects: 100% (5015/5015), 1.64 MiB | 456 KiB/s, done.
>>> Resolving deltas: 100% (2631/2631), done.
>>> address@hidden:~/Desktop/summer_/test$ cd gras
>>> address@hidden:~/Desktop/summer_/test/gras$ git
>>> submodule init
>>> Submodule 'Apology' (https://github.com/guruofquality/Apology.git)
>>> registered for path 'Apology'
>>> Submodule 'PMC' (https://github.com/guruofquality/PMC.git) registered
>> for
>>> path 'PMC'
>>> Submodule 'Theron' (https://github.com/guruofquality/Theron.git)
>> registered
>>> for path 'Theron'
>>> Submodule 'gnuradio' (https://github.com/guruofquality/gnuradio.git)
>>> registered for path 'gnuradio'
>>> Submodule 'grextras' (https://github.com/guruofquality/grextras.git)
>>> registered for path 'grextras'
>>> address@hidden:~/Desktop/summer_/test/gras$ git
>>> submodule update
>>> Cloning into Apology...
>>
>> Can you:
>> git clone https://github.com/guruofquality/Apology.git
>>
>> cd Apology
>> git log
>>
>> ab6fc7615056dd5b6c737e1f4005250fe0281039 should be the topmost commit.
>>
>> -josh
>>
>>> fatal: reference is not a tree: ab6fc7615056dd5b6c737e1f4005250fe0281039
>>> Unable to checkout 'ab6fc7615056dd5b6c737e1f4005250fe0281039' in
>> submodule
>>> path 'Apology'
>>>
>>> Link of pastebin http://pastebin.com/2gXAmayz
>>>
>>>
>>> On Fri, Jun 14, 2013 at 7:42 AM, Josh Blum <address@hidden> wrote:
>>>
>>>> git submodule update
>>>
>>>
>>>
>>>
>>> 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
>>>
>>
> 



reply via email to

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