While attempting to create a custom "multi_usrp" implementation (based on an arbitrary rfnoc graph), I found that the following files are not "installed" <uhd/types/eeprom.hpp> <uhd/types/component_file.hpp> <uhd/utils/soft_register.hpp> <uhd/utils/dirty_tracked.hpp>
I noticed this because I tried to compile a copy of "multi_usrp.cpp" out-of-tree. The compile failed because of missing include files (all of the above except component_file.hpp). I then looked in the CMakeLists.txt files for these folders and sure enough, these files are not included. I am wondering if this is intentional or a mistake - it seems the latter. By the way, I also had an issue with needing <uhdlib/usrp/gpio_defs.hpp>, but this one is in the lib tree so I understand why it is not installed. In any case, I just copied all of the needed include files out-of-tree and was able to compile. Rob
_______________________________________________ USRP-users mailing list [email protected] http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
