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: Thu, 04 Apr 2019 09:44:46 -0400
User-agent: Cyrus-JMAP/3.1.6-329-gf4aae99-fmstable-20190329v1

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.
address@hidden: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
address@hidden:build]$


reply via email to

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