Gr-usrp cvs build error in _write_fpga_reg_masked

i tried to update usrp, gr-usrp, and gnuradio-core
the gr-usrp gives this error.

usrp1_source_base.cc: In member function ‘bool
usrp1_source_base::_write_fpga_reg_masked(int, int, int)’:
usrp1_source_base.cc:349: error: ‘class usrp_standard_rx’ has no member
named ‘_write_fpga_reg_masked’
make[3]: *** [usrp1_source_base.lo] Error 1

i have one more serious concern, amongst these 3-4 path which one is the
correct cvs location.

$cvs -z3 -d:ext:[email protected]:/cvsroot/gnuradio co -P

$cvs -z3 -d:pserver:[email protected]:/sources/gnuradio co -P

$cvs -z3 -d:pserver:[email protected]:/sources/gnuradio co
-P
gr-build

$cvs -z3 -d:ext:[email protected]:/cvsroot/gnuradio co -P gr-usrp

thanks,
amit

On Fri, Jun 02, 2006 at 02:38:27PM -0400, amit malani wrote:

i tried to update usrp, gr-usrp, and gnuradio-core
the gr-usrp gives this error.

usrp1_source_base.cc: In member function ‘bool
usrp1_source_base::_write_fpga_reg_masked(int, int, int)’:
usrp1_source_base.cc:349: error: ‘class usrp_standard_rx’ has no member
named ‘_write_fpga_reg_masked’
make[3]: *** [usrp1_source_base.lo] Error 1

Be sure to build and install in this order:

gnuradio-core
usrp
gr-usrp

i have one more serious concern, amongst these 3-4 path which one is the
correct cvs location.

Use this one (anonymous access):

$cvs -z3 -d:pserver:[email protected]:/sources/gnuradio co -P gr-build

and follow the instructions at http://comsec.com/wiki?HowtoBuildFromCVS.

Eric