Changes between Version 2 and Version 3 of CIAO


Ignore:
Timestamp:
12/01/05 12:42:44 (20 years ago)
Author:
Daniel Kahn gillmor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CIAO

    v2 v3  
    2727the mkrmf, vtpdetect, and dmfilth tools.
    2828}}}
     29
     30the biggest concern appears to be library versioning.  (also from the readme):
     31
     32{{{
     33Q) I cannot run application XYZ in a window setup for CIAO.
     34A) This is likely due to the fact you other application requires a
     35slightly different version of libstdc++.so.5. Until recently the gcc
     36c++ standard libraries have been in flux and are NOT cross
     37compatible. CIAO was built using gcc 3.2.1 and we require that exact
     38version of the library to be available. At this time we do not have a
     39work-around for this issue.
     40}}}
     41
     42libstdc++5 is undergoing a lot of changes anyway, so ideally, we will be able to build it ourselves with an up-to-date toolchain.