usrp-users@lists.ettus.com

Discussion and technical support related to USRP, UHD, RFNoC

View all threads

Problem running RFNoC testbench all of a sudden

JM
Jason Matusiak
Wed, Aug 8, 2018 12:50 PM

I am not sure what I've done, but all of a sudden I don't seem to be able to run my testbench.  Things are in the "compiling" stage of the testbench when I get hit with this:

Built simulation snapshot ddc_chain_behav
****** Webtalk v2017.4 (64-bit)
**** SW Build 2086221 on Fri Dec 15 20:54:30 MST 2017
**** IP Build 2085800 on Fri Dec 15 22:25:07 MST 2017
** Copyright 1986-2017 Xilinx, Inc. All Rights Reserved.
source /opt/gnuradio/v3.7.12.0_rfnoc/src/rfnoc-nocblocks/rfnoc/testbenches/noc_block_responder_tb/xsim_proj/xsim_proj.sim/sim_1/behav/xsim/xsim.dir/ddc_chain_behav/webtalk/xsim_webtalk.tcl -notrace
INFO: [Common 17-186] '/opt/gnuradio/v3.7.12.0_rfnoc/src/rfnoc-nocblocks/rfnoc/testbenches/noc_block_responder_tb/xsim_proj/xsim_proj.sim/sim_1/behav/xsim/xsim.dir/ddc_chain_behav/webtalk/usage_statistics_ext_xsim.xml' has been successfully sent to Xilinx on Wed Aug 8 08:40:08 2018. For additional details about this file, please refer to the WebTalk help file at /opt/Xilinx/Vivado/2017.4/doc/webtalk_introduction.html.
INFO: [Common 17-206] Exiting Webtalk at Wed Aug 8 08:40:08 2018...
run_program: Time (s): cpu = 00:00:04 ; elapsed = 00:00:05 . Memory (MB): peak = 1340.074 ; gain = 0.000 ; free physical = 48514 ; free virtual = 292443
INFO: [USF-XSim-69] 'elaborate' step finished in '5' seconds
INFO: [USF-XSim-4] XSim::Simulate design
INFO: [USF-XSim-61] Executing 'SIMULATE' step in '/opt/gnuradio/v3.7.12.0_rfnoc/src/rfnoc-nocblocks/rfnoc/testbenches/noc_block_responder_tb/xsim_proj/xsim_proj.sim/sim_1/behav/xsim'
INFO: [USF-XSim-98] *** Running xsim
with args "ddc_chain_behav -key {Behavioral:sim_1:Functional:ddc_chain} -tclbatch {ddc_chain.tcl} -log {simulate.log}"
INFO: [USF-XSim-8] Loading simulator feature
Vivado Simulator 2017.4
Time resolution is 1 ps
source ddc_chain.tcl

current_wave_config

ERROR : The following component DSP48A1 at instance ddc_chain.old_hb.small_hb_i.mult.dsp_st.DSP48AST is not supported for retargeting in this architecture. Please modify your source code to use supported primitives. The complete list of supported primitives for this architectures is provided in the 7 Series HDL Libraries Guide available on www.xilinx.com.
$finish called at time : 0 fs : File "/wrk/2017.4/nightly/2017_12_15_2086221/data/verilog/src/retarget/DSP48A1.v" Line 74
INFO: [USF-XSim-96] XSim completed. Design snapshot 'ddc_chain_behav' loaded.
INFO: [USF-XSim-97] XSim simulation ran for 1000000000us
launch_simulation: Time (s): cpu = 00:00:12 ; elapsed = 00:00:16 . Memory (MB): peak = 1407.582 ; gain = 112.375 ; free physical = 48509 ; free virtual = 292438

if [string equal $vivado_mode "batch"] {

puts "BUILDER: Closing project"

close_project

} else {

puts "BUILDER: In GUI mode. Leaving project open."

}

BUILDER: Closing project

I didn't update UHD or anything like that, so I can't figure out what I've done wrong.  I assume the DSP48A1 is because I am attempting to use most of the siggen code in my block.  This seemed to be working fine, and then this hit all of a sudden.
Any thoughts?

I am not sure what I've done, but all of a sudden I don't seem to be able to run my testbench. Things are in the "compiling" stage of the testbench when I get hit with this: Built simulation snapshot ddc_chain_behav ****** Webtalk v2017.4 (64-bit) **** SW Build 2086221 on Fri Dec 15 20:54:30 MST 2017 **** IP Build 2085800 on Fri Dec 15 22:25:07 MST 2017 ** Copyright 1986-2017 Xilinx, Inc. All Rights Reserved. source /opt/gnuradio/v3.7.12.0_rfnoc/src/rfnoc-nocblocks/rfnoc/testbenches/noc_block_responder_tb/xsim_proj/xsim_proj.sim/sim_1/behav/xsim/xsim.dir/ddc_chain_behav/webtalk/xsim_webtalk.tcl -notrace INFO: [Common 17-186] '/opt/gnuradio/v3.7.12.0_rfnoc/src/rfnoc-nocblocks/rfnoc/testbenches/noc_block_responder_tb/xsim_proj/xsim_proj.sim/sim_1/behav/xsim/xsim.dir/ddc_chain_behav/webtalk/usage_statistics_ext_xsim.xml' has been successfully sent to Xilinx on Wed Aug 8 08:40:08 2018. For additional details about this file, please refer to the WebTalk help file at /opt/Xilinx/Vivado/2017.4/doc/webtalk_introduction.html. INFO: [Common 17-206] Exiting Webtalk at Wed Aug 8 08:40:08 2018... run_program: Time (s): cpu = 00:00:04 ; elapsed = 00:00:05 . Memory (MB): peak = 1340.074 ; gain = 0.000 ; free physical = 48514 ; free virtual = 292443 INFO: [USF-XSim-69] 'elaborate' step finished in '5' seconds INFO: [USF-XSim-4] XSim::Simulate design INFO: [USF-XSim-61] Executing 'SIMULATE' step in '/opt/gnuradio/v3.7.12.0_rfnoc/src/rfnoc-nocblocks/rfnoc/testbenches/noc_block_responder_tb/xsim_proj/xsim_proj.sim/sim_1/behav/xsim' INFO: [USF-XSim-98] *** Running xsim with args "ddc_chain_behav -key {Behavioral:sim_1:Functional:ddc_chain} -tclbatch {ddc_chain.tcl} -log {simulate.log}" INFO: [USF-XSim-8] Loading simulator feature Vivado Simulator 2017.4 Time resolution is 1 ps source ddc_chain.tcl ## current_wave_config ERROR : The following component DSP48A1 at instance ddc_chain.old_hb.small_hb_i.mult.dsp_st.DSP48AST is not supported for retargeting in this architecture. Please modify your source code to use supported primitives. The complete list of supported primitives for this architectures is provided in the 7 Series HDL Libraries Guide available on www.xilinx.com. $finish called at time : 0 fs : File "/wrk/2017.4/nightly/2017_12_15_2086221/data/verilog/src/retarget/DSP48A1.v" Line 74 INFO: [USF-XSim-96] XSim completed. Design snapshot 'ddc_chain_behav' loaded. INFO: [USF-XSim-97] XSim simulation ran for 1000000000us launch_simulation: Time (s): cpu = 00:00:12 ; elapsed = 00:00:16 . Memory (MB): peak = 1407.582 ; gain = 112.375 ; free physical = 48509 ; free virtual = 292438 # if [string equal $vivado_mode "batch"] { # puts "BUILDER: Closing project" # close_project # } else { # puts "BUILDER: In GUI mode. Leaving project open." # } BUILDER: Closing project I didn't update UHD or anything like that, so I can't figure out what I've done wrong. I assume the DSP48A1 is because I am attempting to use most of the siggen code in my block. This seemed to be working fine, and then this hit all of a sudden. Any thoughts?
JP
Jon Pendlum
Tue, Aug 28, 2018 10:49 AM

Hey Jason,

I ran into this problem too when I had a syntax error in sim_rfnoc_lib.svh
(I was messing around with the core RFNoC testbench infrastructure code).
After I fixed my typo, it went away. I suspect this is just a bug in xsim.

Jonathon

On Wed, Aug 8, 2018 at 9:52 PM Jason Matusiak via USRP-users <
usrp-users@lists.ettus.com> wrote:

I am not sure what I've done, but all of a sudden I don't seem to be able
to run my testbench.  Things are in the "compiling" stage of the testbench
when I get hit with this:

Built simulation snapshot ddc_chain_behav

******* Webtalk v2017.4 (64-bit)*

  • **** SW Build 2086221 on Fri Dec 15 20:54:30 MST 2017*
  • **** IP Build 2085800 on Fri Dec 15 22:25:07 MST 2017*
  • ** Copyright 1986-2017 Xilinx, Inc. All Rights Reserved.*

source
/opt/gnuradio/v3.7.12.0_rfnoc/src/rfnoc-nocblocks/rfnoc/testbenches/noc_block_responder_tb/xsim_proj/xsim_proj.sim/sim_1/behav/xsim/xsim.dir/ddc_chain_behav/webtalk/xsim_webtalk.tcl
-notrace

INFO: [Common 17-186]
'/opt/gnuradio/v3.7.12.0_rfnoc/src/rfnoc-nocblocks/rfnoc/testbenches/noc_block_responder_tb/xsim_proj/xsim_proj.sim/sim_1/behav/xsim/xsim.dir/ddc_chain_behav/webtalk/usage_statistics_ext_xsim.xml'
has been successfully sent to Xilinx on Wed Aug 8 08:40:08 2018. For
additional details about this file, please refer to the WebTalk help file
at /opt/Xilinx/Vivado/2017.4/doc/webtalk_introduction.html.

INFO: [Common 17-206] Exiting Webtalk at Wed Aug 8 08:40:08 2018...
run_program: Time (s): cpu = 00:00:04 ; elapsed = 00:00:05 . Memory (MB):
peak = 1340.074 ; gain = 0.000 ; free physical = 48514 ; free virtual =
292443

INFO: [USF-XSim-69] 'elaborate' step finished in '5' seconds
INFO: [USF-XSim-4] XSim::Simulate design
INFO: [USF-XSim-61] Executing 'SIMULATE' step in
'/opt/gnuradio/v3.7.12.0_rfnoc/src/rfnoc-nocblocks/rfnoc/testbenches/noc_block_responder_tb/xsim_proj/xsim_proj.sim/sim_1/behav/xsim'

INFO: [USF-XSim-98] *** Running xsim

  • with args "ddc_chain_behav -key {Behavioral:sim_1:Functional:ddc_chain}
    -tclbatch {ddc_chain.tcl} -log {simulate.log}"*
    INFO: [USF-XSim-8] Loading simulator feature
    Vivado Simulator 2017.4
    Time resolution is 1 ps
    source ddc_chain.tcl
    ## current_wave_config
    ERROR : The following component DSP48A1 at instance
    ddc_chain.old_hb.small_hb_i.mult.dsp_st.DSP48AST is not supported for
    retargeting in this architecture. Please modify your source code to use
    supported primitives. The complete list of supported primitives for this
    architectures is provided in the 7 Series HDL Libraries Guide available on
    www.xilinx.com http://www.xilinx.com.

    $finish called at time : 0 fs : File
    "/wrk/2017.4/nightly/2017_12_15_2086221/data/verilog/src/retarget/DSP48A1.v"
    Line 74

    INFO: [USF-XSim-96] XSim completed. Design snapshot 'ddc_chain_behav'
    loaded.

    INFO: [USF-XSim-97] XSim simulation ran for 1000000000us
    launch_simulation: Time (s): cpu = 00:00:12 ; elapsed = 00:00:16 . Memory
    (MB): peak = 1407.582 ; gain = 112.375 ; free physical = 48509 ; free
    virtual = 292438

    # if [string equal $vivado_mode "batch"] {
    # puts "BUILDER: Closing project"
    # close_project
    # } else {
    # puts "BUILDER: In GUI mode. Leaving project open."
    # }
    BUILDER: Closing project

I didn't update UHD or anything like that, so I can't figure out what I've
done wrong.  I assume the DSP48A1 is because I am attempting to use most of
the siggen code in my block.  This seemed to be working fine, and then this
hit all of a sudden.

Any thoughts?


USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Hey Jason, I ran into this problem too when I had a syntax error in sim_rfnoc_lib.svh (I was messing around with the core RFNoC testbench infrastructure code). After I fixed my typo, it went away. I suspect this is just a bug in xsim. Jonathon On Wed, Aug 8, 2018 at 9:52 PM Jason Matusiak via USRP-users < usrp-users@lists.ettus.com> wrote: > I am not sure what I've done, but all of a sudden I don't seem to be able > to run my testbench. Things are in the "compiling" stage of the testbench > when I get hit with this: > > > > > > *Built simulation snapshot ddc_chain_behav* > > ******* Webtalk v2017.4 (64-bit)* > * **** SW Build 2086221 on Fri Dec 15 20:54:30 MST 2017* > * **** IP Build 2085800 on Fri Dec 15 22:25:07 MST 2017* > * ** Copyright 1986-2017 Xilinx, Inc. All Rights Reserved.* > > *source > /opt/gnuradio/v3.7.12.0_rfnoc/src/rfnoc-nocblocks/rfnoc/testbenches/noc_block_responder_tb/xsim_proj/xsim_proj.sim/sim_1/behav/xsim/xsim.dir/ddc_chain_behav/webtalk/xsim_webtalk.tcl > -notrace* > *INFO: [Common 17-186] > '/opt/gnuradio/v3.7.12.0_rfnoc/src/rfnoc-nocblocks/rfnoc/testbenches/noc_block_responder_tb/xsim_proj/xsim_proj.sim/sim_1/behav/xsim/xsim.dir/ddc_chain_behav/webtalk/usage_statistics_ext_xsim.xml' > has been successfully sent to Xilinx on Wed Aug 8 08:40:08 2018. For > additional details about this file, please refer to the WebTalk help file > at /opt/Xilinx/Vivado/2017.4/doc/webtalk_introduction.html.* > *INFO: [Common 17-206] Exiting Webtalk at Wed Aug 8 08:40:08 2018...* > *run_program: Time (s): cpu = 00:00:04 ; elapsed = 00:00:05 . Memory (MB): > peak = 1340.074 ; gain = 0.000 ; free physical = 48514 ; free virtual = > 292443* > *INFO: [USF-XSim-69] 'elaborate' step finished in '5' seconds* > *INFO: [USF-XSim-4] XSim::Simulate design* > *INFO: [USF-XSim-61] Executing 'SIMULATE' step in > '/opt/gnuradio/v3.7.12.0_rfnoc/src/rfnoc-nocblocks/rfnoc/testbenches/noc_block_responder_tb/xsim_proj/xsim_proj.sim/sim_1/behav/xsim'* > *INFO: [USF-XSim-98] *** Running xsim* > * with args "ddc_chain_behav -key {Behavioral:sim_1:Functional:ddc_chain} > -tclbatch {ddc_chain.tcl} -log {simulate.log}"* > *INFO: [USF-XSim-8] Loading simulator feature* > *Vivado Simulator 2017.4* > *Time resolution is 1 ps* > *source ddc_chain.tcl* > *## current_wave_config* > *ERROR : The following component DSP48A1 at instance > ddc_chain.old_hb.small_hb_i.mult.dsp_st.DSP48AST is not supported for > retargeting in this architecture. Please modify your source code to use > supported primitives. The complete list of supported primitives for this > architectures is provided in the 7 Series HDL Libraries Guide available on > www.xilinx.com <http://www.xilinx.com>.* > *$finish called at time : 0 fs : File > "/wrk/2017.4/nightly/2017_12_15_2086221/data/verilog/src/retarget/DSP48A1.v" > Line 74* > *INFO: [USF-XSim-96] XSim completed. Design snapshot 'ddc_chain_behav' > loaded.* > *INFO: [USF-XSim-97] XSim simulation ran for 1000000000us* > *launch_simulation: Time (s): cpu = 00:00:12 ; elapsed = 00:00:16 . Memory > (MB): peak = 1407.582 ; gain = 112.375 ; free physical = 48509 ; free > virtual = 292438* > *# if [string equal $vivado_mode "batch"] {* > *# puts "BUILDER: Closing project"* > *# close_project* > *# } else {* > *# puts "BUILDER: In GUI mode. Leaving project open."* > *# }* > *BUILDER: Closing project* > > > > I didn't update UHD or anything like that, so I can't figure out what I've > done wrong. I assume the DSP48A1 is because I am attempting to use most of > the siggen code in my block. This seemed to be working fine, and then this > hit all of a sudden. > > Any thoughts? > _______________________________________________ > USRP-users mailing list > USRP-users@lists.ettus.com > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com >
JM
Jason Matusiak
Wed, Sep 5, 2018 7:25 PM

Philip, I know I am digging this up from early in the year, but I didn't see an answer.  I am having the exact same issue with the six package.  Were you ever able to fix this?

--------- Original Message ---------    On 04/02/2018 06:58 PM, Marcus D. Leech wrote:

On 04/02/2018 06:09 PM, Philip Balister wrote:

On 04/02/2018 05:01 PM, MASDR GS wrote:

I'm having issues with installing GNU radio using PYBOMBS. It
successfully
installs the SDK and UHD but once it reaches to GNU Radio I receive a
missing python six message. I have been using this guide from Ettus for
reference.

https://kb.ettus.com/Software_Development_on_the_E310_and_E312#Preparation_using_PyBOMBS

-- Python checking for six - python 2 and 3 compatibility library - not
found
CMake Error at volk/CMakeLists.txt:93 (message):
six - python 2 and 3 compatibility library required to build VOLK

Looks like the volk added a dependency on python-six and the E300 image
doesn't have it. Ettus needs to create a new file system image with that
package installed.

Philip

WHile that is actually, true, in this case the user is doing
cross-builds on their PC host, and had installed python-six into their
cross-build
environment, and still no joy.

Adding python-six-native cleared up my build issue. Likely the real
solution is regenerate the sdk including the native-sdk version of
python-six.

I'll poke meta-sdr for this soon to cover other users.

Philip

-- Configuring incomplete, errors occurred!

Someone also posted the same issue but I couldn't find a response to his
question along with how  to bypass this error. I've tried installing the
lastest version of  python six-1.11.0 onto my local computer still but
having no luck. Any guidance or help is appreciated.

http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2017-February/023677.html


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Philip, I know I am digging this up from early in the year, but I didn't see an answer. I am having the exact same issue with the six package. Were you ever able to fix this? --------- Original Message --------- On 04/02/2018 06:58 PM, Marcus D. Leech wrote: > On 04/02/2018 06:09 PM, Philip Balister wrote: >> On 04/02/2018 05:01 PM, MASDR GS wrote: >>> I'm having issues with installing GNU radio using PYBOMBS. It >>> successfully >>> installs the SDK and UHD but once it reaches to GNU Radio I receive a >>> missing python six message. I have been using this guide from Ettus for >>> reference. >>> >>> https://kb.ettus.com/Software_Development_on_the_E310_and_E312#Preparation_using_PyBOMBS >>> >>> >>> >>> -- Python checking for six - python 2 and 3 compatibility library - not >>> found >>> CMake Error at volk/CMakeLists.txt:93 (message): >>> six - python 2 and 3 compatibility library required to build VOLK >>> >> Looks like the volk added a dependency on python-six and the E300 image >> doesn't have it. Ettus needs to create a new file system image with that >> package installed. >> >> Philip > WHile that is actually, true, in this case the user is doing > cross-builds on their PC host, and had installed python-six into their > cross-build > environment, and still no joy. Adding python-six-native cleared up my build issue. Likely the real solution is regenerate the sdk including the native-sdk version of python-six. I'll poke meta-sdr for this soon to cover other users. Philip > > >> >>> -- Configuring incomplete, errors occurred! >>> >>> >>> Someone also posted the same issue but I couldn't find a response to his >>> question along with how to bypass this error. I've tried installing the >>> lastest version of python six-1.11.0 onto my local computer still but >>> having no luck. Any guidance or help is appreciated. >>> >>> http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2017-February/023677.html >>> >>> >>> >>> >>> _______________________________________________ >>> Discuss-gnuradio mailing list >>> address@hidden >>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >>> >> _______________________________________________ >> Discuss-gnuradio mailing list >> address@hidden >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > _______________________________________________ > Discuss-gnuradio mailing list > address@hidden > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >
PB
Philip Balister
Wed, Sep 5, 2018 7:35 PM

On 09/05/2018 03:25 PM, Jason Matusiak via USRP-users wrote:

Philip, I know I am digging this up from early in the year, but I didn't see an answer.  I am having the exact same issue with the six package.  Were you ever able to fix this?

Pretty sure the sdk from here is fixed:

https://www.dropbox.com/sh/4w19l8ixwm2ke24/AAB3aGPAkjqe9SvG32TsyK5Ia?dl=0

These are newer images based of rocko I ended creating out of another
job. Posted in case others find them useful.

Philip

--------- Original Message ---------    On 04/02/2018 06:58 PM, Marcus D. Leech wrote:

On 04/02/2018 06:09 PM, Philip Balister wrote:

On 04/02/2018 05:01 PM, MASDR GS wrote:

I'm having issues with installing GNU radio using PYBOMBS. It
successfully
installs the SDK and UHD but once it reaches to GNU Radio I receive a
missing python six message. I have been using this guide from Ettus for
reference.

https://kb.ettus.com/Software_Development_on_the_E310_and_E312#Preparation_using_PyBOMBS

-- Python checking for six - python 2 and 3 compatibility library - not
found
CMake Error at volk/CMakeLists.txt:93 (message):
six - python 2 and 3 compatibility library required to build VOLK

Looks like the volk added a dependency on python-six and the E300 image
doesn't have it. Ettus needs to create a new file system image with that
package installed.

Philip

WHile that is actually, true, in this case the user is doing
cross-builds on their PC host, and had installed python-six into their
cross-build
environment, and still no joy.

Adding python-six-native cleared up my build issue. Likely the real
solution is regenerate the sdk including the native-sdk version of
python-six.

I'll poke meta-sdr for this soon to cover other users.

Philip

-- Configuring incomplete, errors occurred!

Someone also posted the same issue but I couldn't find a response to his
question along with how  to bypass this error. I've tried installing the
lastest version of  python six-1.11.0 onto my local computer still but
having no luck. Any guidance or help is appreciated.

http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2017-February/023677.html


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

On 09/05/2018 03:25 PM, Jason Matusiak via USRP-users wrote: > Philip, I know I am digging this up from early in the year, but I didn't see an answer. I am having the exact same issue with the six package. Were you ever able to fix this? Pretty sure the sdk from here is fixed: https://www.dropbox.com/sh/4w19l8ixwm2ke24/AAB3aGPAkjqe9SvG32TsyK5Ia?dl=0 These are newer images based of rocko I ended creating out of another job. Posted in case others find them useful. Philip > > > --------- Original Message --------- On 04/02/2018 06:58 PM, Marcus D. Leech wrote: > > On 04/02/2018 06:09 PM, Philip Balister wrote: > >> On 04/02/2018 05:01 PM, MASDR GS wrote: > >>> I'm having issues with installing GNU radio using PYBOMBS. It > >>> successfully > >>> installs the SDK and UHD but once it reaches to GNU Radio I receive a > >>> missing python six message. I have been using this guide from Ettus for > >>> reference. > >>> > >>> https://kb.ettus.com/Software_Development_on_the_E310_and_E312#Preparation_using_PyBOMBS > >>> > >>> > >>> > >>> -- Python checking for six - python 2 and 3 compatibility library - not > >>> found > >>> CMake Error at volk/CMakeLists.txt:93 (message): > >>> six - python 2 and 3 compatibility library required to build VOLK > >>> > >> Looks like the volk added a dependency on python-six and the E300 image > >> doesn't have it. Ettus needs to create a new file system image with that > >> package installed. > >> > >> Philip > > WHile that is actually, true, in this case the user is doing > > cross-builds on their PC host, and had installed python-six into their > > cross-build > > environment, and still no joy. > > Adding python-six-native cleared up my build issue. Likely the real > solution is regenerate the sdk including the native-sdk version of > python-six. > > I'll poke meta-sdr for this soon to cover other users. > > Philip > > > > > > >> > >>> -- Configuring incomplete, errors occurred! > >>> > >>> > >>> Someone also posted the same issue but I couldn't find a response to his > >>> question along with how to bypass this error. I've tried installing the > >>> lastest version of python six-1.11.0 onto my local computer still but > >>> having no luck. Any guidance or help is appreciated. > >>> > >>> http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2017-February/023677.html > >>> > >>> > >>> > >>> > >>> _______________________________________________ > >>> Discuss-gnuradio mailing list > >>> address@hidden > >>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > >>> > >> _______________________________________________ > >> Discuss-gnuradio mailing list > >> address@hidden > >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > > > > _______________________________________________ > > Discuss-gnuradio mailing list > > address@hidden > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > > > > _______________________________________________ > USRP-users mailing list > USRP-users@lists.ettus.com > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com >
JM
Jason Matusiak
Thu, Sep 6, 2018 12:44 PM

Thanks Philip, that will be very helpful.  Will the steps be the same as before? :

1 - sh ./oecore-x86_64-armv7ahf-neon-toolchain-nodistro.0.sh
2 - pybombs prefix init /opt/gnuradio/e300 -R e3xx-rfnoc -a e300

Or will something need to change there?

--------- Original Message --------- Subject: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc)
From: "Philip Balister" philip@balister.org
Date: 9/5/18 3:35 pm
To: "Jason Matusiak" jason@gardettoengineering.com
Cc: "USRP-users@lists.ettus.com" usrp-users@lists.ettus.com

On 09/05/2018 03:25 PM, Jason Matusiak via USRP-users wrote:

Philip, I know I am digging this up from early in the year, but I didn't see an answer. I am having the exact same issue with the six package. Were you ever able to fix this?

Pretty sure the sdk from here is fixed:

https://www.dropbox.com/sh/4w19l8ixwm2ke24/AAB3aGPAkjqe9SvG32TsyK5Ia?dl=0

These are newer images based of rocko I ended creating out of another
job. Posted in case others find them useful.

Philip

--------- Original Message --------- On 04/02/2018 06:58 PM, Marcus D. Leech wrote:

On 04/02/2018 06:09 PM, Philip Balister wrote:

On 04/02/2018 05:01 PM, MASDR GS wrote:

I'm having issues with installing GNU radio using PYBOMBS. It
successfully
installs the SDK and UHD but once it reaches to GNU Radio I receive a
missing python six message. I have been using this guide from Ettus for
reference.

https://kb.ettus.com/Software_Development_on_the_E310_and_E312#Preparation_using_PyBOMBS

-- Python checking for six - python 2 and 3 compatibility library - not
found
CMake Error at volk/CMakeLists.txt:93 (message):
six - python 2 and 3 compatibility library required to build VOLK

Looks like the volk added a dependency on python-six and the E300 image
doesn't have it. Ettus needs to create a new file system image with that
package installed.

Philip

WHile that is actually, true, in this case the user is doing
cross-builds on their PC host, and had installed python-six into their
cross-build
environment, and still no joy.

Adding python-six-native cleared up my build issue. Likely the real
solution is regenerate the sdk including the native-sdk version of
python-six.

I'll poke meta-sdr for this soon to cover other users.

Philip

-- Configuring incomplete, errors occurred!

Someone also posted the same issue but I couldn't find a response to his
question along with how to bypass this error. I've tried installing the
lastest version of python six-1.11.0 onto my local computer still but
having no luck. Any guidance or help is appreciated.

http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2017-February/023677.html


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Thanks Philip, that will be very helpful. Will the steps be the same as before? : 1 - sh ./oecore-x86_64-armv7ahf-neon-toolchain-nodistro.0.sh 2 - pybombs prefix init /opt/gnuradio/e300 -R e3xx-rfnoc -a e300 Or will something need to change there? --------- Original Message --------- Subject: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc) From: "Philip Balister" <philip@balister.org> Date: 9/5/18 3:35 pm To: "Jason Matusiak" <jason@gardettoengineering.com> Cc: "USRP-users@lists.ettus.com" <usrp-users@lists.ettus.com> On 09/05/2018 03:25 PM, Jason Matusiak via USRP-users wrote: > Philip, I know I am digging this up from early in the year, but I didn't see an answer. I am having the exact same issue with the six package. Were you ever able to fix this? Pretty sure the sdk from here is fixed: https://www.dropbox.com/sh/4w19l8ixwm2ke24/AAB3aGPAkjqe9SvG32TsyK5Ia?dl=0 These are newer images based of rocko I ended creating out of another job. Posted in case others find them useful. Philip > > > --------- Original Message --------- On 04/02/2018 06:58 PM, Marcus D. Leech wrote: > > On 04/02/2018 06:09 PM, Philip Balister wrote: > >> On 04/02/2018 05:01 PM, MASDR GS wrote: > >>> I'm having issues with installing GNU radio using PYBOMBS. It > >>> successfully > >>> installs the SDK and UHD but once it reaches to GNU Radio I receive a > >>> missing python six message. I have been using this guide from Ettus for > >>> reference. > >>> > >>> https://kb.ettus.com/Software_Development_on_the_E310_and_E312#Preparation_using_PyBOMBS > >>> > >>> > >>> > >>> -- Python checking for six - python 2 and 3 compatibility library - not > >>> found > >>> CMake Error at volk/CMakeLists.txt:93 (message): > >>> six - python 2 and 3 compatibility library required to build VOLK > >>> > >> Looks like the volk added a dependency on python-six and the E300 image > >> doesn't have it. Ettus needs to create a new file system image with that > >> package installed. > >> > >> Philip > > WHile that is actually, true, in this case the user is doing > > cross-builds on their PC host, and had installed python-six into their > > cross-build > > environment, and still no joy. > > Adding python-six-native cleared up my build issue. Likely the real > solution is regenerate the sdk including the native-sdk version of > python-six. > > I'll poke meta-sdr for this soon to cover other users. > > Philip > > > > > > >> > >>> -- Configuring incomplete, errors occurred! > >>> > >>> > >>> Someone also posted the same issue but I couldn't find a response to his > >>> question along with how to bypass this error. I've tried installing the > >>> lastest version of python six-1.11.0 onto my local computer still but > >>> having no luck. Any guidance or help is appreciated. > >>> > >>> http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2017-February/023677.html > >>> > >>> > >>> > >>> > >>> _______________________________________________ > >>> Discuss-gnuradio mailing list > >>> address@hidden > >>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > >>> > >> _______________________________________________ > >> Discuss-gnuradio mailing list > >> address@hidden > >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > > > > _______________________________________________ > > Discuss-gnuradio mailing list > > address@hidden > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > > > > _______________________________________________ > USRP-users mailing list > USRP-users@lists.ettus.com > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com >
JM
Jason Matusiak
Thu, Sep 6, 2018 12:52 PM

Just finished running the second command just mentioned below, still died with the package "six" error.

--------- Original Message --------- Subject: RE: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc)
From: "Jason Matusiak" jason@gardettoengineering.com
Date: 9/6/18 8:44 am
To: "Philip Balister" philip@balister.org
Cc: "USRP-users@lists.ettus.com" usrp-users@lists.ettus.com

Thanks Philip, that will be very helpful.  Will the steps be the same as before? :

1 - sh ./oecore-x86_64-armv7ahf-neon-toolchain-nodistro.0.sh
2 - pybombs prefix init /opt/gnuradio/e300 -R e3xx-rfnoc -a e300

Or will something need to change there?

--------- Original Message --------- Subject: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc)
From: "Philip Balister" philip@balister.org
Date: 9/5/18 3:35 pm
To: "Jason Matusiak" jason@gardettoengineering.com
Cc: "USRP-users@lists.ettus.com" usrp-users@lists.ettus.com

On 09/05/2018 03:25 PM, Jason Matusiak via USRP-users wrote:

Philip, I know I am digging this up from early in the year, but I didn't see an answer. I am having the exact same issue with the six package. Were you ever able to fix this?

Pretty sure the sdk from here is fixed:

https://www.dropbox.com/sh/4w19l8ixwm2ke24/AAB3aGPAkjqe9SvG32TsyK5Ia?dl=0

These are newer images based of rocko I ended creating out of another
job. Posted in case others find them useful.

Philip

--------- Original Message --------- On 04/02/2018 06:58 PM, Marcus D. Leech wrote:

On 04/02/2018 06:09 PM, Philip Balister wrote:

On 04/02/2018 05:01 PM, MASDR GS wrote:

I'm having issues with installing GNU radio using PYBOMBS. It
successfully
installs the SDK and UHD but once it reaches to GNU Radio I receive a
missing python six message. I have been using this guide from Ettus for
reference.

https://kb.ettus.com/Software_Development_on_the_E310_and_E312#Preparation_using_PyBOMBS

-- Python checking for six - python 2 and 3 compatibility library - not
found
CMake Error at volk/CMakeLists.txt:93 (message):
six - python 2 and 3 compatibility library required to build VOLK

Looks like the volk added a dependency on python-six and the E300 image
doesn't have it. Ettus needs to create a new file system image with that
package installed.

Philip

WHile that is actually, true, in this case the user is doing
cross-builds on their PC host, and had installed python-six into their
cross-build
environment, and still no joy.

Adding python-six-native cleared up my build issue. Likely the real
solution is regenerate the sdk including the native-sdk version of
python-six.

I'll poke meta-sdr for this soon to cover other users.

Philip

-- Configuring incomplete, errors occurred!

Someone also posted the same issue but I couldn't find a response to his
question along with how to bypass this error. I've tried installing the
lastest version of python six-1.11.0 onto my local computer still but
having no luck. Any guidance or help is appreciated.

http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2017-February/023677.html


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Just finished running the second command just mentioned below, still died with the package "six" error. --------- Original Message --------- Subject: RE: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc) From: "Jason Matusiak" <jason@gardettoengineering.com> Date: 9/6/18 8:44 am To: "Philip Balister" <philip@balister.org> Cc: "USRP-users@lists.ettus.com" <usrp-users@lists.ettus.com> Thanks Philip, that will be very helpful. Will the steps be the same as before? : 1 - sh ./oecore-x86_64-armv7ahf-neon-toolchain-nodistro.0.sh 2 - pybombs prefix init /opt/gnuradio/e300 -R e3xx-rfnoc -a e300 Or will something need to change there? --------- Original Message --------- Subject: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc) From: "Philip Balister" <philip@balister.org> Date: 9/5/18 3:35 pm To: "Jason Matusiak" <jason@gardettoengineering.com> Cc: "USRP-users@lists.ettus.com" <usrp-users@lists.ettus.com> On 09/05/2018 03:25 PM, Jason Matusiak via USRP-users wrote: > Philip, I know I am digging this up from early in the year, but I didn't see an answer. I am having the exact same issue with the six package. Were you ever able to fix this? Pretty sure the sdk from here is fixed: https://www.dropbox.com/sh/4w19l8ixwm2ke24/AAB3aGPAkjqe9SvG32TsyK5Ia?dl=0 These are newer images based of rocko I ended creating out of another job. Posted in case others find them useful. Philip > > > --------- Original Message --------- On 04/02/2018 06:58 PM, Marcus D. Leech wrote: > > On 04/02/2018 06:09 PM, Philip Balister wrote: > >> On 04/02/2018 05:01 PM, MASDR GS wrote: > >>> I'm having issues with installing GNU radio using PYBOMBS. It > >>> successfully > >>> installs the SDK and UHD but once it reaches to GNU Radio I receive a > >>> missing python six message. I have been using this guide from Ettus for > >>> reference. > >>> > >>> https://kb.ettus.com/Software_Development_on_the_E310_and_E312#Preparation_using_PyBOMBS > >>> > >>> > >>> > >>> -- Python checking for six - python 2 and 3 compatibility library - not > >>> found > >>> CMake Error at volk/CMakeLists.txt:93 (message): > >>> six - python 2 and 3 compatibility library required to build VOLK > >>> > >> Looks like the volk added a dependency on python-six and the E300 image > >> doesn't have it. Ettus needs to create a new file system image with that > >> package installed. > >> > >> Philip > > WHile that is actually, true, in this case the user is doing > > cross-builds on their PC host, and had installed python-six into their > > cross-build > > environment, and still no joy. > > Adding python-six-native cleared up my build issue. Likely the real > solution is regenerate the sdk including the native-sdk version of > python-six. > > I'll poke meta-sdr for this soon to cover other users. > > Philip > > > > > > >> > >>> -- Configuring incomplete, errors occurred! > >>> > >>> > >>> Someone also posted the same issue but I couldn't find a response to his > >>> question along with how to bypass this error. I've tried installing the > >>> lastest version of python six-1.11.0 onto my local computer still but > >>> having no luck. Any guidance or help is appreciated. > >>> > >>> http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2017-February/023677.html > >>> > >>> > >>> > >>> > >>> _______________________________________________ > >>> Discuss-gnuradio mailing list > >>> address@hidden > >>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > >>> > >> _______________________________________________ > >> Discuss-gnuradio mailing list > >> address@hidden > >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > > > > _______________________________________________ > > Discuss-gnuradio mailing list > > address@hidden > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > > > > _______________________________________________ > USRP-users mailing list > USRP-users@lists.ettus.com > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com >
PB
Philip Balister
Thu, Sep 6, 2018 2:03 PM

On 09/06/2018 08:52 AM, Jason Matusiak wrote:

Just finished running the second command just mentioned below, still died with the package "six" error.

I looked at the sdk manifest in Dropbox and don't see the python-six
included, but it looks like the sdk should. Going to run some builds
here, maybe just a matter of updating Dropbox from the output of the
Jenkins job doing test builds.

Philip

--------- Original Message --------- Subject: RE: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc)
From: "Jason Matusiak" jason@gardettoengineering.com
Date: 9/6/18 8:44 am
To: "Philip Balister" philip@balister.org
Cc: "USRP-users@lists.ettus.com" usrp-users@lists.ettus.com

Thanks Philip, that will be very helpful.  Will the steps be the same as before? :

1 - sh ./oecore-x86_64-armv7ahf-neon-toolchain-nodistro.0.sh
2 - pybombs prefix init /opt/gnuradio/e300 -R e3xx-rfnoc -a e300

Or will something need to change there?

--------- Original Message --------- Subject: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc)
From: "Philip Balister" philip@balister.org
Date: 9/5/18 3:35 pm
To: "Jason Matusiak" jason@gardettoengineering.com
Cc: "USRP-users@lists.ettus.com" usrp-users@lists.ettus.com

On 09/05/2018 03:25 PM, Jason Matusiak via USRP-users wrote:

Philip, I know I am digging this up from early in the year, but I didn't see an answer. I am having the exact same issue with the six package. Were you ever able to fix this?

Pretty sure the sdk from here is fixed:

https://www.dropbox.com/sh/4w19l8ixwm2ke24/AAB3aGPAkjqe9SvG32TsyK5Ia?dl=0

These are newer images based of rocko I ended creating out of another
job. Posted in case others find them useful.

Philip

--------- Original Message --------- On 04/02/2018 06:58 PM, Marcus D. Leech wrote:

On 04/02/2018 06:09 PM, Philip Balister wrote:

On 04/02/2018 05:01 PM, MASDR GS wrote:

I'm having issues with installing GNU radio using PYBOMBS. It
successfully
installs the SDK and UHD but once it reaches to GNU Radio I receive a
missing python six message. I have been using this guide from Ettus for
reference.

https://kb.ettus.com/Software_Development_on_the_E310_and_E312#Preparation_using_PyBOMBS

-- Python checking for six - python 2 and 3 compatibility library - not
found
CMake Error at volk/CMakeLists.txt:93 (message):
six - python 2 and 3 compatibility library required to build VOLK

Looks like the volk added a dependency on python-six and the E300 image
doesn't have it. Ettus needs to create a new file system image with that
package installed.

Philip

WHile that is actually, true, in this case the user is doing
cross-builds on their PC host, and had installed python-six into their
cross-build
environment, and still no joy.

Adding python-six-native cleared up my build issue. Likely the real
solution is regenerate the sdk including the native-sdk version of
python-six.

I'll poke meta-sdr for this soon to cover other users.

Philip

-- Configuring incomplete, errors occurred!

Someone also posted the same issue but I couldn't find a response to his
question along with how to bypass this error. I've tried installing the
lastest version of python six-1.11.0 onto my local computer still but
having no luck. Any guidance or help is appreciated.

http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2017-February/023677.html


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

On 09/06/2018 08:52 AM, Jason Matusiak wrote: > Just finished running the second command just mentioned below, still died with the package "six" error. I looked at the sdk manifest in Dropbox and don't see the python-six included, but it looks like the sdk should. Going to run some builds here, maybe just a matter of updating Dropbox from the output of the Jenkins job doing test builds. Philip > > > --------- Original Message --------- Subject: RE: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc) > From: "Jason Matusiak" <jason@gardettoengineering.com> > Date: 9/6/18 8:44 am > To: "Philip Balister" <philip@balister.org> > Cc: "USRP-users@lists.ettus.com" <usrp-users@lists.ettus.com> > > Thanks Philip, that will be very helpful. Will the steps be the same as before? : > > 1 - sh ./oecore-x86_64-armv7ahf-neon-toolchain-nodistro.0.sh > 2 - pybombs prefix init /opt/gnuradio/e300 -R e3xx-rfnoc -a e300 > > Or will something need to change there? > > --------- Original Message --------- Subject: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc) > From: "Philip Balister" <philip@balister.org> > Date: 9/5/18 3:35 pm > To: "Jason Matusiak" <jason@gardettoengineering.com> > Cc: "USRP-users@lists.ettus.com" <usrp-users@lists.ettus.com> > > On 09/05/2018 03:25 PM, Jason Matusiak via USRP-users wrote: > > Philip, I know I am digging this up from early in the year, but I didn't see an answer. I am having the exact same issue with the six package. Were you ever able to fix this? > > Pretty sure the sdk from here is fixed: > > https://www.dropbox.com/sh/4w19l8ixwm2ke24/AAB3aGPAkjqe9SvG32TsyK5Ia?dl=0 > > These are newer images based of rocko I ended creating out of another > job. Posted in case others find them useful. > > Philip > > > > > > > --------- Original Message --------- On 04/02/2018 06:58 PM, Marcus D. Leech wrote: > > > On 04/02/2018 06:09 PM, Philip Balister wrote: > > >> On 04/02/2018 05:01 PM, MASDR GS wrote: > > >>> I'm having issues with installing GNU radio using PYBOMBS. It > > >>> successfully > > >>> installs the SDK and UHD but once it reaches to GNU Radio I receive a > > >>> missing python six message. I have been using this guide from Ettus for > > >>> reference. > > >>> > > >>> https://kb.ettus.com/Software_Development_on_the_E310_and_E312#Preparation_using_PyBOMBS > > >>> > > >>> > > >>> > > >>> -- Python checking for six - python 2 and 3 compatibility library - not > > >>> found > > >>> CMake Error at volk/CMakeLists.txt:93 (message): > > >>> six - python 2 and 3 compatibility library required to build VOLK > > >>> > > >> Looks like the volk added a dependency on python-six and the E300 image > > >> doesn't have it. Ettus needs to create a new file system image with that > > >> package installed. > > >> > > >> Philip > > > WHile that is actually, true, in this case the user is doing > > > cross-builds on their PC host, and had installed python-six into their > > > cross-build > > > environment, and still no joy. > > > > Adding python-six-native cleared up my build issue. Likely the real > > solution is regenerate the sdk including the native-sdk version of > > python-six. > > > > I'll poke meta-sdr for this soon to cover other users. > > > > Philip > > > > > > > > > > >> > > >>> -- Configuring incomplete, errors occurred! > > >>> > > >>> > > >>> Someone also posted the same issue but I couldn't find a response to his > > >>> question along with how to bypass this error. I've tried installing the > > >>> lastest version of python six-1.11.0 onto my local computer still but > > >>> having no luck. Any guidance or help is appreciated. > > >>> > > >>> http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2017-February/023677.html > > >>> > > >>> > > >>> > > >>> > > >>> _______________________________________________ > > >>> Discuss-gnuradio mailing list > > >>> address@hidden > > >>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > >>> > > >> _______________________________________________ > > >> Discuss-gnuradio mailing list > > >> address@hidden > > >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > > > > > > > _______________________________________________ > > > Discuss-gnuradio mailing list > > > address@hidden > > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > > > > > > > > > _______________________________________________ > > USRP-users mailing list > > USRP-users@lists.ettus.com > > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com > > >
PB
Philip Balister
Thu, Sep 6, 2018 6:52 PM

On 09/06/2018 08:52 AM, Jason Matusiak wrote:

Just finished running the second command just mentioned below, still died with the package "six" error.

I found the problem, will regenerate images and sdk tonight and update
Dropbox in the morning. Thanks for testing this and finding I still had
an issue with the E300 sdk.

Philip

