You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the recent logger fix I was able to build umtrx again, but I needed a few more changes:
umtrx_eeprom.cpp missing an include
And an issue in the new logger stuff where the ternary operator and uhd::_log::log constructor looses the reference type and tries to copy the log object. The current macro might be a little bit compiler specific because of that. My solution below was to make a helper function:
With the recent logger fix I was able to build umtrx again, but I needed a few more changes:
The text was updated successfully, but these errors were encountered: