Thursday, April 4, 2019

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

When creating the debug build log, please remember to use "make VERBOSE=ON", not just "make" ... the additional verbosity shows actual commands executed, which is what we need to see to determine whether C++11 is being used or not. - MLD

On Thu, Apr 4, 2019, at 9:42 AM, Michael Dickens wrote:
Hi Balaji - Please "reply all" to keep the GR discussion list in the loop. Your OS / compiler can support C++11. Did you create the file "gr-baz-build-log.txt" and post it somewhere? That's the key! - MLD

On Thu, Apr 4, 2019, at 2:32 AM, Balaji Kolla wrote:
Hi Michael,
here is the output of commands.
[lekha@Lekha-01:build]$gnuradio-config-info -v --cflags --cc --cxx
v3.7.9.2-216-g681846ff
cc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software see the source for copying conditions.  There is NO
warranty not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
c++ (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software see the source for copying conditions.  There is NO
warranty not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
/usr/bin/cc:::-O3 -DNDEBUG  -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
/usr/bin/c++:::-O3 -DNDEBUG  -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
[lekha@Lekha-01:build]$

No comments:

Post a Comment