On 05/05/2014 03:00 PM, Marcus D. Leech wrote: > NotImplementedError: Wrong number or type of arguments for overloaded > function 'usrp_source_make'. > Possible C/C++ prototypes are: > make(::uhd::device_addr_t const &,::uhd::io_type_t const &,size_t) > gr::uhd::usrp_source::make(::uhd::device_addr_t const > &,::uhd::stream_args_t const &)
There might have been a change in the function signature of this function. It's possible that if you did not do a 'make clean', that the swig wrapper did not get recompiled, and is trying to use the old one. Did you try 'make clean'? You might only need to do this in the build/gr-uhd directory, to save time. -- Johnathan Corgan, Corgan Labs SDR Training and Development Services http://corganlabs.com
<<attachment: johnathan.vcf>>
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio