Changes between Version 14 and Version 15 of Internal/BuildingGNURadioImage


Ignore:
Timestamp:
Jan 28, 2009, 9:14:52 PM (15 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/BuildingGNURadioImage

    v14 v15  
    185185after this step in a python shell ''from gnuradio import gr'' ran with out complaint.
    186186
    187 However '''from gnuradio import usrp''' failed, this was due to an error thrown during the configure phase:
     187However ''from gnuradio import usrp'' failed, this was due to an error thrown during the configure phase:
    188188{{{
    189189The following components were skipped either because you asked not
     
    193193gr-usrp
    194194}}}
     195
     196That is the usrp stuff was never built. Examining the config.log file in
     197{{{
     198node1-1:~/gnuradio# less config.log | grep usrp
     199configure:31892: result: Component usrp requires guile, which was not found. <----
     200configure:32681: result: Not building component usrp.
     201configure:32791: result: Component gr-usrp requires usrp, which is not being built or specified via pre-installed files.
     202configure:32834: result: Not building component gr-usrp.
     203configure:35081: result: Component gr-gpio requires usrp, which is not being built or specified via pre-installed files.
     204configure:35495: result: Component gr-radar-mono requires usrp, which is not being built or specified via pre-installed files.
     205configure:36993: result: Component gr-sounder requires usrp, which is not being built or specified via pre-installed files.
     206configure:37164: result: Component gr-utils requires usrp, which is not being built or specified via pre-installed files.
     207}}}
     208
     209From this we can see guile was the missing components (what ever the heck that is). According to the Ubuntu install docs, we need guile version 1.6. Apt-get says that guile is a pointer:
     210
     211{{{
     212Package guile is a virtual package provided by:
     213  guile-1.8 1.8.5+1-4.1
     214  guile-1.6 1.6.8-6.1
     215}}}
     216
     217We're gonna pick 1.8.