discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Error during compilation of GR-baz


From: Michael Dickens
Subject: Re: [Discuss-gnuradio] Error during compilation of GR-baz
Date: Mon, 01 Apr 2019 06:59:59 -0400
User-agent: Cyrus-JMAP/3.1.6-329-gf4aae99-fmstable-20190329v1

Hi Balaji - It would greatly help to see not just the build errors but also the build commands being issued as well as the CMake configuration debug output ... basically the whole configuration and build logs, along with the OS & its version you're trying to do the build on. Please don't attach large files to this lists emails; use pastebin.com or some other means instead. - MLD

On Mon, Apr 1, 2019, at 5:41 AM, Balaji Kolla wrote:
Hi,
I am trying to install GR-BAZ package to get required blocks in GNURadio.

When i issue a "make" command i am getting the following error.

Can some one suggest in how to resolve this issue.

/home/lekha/sources/gnuradio/gr-baz/lib/baz_file_source.cc:1195:205: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 6 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
/home/lekha/sources/gnuradio/gr-baz/lib/baz_file_source.cc:1195:205: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 8 has type ‘long unsigned int’ [-Wformat=]
/home/lekha/sources/gnuradio/gr-baz/lib/baz_file_source.cc:1195:205: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 9 has type ‘long unsigned int’ [-Wformat=]
/home/lekha/sources/gnuradio/gr-baz/lib/baz_file_source.cc:1256:52: error: invalid types ‘int[int]’ for array subscript
            int i = d_input_files[d_current_file_idx]->read(size, o); // Might not return all data if hitting EOF in current file
                                                    ^
/home/lekha/sources/gnuradio/gr-baz/lib/baz_file_source.cc:1283:60: error: invalid types ‘int[int]’ for array subscript
         size_t remaining = d_input_files[d_current_file_idx]->samples(true) - d_input_files[d_current_file_idx]->tell();
                                                            ^
/home/lekha/sources/gnuradio/gr-baz/lib/baz_file_source.cc:1283:111: error: invalid types ‘int[int]’ for array subscript
         size_t remaining = d_input_files[d_current_file_idx]->samples(true) - d_input_files[d_current_file_idx]->tell();
                                                                                                               ^
/home/lekha/sources/gnuradio/gr-baz/lib/baz_file_source.cc:1288:51: error: request for member ‘size’ in ‘((gr::baz::file_source_impl*)this)->gr::baz::file_source_impl::d_input_files’, which is of non-class type ‘int’
           if (d_current_file_idx < (d_input_files.size() - 1))
                                                   ^
make[2]: *** [lib/CMakeFiles/gnuradio-baz.dir/baz_file_source.cc.o] Error 1
make[1]: *** [lib/CMakeFiles/gnuradio-baz.dir/all] Error 2
make: *** [all] Error 2


--
Thanks & Regards
Balaji Rao Kolla
_______________________________________________
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]