New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: cannot convert ‘unsigned int*’ to ‘uint16_t* #18
Comments
|
Thank you very much for the heads up! However, the solution is not easy. Naturally, if I change the type of peak_index to uint16_t, it won't compile with previous versions of VOLK (it won't compile with my GNU Radio 3.7.9.2). I'll dig a little bit to see how this may be fixed. |
|
There is a patch here that could be of help, I suppose: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828034#19 |
|
I guess something like that should work, but it will require some time to adapt to gr-isdbt and test (my knowledge con cmake is almost null). For the moment I'll post a warning on the README. |
|
Don't understand. what should be done to over come this problem? ihab |
|
Hi Ihab, |
|
Hi Federico , Thanks On Friday 5 August 2016, git-artes notifications@github.com wrote:
This email originated from DIT. If you received this email in error, please Is ó ITBÁC a tháinig an ríomhphost seo. Má fuair tú an ríomhphost seo trí Tá ITBÁC ag aistriú go Gráinseach Ghormáin – DIT is on the move to |
|
Hi @pqyptixa, |
|
Hi @git-artes . |
|
The same issue happens in Ubuntu 18.04.3 and Volk 1.4. Investigating. |
|
It is quite interesting that |
Hi.
I was getting this error when compiling:
Apparently, there were some changes in newer versions of volk: gnuradio/volk#84
I made a quick patch to solve this issue:
I didn't check if the patch could be problematic, though... Anyway, I hope this helps.
Thanks for your work.
The text was updated successfully, but these errors were encountered: