Hi Xavier,
I could suppress the message of overflow "O" after set
UHD_LOG_FASTPATH_DISABLE enviroment variable.
but I could not supress the message on your way.
- OK
$ export UHD_LOG_FASTPATH_DISABLE=1
$ ./rx_samples_to_file --rate 100e6
- NG
setenv in source code
setenv("UHD_LOG_FASTPATH_DISABL
Hi Xavier,
Thank you for your advice.
I will try it next Monday and let you know.
Regards,
Mikio
2020年7月22日(水) 15:51 Xavier Arteaga :
> Hi Mikio,
> You can disable the fastpath logging in runtime by setting the environment
> variable UHD_LOG_FASTPATH_DISABLE to 1:
>
> Example in C:
> setenv("U
Hi Mikio,
You can disable the fastpath logging in runtime by setting the environment
variable UHD_LOG_FASTPATH_DISABLE to 1:
Example in C:
setenv("UHD_LOG_FASTPATH_DISABLE", "1", 0);
Regards,
Xavier
On Wed, 22 Jul 2020 at 05:38, Mikio Fukushima via USRP-users <
usrp-users@lists.ettus.com> wrot