That "formatter" needs to be a python callable that takes a single
numeric argument. In your case something like:
hex
(hex is a python built-in callable that converts numbers to hex
strings), or, giving you more flexibility:
"0x{:X}".format
(because "{:x}".format(15) returns "F", See [1]). That
Hello All,
I would like to display an integer variable with the QT GUI label as a hex
value. Is there a way to do that with the Formatter option? I cannot figure
out the syntax of the formatter.
Thanks,
Ryan Marlow
___
Discuss-gnuradio mailing list
Discus
Hi Mike,
haven't seen that specific error before, and that error happening during
linkage:
How much RAM (+ Swap, if any) do you have? What does "free -m" say?
Best regards,
Marcus
On 07.05.2016 23:47, Mike Willis wrote:
> Why is it always so difficult? Assume something broken in latest Ubuntu LT
Why is it always so difficult? Assume something broken in latest Ubuntu LTS
pybombs -vv install gnuradio > error.txt
[ 62%] Built target pygen_volk_python_volk_modtool_fe055
[ 62%] Built target pmt_generated
[ 62%] Built target pygen_volk_python_volk_modtool_00079
[ 62%] Built target volk_obj
[ 6
My apologies for this n00b question, but I have not found answers in the
usual places.
I have carefully followed the instructions at
http://sdr.osmocom.org/trac/wiki/fosphor
For building the benchmark tool, I replaced the line
make LDFLAGS=-L/opt/intel/opencl-1.2-4.5.0.8/lib64
with
make LDF
Sooo gnuradio-runtime/lib/prefs.cc:
77 // Find if there is a ~/.gnuradio/config.conf file and add this to
78 // the end of the file list to override any preferences in the
79 // installed path config files.
80 fs::path homedir = fs::path(gr::appdata_path());
81 homedir = h
The * is actually just an artifact of how that list is generated; it's
written by CMake when gathering the enabled audio engines; When running
cmake, you'll see something like
-- ##
-- # Gnuradio enabled components
-- ###
The * is actually just an artifact of how that list is generated; it's
written by CMake when gathering the enabled audio engines; When running
cmake, you'll see something like
-- ##
-- # Gnuradio enabled components
-- ###