<div dir="ltr">I have started my work of trying to understand the port from the previous scripts.<br><br>Before starting the phase one of my work I had to understand all rock dependencies namely<br>1) Boost<br>2)Eigen<br>3)Libxml<br>4)Xerces<br>5)OmniORB<br><br>I
 have tried out examples of Boost serialization library and eigen as 
well.I have also worked with libxml.I used a small hello world program 
for this purpose. I used gccxml to generate an xml version of C code and
 then parsed it with libxml.Xerces is also used for parsing xml but with
 C++. It is not used frequently anymore. It was used when the last port 
took place.<br><br>Before that I had setup a RTEMS environment using QEMU for i386 run a few examples like Ticker and Hello World.<br><br>Only
 OmniORB is left. There are instructions available for porting OmniORB 
to RTEMS. But the port has not beenĀ  not updated since a long time.I 
would start porting once I set up the OmniORB, which currently I am 
stuck up with.<br><br>Meanwhile I have learnt a lot abou CORBA and IDL from <br><br><a href="http://www.ciaranmchale.com/corba-explained-simply" target="_blank">http://www.ciaranmchale.com/corba-explained-simply</a><br><br>and looking forrward to write some CORBA code to understand working of OmniORB.<br></div>