--------- Original Message --------- Subject: RE: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc)
From: "Jason Matusiak" jason@gardettoengineering.com
Date: 9/6/18 8:44 am
To: "Philip Balister" philip@balister.org
Cc: "USRP-users@lists.ettus.com" usrp-users@lists.ettus.com

Thanks Philip, that will be very helpful.  Will the steps be the same as before? :

1 - sh ./oecore-x86_64-armv7ahf-neon-toolchain-nodistro.0.sh
2 - pybombs prefix init /opt/gnuradio/e300 -R e3xx-rfnoc -a e300

Or will something need to change there?

--------- Original Message --------- Subject: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc)
From: "Philip Balister" philip@balister.org
Date: 9/5/18 3:35 pm
To: "Jason Matusiak" jason@gardettoengineering.com
Cc: "USRP-users@lists.ettus.com" usrp-users@lists.ettus.com

On 09/05/2018 03:25 PM, Jason Matusiak via USRP-users wrote:

Philip, I know I am digging this up from early in the year, but I didn't see an answer. I am having the exact same issue with the six package. Were you ever able to fix this?

Pretty sure the sdk from here is fixed:

https://www.dropbox.com/sh/4w19l8ixwm2ke24/AAB3aGPAkjqe9SvG32TsyK5Ia?dl=0

These are newer images based of rocko I ended creating out of another
job. Posted in case others find them useful.

Philip

--------- Original Message --------- On 04/02/2018 06:58 PM, Marcus D. Leech wrote:

On 04/02/2018 06:09 PM, Philip Balister wrote:

On 04/02/2018 05:01 PM, MASDR GS wrote:

I'm having issues with installing GNU radio using PYBOMBS. It
successfully
installs the SDK and UHD but once it reaches to GNU Radio I receive a
missing python six message. I have been using this guide from Ettus for
reference.

https://kb.ettus.com/Software_Development_on_the_E310_and_E312#Preparation_using_PyBOMBS

-- Python checking for six - python 2 and 3 compatibility library - not
found
CMake Error at volk/CMakeLists.txt:93 (message):
six - python 2 and 3 compatibility library required to build VOLK

Looks like the volk added a dependency on python-six and the E300 image
doesn't have it. Ettus needs to create a new file system image with that
package installed.

Philip

WHile that is actually, true, in this case the user is doing
cross-builds on their PC host, and had installed python-six into their
cross-build
environment, and still no joy.

Adding python-six-native cleared up my build issue. Likely the real
solution is regenerate the sdk including the native-sdk version of
python-six.

I'll poke meta-sdr for this soon to cover other users.

Philip

-- Configuring incomplete, errors occurred!

Someone also posted the same issue but I couldn't find a response to his
question along with how to bypass this error. I've tried installing the
lastest version of python six-1.11.0 onto my local computer still but
having no luck. Any guidance or help is appreciated.

http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2017-February/023677.html


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

On 09/06/2018 08:52 AM, Jason Matusiak wrote: > Just finished running the second command just mentioned below, still died with the package "six" error. I found the problem, will regenerate images and sdk tonight and update Dropbox in the morning. Thanks for testing this and finding I still had an issue with the E300 sdk. Philip > > > --------- Original Message --------- Subject: RE: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc) > From: "Jason Matusiak" <jason@gardettoengineering.com> > Date: 9/6/18 8:44 am > To: "Philip Balister" <philip@balister.org> > Cc: "USRP-users@lists.ettus.com" <usrp-users@lists.ettus.com> > > Thanks Philip, that will be very helpful. Will the steps be the same as before? : > > 1 - sh ./oecore-x86_64-armv7ahf-neon-toolchain-nodistro.0.sh > 2 - pybombs prefix init /opt/gnuradio/e300 -R e3xx-rfnoc -a e300 > > Or will something need to change there? > > --------- Original Message --------- Subject: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc) > From: "Philip Balister" <philip@balister.org> > Date: 9/5/18 3:35 pm > To: "Jason Matusiak" <jason@gardettoengineering.com> > Cc: "USRP-users@lists.ettus.com" <usrp-users@lists.ettus.com> > > On 09/05/2018 03:25 PM, Jason Matusiak via USRP-users wrote: > > Philip, I know I am digging this up from early in the year, but I didn't see an answer. I am having the exact same issue with the six package. Were you ever able to fix this? > > Pretty sure the sdk from here is fixed: > > https://www.dropbox.com/sh/4w19l8ixwm2ke24/AAB3aGPAkjqe9SvG32TsyK5Ia?dl=0 > > These are newer images based of rocko I ended creating out of another > job. Posted in case others find them useful. > > Philip > > > > > > > --------- Original Message --------- On 04/02/2018 06:58 PM, Marcus D. Leech wrote: > > > On 04/02/2018 06:09 PM, Philip Balister wrote: > > >> On 04/02/2018 05:01 PM, MASDR GS wrote: > > >>> I'm having issues with installing GNU radio using PYBOMBS. It > > >>> successfully > > >>> installs the SDK and UHD but once it reaches to GNU Radio I receive a > > >>> missing python six message. I have been using this guide from Ettus for > > >>> reference. > > >>> > > >>> https://kb.ettus.com/Software_Development_on_the_E310_and_E312#Preparation_using_PyBOMBS > > >>> > > >>> > > >>> > > >>> -- Python checking for six - python 2 and 3 compatibility library - not > > >>> found > > >>> CMake Error at volk/CMakeLists.txt:93 (message): > > >>> six - python 2 and 3 compatibility library required to build VOLK > > >>> > > >> Looks like the volk added a dependency on python-six and the E300 image > > >> doesn't have it. Ettus needs to create a new file system image with that > > >> package installed. > > >> > > >> Philip > > > WHile that is actually, true, in this case the user is doing > > > cross-builds on their PC host, and had installed python-six into their > > > cross-build > > > environment, and still no joy. > > > > Adding python-six-native cleared up my build issue. Likely the real > > solution is regenerate the sdk including the native-sdk version of > > python-six. > > > > I'll poke meta-sdr for this soon to cover other users. > > > > Philip > > > > > > > > > > >> > > >>> -- Configuring incomplete, errors occurred! > > >>> > > >>> > > >>> Someone also posted the same issue but I couldn't find a response to his > > >>> question along with how to bypass this error. I've tried installing the > > >>> lastest version of python six-1.11.0 onto my local computer still but > > >>> having no luck. Any guidance or help is appreciated. > > >>> > > >>> http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2017-February/023677.html > > >>> > > >>> > > >>> > > >>> > > >>> _______________________________________________ > > >>> Discuss-gnuradio mailing list > > >>> address@hidden > > >>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > >>> > > >> _______________________________________________ > > >> Discuss-gnuradio mailing list > > >> address@hidden > > >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > > > > > > > _______________________________________________ > > > Discuss-gnuradio mailing list > > > address@hidden > > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > > > > > > > > > > _______________________________________________ > > USRP-users mailing list > > USRP-users@lists.ettus.com > > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com > > >
PB
Philip Balister
Fri, Sep 7, 2018 6:32 PM

On 09/06/2018 02:52 PM, Philip Balister via USRP-users wrote:

On 09/06/2018 08:52 AM, Jason Matusiak wrote:

Just finished running the second command just mentioned below, still died with the package "six" error.

I found the problem, will regenerate images and sdk tonight and update
Dropbox in the morning. Thanks for testing this and finding I still had
an issue with the E300 sdk.

Philip

--------- Original Message --------- Subject: RE: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc)
From: "Jason Matusiak" jason@gardettoengineering.com
Date: 9/6/18 8:44 am
To: "Philip Balister" philip@balister.org
Cc: "USRP-users@lists.ettus.com" usrp-users@lists.ettus.com

