<div>Hi!</div><div><br></div><div>I have uploaded a new version of the scripts/patches:</div><div><br></div><div><a href="http://ebano.datsi.fi.upm.es/~anita/rock/scripts_03.tar.bz2" target="_blank">http://ebano.datsi.fi.upm.es/~anita/rock/scripts_03.tar.bz2</a></div>
<div><br></div>
<div>(I attached a copy because it seems that the server is not working today)</div><div><br></div><div>In this new version I have fixed the typekit problems in Typelib and</div><div>CORBA: lang plugins were loaded dinamically. This is not an option in</div>
<div>RTEMS so I modified Typelib to avoid the use of dlopen or dlsym when</div><div>compiling with RTEMS and instead, statically load these plugins.</div><div><br></div><div>These plugins need access to the filesystem (which is a problem in</div>
<div>RTEMS, specially in SPARC, where no ATA driver is available), so I</div><div>made a Ruby script that generates at compilation time the .tlb files</div><div>and other resources using IMFS (IMFS stands for In Memory File System</div>
<div>and uses the standard C library heap for storage). This Ruby script is</div><div>automatically integrated and executed in the CMake compilation.</div><div><br></div><div>I'm still working in the cross compilation of OCL which is giving me</div>
<div>some problems.</div><div><br></div><div>Cheers,</div><div>Ana</div>