Changes between Version 19 and Version 20 of Internal/BuildingGNURadioImage


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

Legend:

Unmodified
Added
Removed
Modified
  • Internal/BuildingGNURadioImage

    v19 v20  
    152152----
    153153
    154 We added PYTHONPATH=/usr/local/lib/python2.5/site-packages/gnuradio/
     154We added '''PYTHONPATH=/usr/local/lib/python2.5/site-packages/gnuradio/'''
    155155{{{
    156156export PYTHONPATH=/usr/local/lib/python2.5/site-packages/gnuradio/
     
    224224 * run make, make check, make install again
    225225 * check to see if we can run ''form gnu-radio import uspr''. This might require
    226   *  the python path change
    227   * usrp group addintion and the modifiation to udev
     226  * the python path change
     227  * usrp group addtion and
     228  * modification to udev
    228229  * the ld.so.conf (linker) modifications.
    229230
     
    297298'''Note:''' uname -a says that our architecture is i686, but they only had debs for i386.  The install process was the same.
    298299
    299 
    300 
     300Sucess!!! Or at least a glimpse of hope, the usrp module was now listed in the list of shite to be built.
     301
     302From here we will take an image and then we have to do the following:
     303
     304 * run make check, make install again
     305 * check to see if we can run ''form gnu-radio import uspr''. This might require:
     306  * the python path change
     307  * usrp group addtion
     308  * modification to udev
     309  * the ld.so.conf (linker) modifications.
     310