discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] building volk in MinGW


From: Kyle Zhou
Subject: [Discuss-gnuradio] building volk in MinGW
Date: Fri, 17 Dec 2010 11:14:56 +1100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7

I try to build volk in MinGW and find the following issues:
1) config.sub and config.guess are corrupt. They seems to be corrupted symlinks. This can be corrected by copying from top level directory.
2) The following files lead to compile error with undeclared clock_t etc.
   qa_32f_add_aligned16.cc
   qa_32f_divide_aligned16.cc
   qa_32f_multiply_aligned16.cc
   qa_32f_sqrt_aligned16.cc
   qa_16sc_magnitude_32f_aligned16.cc
This can be fixed by #include <ctime>

After these changes, make succeeded.
make check does nothing, so I have not checked the functionality.
I think I will study the usage of the volk library later.

Kyle



reply via email to

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