-----Original Message-----
From: Babak A. Sarashki [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 11, 2003 4:42 PM
To: Sreelal Chandrasenan
Cc: Paul Farmer
Subject: RE: LynxOS legacy BSP


Sreelal,

following are the instructions to build ACE/TAO:

Following paths should be set
export ACE_ROOT=/usr/local/ACE_wrappers
export TAO_ROOT=$ACE_ROOT/TAO
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ACE_ROOT/ace
export PATH=$PATH:$TAO_ROOT/TAO_IDL

1. tao_idl and gperf should be built for the cross environment. both should
be statically linked. refer the site
http://www.dist-systems.bbn.com/projects/AIRES/UAV/uavlatest/INSTALL.ace.htm
l

The following components need to be build.
        a.) cd $ACE_ROOT/ace; make
        b.) cd $ACE_ROOT/apps/gperf; make
        c.) cd $TAO_ROOT/TAO_IDL; make

2. This step builds the ACE/TAO for lynx(shared libraries will be built)
(Use the appropriate directories)

export ACE_ROOT=/usr/local/ACE_wrappers
export TAO_ROOT=$ACE_ROOT/TAO
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ACE_ROOT/ace
export PATH=$PATH:$TAO_ROOT/TAO_IDL


If you are using bash, sh, or ksh type of shells, make sure these
environment variables are exported. If you are using tcsh, or csh type
of shells, make sure that you use setenv to set these variables.

copy the tao_idl built in step 1 to $TAO_ROOT/TAO_IDL/
copy the gperf built in step 1 to $ACE_ROOT/apps/gperf/src/

Symlink the appropriate config file in $ACE_ROOT/ace to config.h in that
directory. For example, if you're using Linux:

     cd $ACE_ROOT/ace
     ln -s config-lynxos.h config.h
(config-lynxos.h for LynxOS 4.0 is attached)

Create $ACE_ROOT/include/makeinclude/platform_macros.GNU(attached)
Create $ACE_ROOT/include/makeinclude/platform_lynxos.GNU(attached)

To build the relevant components of ACE:

   cd $ACE_ROOT/ace
   make
   cd $ACE_ROOT/ACEXML
   make



To build the relevant components of TAO:  If you are using a cross
compiler then only the 1st one can be built cross.  The other 3 have to
be built native to the system they will be run on.


   cd $TAO_ROOT/tao
   make

   cd $TAO_ROOT/orbsvcs
   make

   cd $TAO_ROOT/utils
   make

Thanks,

Babak.

-----Original Message-----
From: Sreelal Chandrasenan [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 10, 2003 1:43 PM
To: Babak A. Sarashki
Subject: RE: LynxOS legacy BSP


http://www.cs.wustl.edu/~schmidt/ACE.html

-----Original Message-----
From: Babak A. Sarashki [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2003 11:00 AM
To: Sreelal Chandrasenan
Subject: LynxOS legacy BSP


Hello Sreelal,

This is in regard to installing the legacy bsp. Please let me know if we can
help with any questions on installing the legacy bsp.

Thanks,

Babak.

408-979-4357

Attachment: config-lynxos.h
Description: config-lynxos.h

Attachment: platform_macros.GNU
Description: platform_macros.GNU

Attachment: platform_lynxos.GNU
Description: platform_lynxos.GNU

Reply via email to