Changes between Version 18 and Version 19 of Internal/BuildingGNURadioImage


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

Legend:

Unmodified
Added
Removed
Modified
  • Internal/BuildingGNURadioImage

    v18 v19  
    274274 * libgsl0-dev
    275275
     276The locale warnings can be ignored.
     277
     278With the help of Ivan we've determined that the version of SDCC that is installed by default does not support asx8051.
     279
     280It does support
     281{{{
     282node1-1:~/gnuradio# sdcc -v
     283SDCC : avr/pic16/pic14/xa51 2.8.0 #5117 (May 16 2008) (UNIX)
     284}}}
     285
     286We downgraded the version of sdcc to 2.6.0-5:
     287{{{
     288wget http://ftp.egr.msu.edu/debian/pool/main/s/sdcc/sdcc-libraries_2.6.0-5_all.deb
     289dpkg -i sdcc-libraries_2.6.0-5_all.deb
     290}}}
     291
     292This downgraded the libraries, but we also had to downgrade the complier it self, and the docs for laughs.
     293
     294http://packages.debian.org/etch/all/sdcc-doc/download
     295http://packages.debian.org/etch/i386/sdcc/download
     296
     297'''Note:''' uname -a says that our architecture is i686, but they only had debs for i386.  The install process was the same.
     298
     299
     300