var fDesc=new Array(); fDesc[0] = "Sourcery G for ColdFire uClinux is intended for developers working on embedded uClinux applications. It may also be used for uClinux kernel development and debugging, or to build a uClinux distribution. You must register with the Sourcery G Portal before you can use this subscription version of Sourcery G . Sourcery G supports libraries optimized for different targets.
Libraries are selected automatically by the linker, depending on the processor and other options you
have specified. In the Sourcery G IDE, create a new
managed build C project. Use the dialog in the C Project wizard to configure the target properties for building your project. Using the editor in the IDE, create a file containing a simple test program; save the file and build the project."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }