Uhd module not found in E110

Hi Community,

I’m building GRExtras in E110 according to the instructions:

*cmake …/
make
sudo make install
*
What I got all the time is that uhd_module is not found:

checking for module ‘uhd’
– package ‘uhd’ not found

Which it gave me some errors later on for other modules. Anyone can give
some advice how to solve this issue?

Regards,

Jose.

On 11/18/2012 09:13 PM, Jose T. Diaz wrote:

checking for module ‘uhd’
– package ‘uhd’ not found

Which it gave me some errors later on for other modules. Anyone can give
some advice how to solve this issue?

It may not be finding package config (uhd.pc)

Try manually setting cmake -DUHD_LIBRARIES= -DUHD_INCLUDE_DIRS=

-josh