Thanks Philip, that will be very helpful.  Will the steps be the same as before? :

1 - sh ./oecore-x86_64-armv7ahf-neon-toolchain-nodistro.0.sh
2 - pybombs prefix init /opt/gnuradio/e300 -R e3xx-rfnoc -a e300

Or will something need to change there?

--------- Original Message --------- Subject: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc)
From: "Philip Balister" philip@balister.org
Date: 9/5/18 3:35 pm
To: "Jason Matusiak" jason@gardettoengineering.com
Cc: "USRP-users@lists.ettus.com" usrp-users@lists.ettus.com

On 09/05/2018 03:25 PM, Jason Matusiak via USRP-users wrote:

Philip, I know I am digging this up from early in the year, but I didn't see an answer. I am having the exact same issue with the six package. Were you ever able to fix this?

Pretty sure the sdk from here is fixed:

https://www.dropbox.com/sh/4w19l8ixwm2ke24/AAB3aGPAkjqe9SvG32TsyK5Ia?dl=0

These are newer images based of rocko I ended creating out of another
job. Posted in case others find them useful.

Philip

--------- Original Message --------- On 04/02/2018 06:58 PM, Marcus D. Leech wrote:

On 04/02/2018 06:09 PM, Philip Balister wrote:

On 04/02/2018 05:01 PM, MASDR GS wrote:

I'm having issues with installing GNU radio using PYBOMBS. It
successfully
installs the SDK and UHD but once it reaches to GNU Radio I receive a
missing python six message. I have been using this guide from Ettus for
reference.

https://kb.ettus.com/Software_Development_on_the_E310_and_E312#Preparation_using_PyBOMBS

-- Python checking for six - python 2 and 3 compatibility library - not
found
CMake Error at volk/CMakeLists.txt:93 (message):
six - python 2 and 3 compatibility library required to build VOLK

Looks like the volk added a dependency on python-six and the E300 image
doesn't have it. Ettus needs to create a new file system image with that
package installed.

Philip

WHile that is actually, true, in this case the user is doing
cross-builds on their PC host, and had installed python-six into their
cross-build
environment, and still no joy.

Adding python-six-native cleared up my build issue. Likely the real
solution is regenerate the sdk including the native-sdk version of
python-six.

I'll poke meta-sdr for this soon to cover other users.

Philip

-- Configuring incomplete, errors occurred!

Someone also posted the same issue but I couldn't find a response to his
question along with how to bypass this error. I've tried installing the
lastest version of python six-1.11.0 onto my local computer still but
having no luck. Any guidance or help is appreciated.

http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2017-February/023677.html


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

On 09/06/2018 02:52 PM, Philip Balister via USRP-users wrote: > On 09/06/2018 08:52 AM, Jason Matusiak wrote: >> Just finished running the second command just mentioned below, still died with the package "six" error. > > I found the problem, will regenerate images and sdk tonight and update > Dropbox in the morning. Thanks for testing this and finding I still had > an issue with the E300 sdk. Jason, give this a shot if you can: https://www.dropbox.com/sh/6qfjjqlfzmyegyd/AABu45Ney1xRoen-NyJim5dGa?dl=0 Philip > > Philip > >> >> >> --------- Original Message --------- Subject: RE: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc) >> From: "Jason Matusiak" <jason@gardettoengineering.com> >> Date: 9/6/18 8:44 am >> To: "Philip Balister" <philip@balister.org> >> Cc: "USRP-users@lists.ettus.com" <usrp-users@lists.ettus.com> >> >> Thanks Philip, that will be very helpful. Will the steps be the same as before? : >> >> 1 - sh ./oecore-x86_64-armv7ahf-neon-toolchain-nodistro.0.sh >> 2 - pybombs prefix init /opt/gnuradio/e300 -R e3xx-rfnoc -a e300 >> >> Or will something need to change there? >> >> --------- Original Message --------- Subject: Re: [USRP-users] Issues installing GNUradio using PYBOMBS (e3xx-custom-uhd or e3xx-rfnoc) >> From: "Philip Balister" <philip@balister.org> >> Date: 9/5/18 3:35 pm >> To: "Jason Matusiak" <jason@gardettoengineering.com> >> Cc: "USRP-users@lists.ettus.com" <usrp-users@lists.ettus.com> >> >> On 09/05/2018 03:25 PM, Jason Matusiak via USRP-users wrote: >> > Philip, I know I am digging this up from early in the year, but I didn't see an answer. I am having the exact same issue with the six package. Were you ever able to fix this? >> >> Pretty sure the sdk from here is fixed: >> >> https://www.dropbox.com/sh/4w19l8ixwm2ke24/AAB3aGPAkjqe9SvG32TsyK5Ia?dl=0 >> >> These are newer images based of rocko I ended creating out of another >> job. Posted in case others find them useful. >> >> Philip >> >> > >> > >> > --------- Original Message --------- On 04/02/2018 06:58 PM, Marcus D. Leech wrote: >> > > On 04/02/2018 06:09 PM, Philip Balister wrote: >> > >> On 04/02/2018 05:01 PM, MASDR GS wrote: >> > >>> I'm having issues with installing GNU radio using PYBOMBS. It >> > >>> successfully >> > >>> installs the SDK and UHD but once it reaches to GNU Radio I receive a >> > >>> missing python six message. I have been using this guide from Ettus for >> > >>> reference. >> > >>> >> > >>> https://kb.ettus.com/Software_Development_on_the_E310_and_E312#Preparation_using_PyBOMBS >> > >>> >> > >>> >> > >>> >> > >>> -- Python checking for six - python 2 and 3 compatibility library - not >> > >>> found >> > >>> CMake Error at volk/CMakeLists.txt:93 (message): >> > >>> six - python 2 and 3 compatibility library required to build VOLK >> > >>> >> > >> Looks like the volk added a dependency on python-six and the E300 image >> > >> doesn't have it. Ettus needs to create a new file system image with that >> > >> package installed. >> > >> >> > >> Philip >> > > WHile that is actually, true, in this case the user is doing >> > > cross-builds on their PC host, and had installed python-six into their >> > > cross-build >> > > environment, and still no joy. >> > >> > Adding python-six-native cleared up my build issue. Likely the real >> > solution is regenerate the sdk including the native-sdk version of >> > python-six. >> > >> > I'll poke meta-sdr for this soon to cover other users. >> > >> > Philip >> > >> > > >> > > >> > >> >> > >>> -- Configuring incomplete, errors occurred! >> > >>> >> > >>> >> > >>> Someone also posted the same issue but I couldn't find a response to his >> > >>> question along with how to bypass this error. I've tried installing the >> > >>> lastest version of python six-1.11.0 onto my local computer still but >> > >>> having no luck. Any guidance or help is appreciated. >> > >>> >> > >>> http://lists.ettus.com/pipermail/usrp-users_lists.ettus.com/2017-February/023677.html >> > >>> >> > >>> >> > >>> >> > >>> >> > >>> _______________________________________________ >> > >>> Discuss-gnuradio mailing list >> > >>> address@hidden >> > >>> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> > >>> >> > >> _______________________________________________ >> > >> Discuss-gnuradio mailing list >> > >> address@hidden >> > >> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> > > >> > > >> > > _______________________________________________ >> > > Discuss-gnuradio mailing list >> > > address@hidden >> > > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio >> > > >> > >> > >> > >> > _______________________________________________ >> > USRP-users mailing list >> > USRP-users@lists.ettus.com >> > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com >> > >> > > _______________________________________________ > USRP-users mailing list > USRP-users@lists.ettus.com > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com >