Changes between Version 17 and Version 18 of Internal/BuildingGNURadioImage


Ignore:
Timestamp:
Feb 2, 2009, 7:06:04 PM (15 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/BuildingGNURadioImage

    v17 v18  
    227227  * usrp group addintion and the modifiation to udev
    228228  * the ld.so.conf (linker) modifications.
     229
     230----
     231
     232=== 2/2/09 ===
     233
     234The Radio Strikes back...
     235
     236Ran apt-get install guile, it threw some perl warnings, but I guess we're not worried:
     237{{{
     238perl: warning: Setting locale failed.
     239perl: warning: Please check that your locale settings:
     240        LANGUAGE = (unset),
     241        LC_ALL = (unset),
     242        LANG = "en_US.UTF-8"
     243    are supported and installed on your system.
     244perl: warning: Falling back to the standard locale ("C").
     245locale: Cannot set LC_CTYPE to default locale: No such file or directory
     246locale: Cannot set LC_MESSAGES to default locale: No such file or directory
     247locale: Cannot set LC_ALL to default locale: No such file or directory
     248Selecting previously deselected package guile-1.8-libs.
     249(Reading database ... 52898 files and directories currently installed.)
     250Unpacking guile-1.8-libs (from .../guile-1.8-libs_1.8.5+1-4.1_i386.deb) ...
     251Selecting previously deselected package guile-1.8.
     252Unpacking guile-1.8 (from .../guile-1.8_1.8.5+1-4.1_i386.deb) ...
     253Setting up guile-1.8-libs (1.8.5+1-4.1) ...
     254Setting up guile-1.8 (1.8.5+1-4.1) ...
     255perl: warning: Setting locale failed.
     256perl: warning: Please check that your locale settings:
     257        LANGUAGE = (unset),
     258        LC_ALL = (unset),
     259        LANG = "en_US.UTF-8"
     260    are supported and installed on your system.
     261perl: warning: Falling back to the standard locale ("C").
     262}}}
     263
     264Rerunning configured got the same results because a package (sdcc) was missing.
     265
     266After going through the list of required packages listed on http://gnuradio.org/trac/wiki/UbuntuInstall
     267
     268We additionally installed:
     269
     270 * sdcc
     271 * boost-build
     272 * wx-common
     273 * libqt3-mt-dev
     274 * libgsl0-dev
     275