I am working with Redhawk trying to get a device built to run the USRP x310 as a reciver through redhawk. I'm trying to use the USRP source code from https://github.com/RedhawkSDR/USRP_UHD. The device was built with no errors but had some issues with functionality when I went to us it. When I went back to the source to see about correcting the issues it was showing errors in the code (this was before making any changes). There are two instances of the error and they are the only errors in the code. It's when I try to access the uhd::stream_cmd_t enum
. If I right click and say "View Source" it points at exactly what I'm trying to acess but the error continues to say the symbol cannot be resolved. I've double checked that the library is linked in correctly as well as double checking the syntax for accessing an enum inside of a struct. Any ideas on what this error is and how to fix it would be great.
Addition Information:
The REDHAWK version is 1.10.0R201407290010
the RPMs that show up from the grep request are:
[redhawk@localhost ~]$ rpm -qa | egrep -i redhawk
redhawk-libVITA49_v1-2.0.0-10.el6.x86_64
RedhawkDevUtils_v1-3.0.0-10.el6.x86_64
redhawk-ide-1.10.0-10.el6.x86_64
redhawk-libVITA49_v1-debuginfo-2.0.0-10.el6.x86_64
redhawk-sdrroot-dom-profile-1.10.0-10.el6.x86_64
redhawk-sdrroot-dom-mgr-1.10.0-10.el6.x86_64
redhawk-libVITA49_v1-devel-2.0.0-10.el6.x86_64
redhawk-1.10.0-10.el6.x86_64
redhawk-devel-1.10.0-10.el6.x86_64
redhawk-debuginfo-1.10.0-10.el6.x86_64
redhawk-basic-components-1.10.0-10.el6.x86_64
RedhawkDevUtils_v1-devel-3.0.0-10.el6.x86_64
redhawk-sdrroot-dev-mgr-1.10.0-10.el6.x86_64
RedhawkDevUtils_v1-debuginfo-3.0.0-10.el6.x86_64
redhawk-codegen-1.10.0-10.el6.noarch
(I left the UHD off as it pulled in a lot more stuff)