Send USRP-users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of USRP-users digest..."


Today's Topics:

   1. Re: N210 capabilities (Josh Blum)
   2. UHD make test failed (Ting Wu)
   3. Re: UHD make test failed (Josh Blum)
   4. Re: UHD make test failed (Ting Wu)


----------------------------------------------------------------------

Message: 1
Date: Thu, 18 Apr 2013 15:13:42 -0500
From: Josh Blum <[email protected]>
To: [email protected]
Subject: Re: [USRP-users] N210 capabilities
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1



On 04/18/2013 10:20 AM, Jawad Seddar wrote:
> Hello,
> 
> We have been working with USRP1 devices for some time now and we were
> thinking about buying more up to date devices.
> 
> We are thinking about the N210 devices but there seems to be only two slots
> for daughter boards (versus 4 on the USRP1). We would put one SBX or WBX
> card on those slots (dual slot cards).
> 
> Currently, with one USRP1 equiped with one RFX900 and one RFX2400 we can
> create two transmit channels and send on both channels simultaneously (One
> transmission at 900Mhz and one transmission at 2.4GHz).
> 
> My question is the following : is it possible to instantiate two transmit
> channels (let's say one at 900MHz and one at 2.4Ghz) with one N210 equipped
> with one SBX daughter board?
> 

Sorry, but that would not be possible. There is only one transmit
frontend with a single SBX board, and it can only be tuned to one of
those frequencies at a time.

That being said, SBX can be retuned in 300us. If you dont need
simultaneous transmission then this might be ok.

-josh



------------------------------

Message: 2
Date: Fri, 19 Apr 2013 15:31:10 +0900
From: "Ting Wu" <[email protected]>
To: <[email protected]>
Subject: [USRP-users] UHD make test failed
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="us-ascii"

Hi all,

 

I used to use build-gnuradio script to build gnuradio and uhd. Usually
everything is fine, but today when I run the script, it always stops with
"UHD build apparently failed". So I am trying to build from the source. When
I run make test, it shows following errors:

 

lrg@FKCL:~/gnuradio/uhd/host/build$ make test

Running tests...

Test project /home/lrg/gnuradio/uhd/host/build

      Start  1: addr_test

1/15 Test  #1: addr_test ........................   Passed    0.01 sec

      Start  2: buffer_test

2/15 Test  #2: buffer_test ......................   Passed    0.03 sec

      Start  3: byteswap_test

3/15 Test  #3: byteswap_test ....................   Passed    0.02 sec

      Start  4: convert_test

4/15 Test  #4: convert_test .....................   Passed    0.21 sec

     Start  5: dict_test

5/15 Test  #5: dict_test ........................   Passed    0.01 sec

      Start  6: error_test

6/15 Test  #6: error_test .......................   Passed    0.01 sec

      Start  7: gain_group_test

7/15 Test  #7: gain_group_test ..................   Passed    0.01 sec

      Start  8: msg_test

8/15 Test  #8: msg_test .........................   Passed    0.01 sec

      Start  9: property_test

9/15 Test  #9: property_test ....................   Passed    0.01 sec

      Start 10: ranges_test

10/15 Test #10: ranges_test ......................   Passed    0.01 sec

      Start 11: sph_recv_test

11/15 Test #11: sph_recv_test ....................   Passed    0.06 sec

      Start 12: sph_send_test

12/15 Test #12: sph_send_test ....................   Passed    0.01 sec

      Start 13: subdev_spec_test

13/15 Test #13: subdev_spec_test .................   Passed    0.01 sec

      Start 14: time_spec_test

14/15 Test #14: time_spec_test ...................***Failed    0.00 sec

      Start 15: vrt_test

15/15 Test #15: vrt_test .........................***Failed    0.00 sec

 

87% tests passed, 2 tests failed out of 15

 

Total Test time (real) =   0.46 sec

 

The following tests FAILED:

              14 - time_spec_test (Failed)

              15 - vrt_test (Failed)

Errors while running CTest

make: *** [test] Error 8

 

How should I fix this problem?

Thanks in advance.

 

Ting Wu

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/attachments/20130419/3b19afe4/attachment-0001.html>

------------------------------

Message: 3
Date: Fri, 19 Apr 2013 01:34:59 -0500
From: Josh Blum <[email protected]>
To: [email protected]
Subject: Re: [USRP-users] UHD make test failed
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1

Sorry, I should have checked this list first before replying. I guess
its USRP specific so this list is more appropriate:

Its possible this is related to a recent fix.
Can you tell me the following:

* Version of uhd?
* CPU 32 or 64 bit?
* OS version?

You can run these tests from the build directory,
send the output verbose please:

* tests/time_spec_test
* tests/vrt_test

Thanks!
-josh

On 04/19/2013 01:31 AM, Ting Wu wrote:
> Hi all,
> 
>  
> 
> I used to use build-gnuradio script to build gnuradio and uhd. Usually
> everything is fine, but today when I run the script, it always stops with
> "UHD build apparently failed". So I am trying to build from the source. When
> I run make test, it shows following errors:
> 
>  
> 
> lrg@FKCL:~/gnuradio/uhd/host/build$ make test
> 
> Running tests...
> 
> Test project /home/lrg/gnuradio/uhd/host/build
> 
>       Start  1: addr_test
> 
> 1/15 Test  #1: addr_test ........................   Passed    0.01 sec
> 
>       Start  2: buffer_test
> 
> 2/15 Test  #2: buffer_test ......................   Passed    0.03 sec
> 
>       Start  3: byteswap_test
> 
> 3/15 Test  #3: byteswap_test ....................   Passed    0.02 sec
> 
>       Start  4: convert_test
> 
> 4/15 Test  #4: convert_test .....................   Passed    0.21 sec
> 
>      Start  5: dict_test
> 
> 5/15 Test  #5: dict_test ........................   Passed    0.01 sec
> 
>       Start  6: error_test
> 
> 6/15 Test  #6: error_test .......................   Passed    0.01 sec
> 
>       Start  7: gain_group_test
> 
> 7/15 Test  #7: gain_group_test ..................   Passed    0.01 sec
> 
>       Start  8: msg_test
> 
> 8/15 Test  #8: msg_test .........................   Passed    0.01 sec
> 
>       Start  9: property_test
> 
> 9/15 Test  #9: property_test ....................   Passed    0.01 sec
> 
>       Start 10: ranges_test
> 
> 10/15 Test #10: ranges_test ......................   Passed    0.01 sec
> 
>       Start 11: sph_recv_test
> 
> 11/15 Test #11: sph_recv_test ....................   Passed    0.06 sec
> 
>       Start 12: sph_send_test
> 
> 12/15 Test #12: sph_send_test ....................   Passed    0.01 sec
> 
>       Start 13: subdev_spec_test
> 
> 13/15 Test #13: subdev_spec_test .................   Passed    0.01 sec
> 
>       Start 14: time_spec_test
> 
> 14/15 Test #14: time_spec_test ...................***Failed    0.00 sec
> 
>       Start 15: vrt_test
> 
> 15/15 Test #15: vrt_test .........................***Failed    0.00 sec
> 
>  
> 
> 87% tests passed, 2 tests failed out of 15
> 
>  
> 
> Total Test time (real) =   0.46 sec
> 
>  
> 
> The following tests FAILED:
> 
>               14 - time_spec_test (Failed)
> 
>               15 - vrt_test (Failed)
> 
> Errors while running CTest
> 
> make: *** [test] Error 8
> 
>  
> 
> How should I fix this problem?
> 
> Thanks in advance.
> 
>  
> 
> Ting Wu
> 
>  
> 
> 
> 
> 
> _______________________________________________
> USRP-users mailing list
> [email protected]
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
> 



------------------------------

Message: 4
Date: Fri, 19 Apr 2013 16:13:29 +0900
From: "Ting Wu" <[email protected]>
To: <[email protected]>,   <[email protected]>
Subject: Re: [USRP-users] UHD make test failed
Message-ID:
        <[email protected]>
Content-Type: text/plain;       charset="us-ascii"

Hi,

UHD should be the newest version. I have just got it by git clone
git://github.com/EttusResearch/uhd.git
CPU 64 bit
OS: Ubuntu 10.04

About the tests, do you mean like this:

lrg@FKCL:~/gnuradio/uhd/host/build$ ctest -V -R time_spec_test
UpdateCTestConfiguration  from
:/home/lrg/gnuradio/uhd/host/build/DartConfiguration.tcl
UpdateCTestConfiguration  from
:/home/lrg/gnuradio/uhd/host/build/DartConfiguration.tcl
Test project /home/lrg/gnuradio/uhd/host/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
test 14
    Start 14: time_spec_test

14: Test command: /bin/sh
/home/lrg/gnuradio/uhd/host/build/tests/time_spec_test_test.sh
14: Test timeout computed to be: 9.99988e+06
14: /home/lrg/gnuradio/uhd/host/build/tests/time_spec_test_test.sh: 4:
time_spec_test: not found
1/1 Test #14: time_spec_test ...................***Failed    0.00 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.01 sec

The following tests FAILED:
         14 - time_spec_test (Failed)
Errors while running CTest

lrg@FKCL:~/gnuradio/uhd/host/build$ ctest -V -R vrt_test
UpdateCTestConfiguration  from
:/home/lrg/gnuradio/uhd/host/build/DartConfiguration.tcl
UpdateCTestConfiguration  from
:/home/lrg/gnuradio/uhd/host/build/DartConfiguration.tcl
Test project /home/lrg/gnuradio/uhd/host/build
Constructing a list of tests
Done constructing a list of tests
Checking test dependency graph...
test 15
    Start 15: vrt_test

15: Test command: /bin/sh
/home/lrg/gnuradio/uhd/host/build/tests/vrt_test_test.sh
15: Test timeout computed to be: 9.99988e+06
15: /home/lrg/gnuradio/uhd/host/build/tests/vrt_test_test.sh: 4: vrt_test:
not found
1/1 Test #15: vrt_test .........................***Failed    0.00 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.01 sec

The following tests FAILED:
         15 - vrt_test (Failed)
Errors while running CTest


Thanks!

Ting Wu




-----Original Message-----
From: Josh Blum [mailto:[email protected]] On Behalf Of Josh Blum
Sent: Friday, April 19, 2013 3:35 PM
To: [email protected]
Cc: [email protected]
Subject: Re: [USRP-users] UHD make test failed

Sorry, I should have checked this list first before replying. I guess its
USRP specific so this list is more appropriate:

Its possible this is related to a recent fix.
Can you tell me the following:

* Version of uhd?
* CPU 32 or 64 bit?
* OS version?

You can run these tests from the build directory, send the output verbose
please:

* tests/time_spec_test
* tests/vrt_test

Thanks!
-josh

On 04/19/2013 01:31 AM, Ting Wu wrote:
> Hi all,
> 
>  
> 
> I used to use build-gnuradio script to build gnuradio and uhd. Usually 
> everything is fine, but today when I run the script, it always stops 
> with "UHD build apparently failed". So I am trying to build from the 
> source. When I run make test, it shows following errors:
> 
>  
> 
> lrg@FKCL:~/gnuradio/uhd/host/build$ make test
> 
> Running tests...
> 
> Test project /home/lrg/gnuradio/uhd/host/build
> 
>       Start  1: addr_test
> 
> 1/15 Test  #1: addr_test ........................   Passed    0.01 sec
> 
>       Start  2: buffer_test
> 
> 2/15 Test  #2: buffer_test ......................   Passed    0.03 sec
> 
>       Start  3: byteswap_test
> 
> 3/15 Test  #3: byteswap_test ....................   Passed    0.02 sec
> 
>       Start  4: convert_test
> 
> 4/15 Test  #4: convert_test .....................   Passed    0.21 sec
> 
>      Start  5: dict_test
> 
> 5/15 Test  #5: dict_test ........................   Passed    0.01 sec
> 
>       Start  6: error_test
> 
> 6/15 Test  #6: error_test .......................   Passed    0.01 sec
> 
>       Start  7: gain_group_test
> 
> 7/15 Test  #7: gain_group_test ..................   Passed    0.01 sec
> 
>       Start  8: msg_test
> 
> 8/15 Test  #8: msg_test .........................   Passed    0.01 sec
> 
>       Start  9: property_test
> 
> 9/15 Test  #9: property_test ....................   Passed    0.01 sec
> 
>       Start 10: ranges_test
> 
> 10/15 Test #10: ranges_test ......................   Passed    0.01 sec
> 
>       Start 11: sph_recv_test
> 
> 11/15 Test #11: sph_recv_test ....................   Passed    0.06 sec
> 
>       Start 12: sph_send_test
> 
> 12/15 Test #12: sph_send_test ....................   Passed    0.01 sec
> 
>       Start 13: subdev_spec_test
> 
> 13/15 Test #13: subdev_spec_test .................   Passed    0.01 sec
> 
>       Start 14: time_spec_test
> 
> 14/15 Test #14: time_spec_test ...................***Failed    0.00 sec
> 
>       Start 15: vrt_test
> 
> 15/15 Test #15: vrt_test .........................***Failed    0.00 sec
> 
>  
> 
> 87% tests passed, 2 tests failed out of 15
> 
>  
> 
> Total Test time (real) =   0.46 sec
> 
>  
> 
> The following tests FAILED:
> 
>               14 - time_spec_test (Failed)
> 
>               15 - vrt_test (Failed)
> 
> Errors while running CTest
> 
> make: *** [test] Error 8
> 
>  
> 
> How should I fix this problem?
> 
> Thanks in advance.
> 
>  
> 
> Ting Wu
> 
>  
> 
> 
> 
> 
> _______________________________________________
> USRP-users mailing list
> [email protected]
> http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com
> 




------------------------------

Subject: Digest Footer

_______________________________________________
USRP-users mailing list
[email protected]
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com


------------------------------

End of USRP-users Digest, Vol 32, Issue 15
******************************************

Reply via email to