Sanity check: I presume you're asking about Xalan for C++, since the Java 
code would not require cross-compilation. 

Theoretically, it should be just like cross-compiling to any other 
platform: Get the cross-compiler. Figure out what options to set in the 
code in order to match that machine's architecture. Compile, link with any 
other code, move to target machine and execute.

Assuming you already have a C++ compiler which can produce the appropriate 
ARM code, the tricky step is the "figure out"  one, unless someone has 
already done that work and documented it.

______________________________________
"You build world of steel and stone
I build worlds of words alone
Skilled tradespeople, long years taught:
You shape matter; I shape thought."
(http://www.songworm.com/lyrics/songworm-parody/ShapesofShadow.html)



From:
stevej5050 <steve_john...@rte.com>
To:
xalan-dev@xml.apache.org
Date:
08/19/2011 03:19 PM
Subject:
Has anyone cross compiled Xalan




Is there any info out there on cross compiling Xalan on Linux? I?m cross
compiling an existing software package that utilizes Xerces and Xalan. I
have successfully cross compiled Xerces but not having much luck with 
Xalan.
I'm trying to cross compile Xalan to a TI Linux Arm platform (AM37x). I 
saw
an old post, dated 2008 saying that it can?t be done but I?m hoping that
things have changed. If not does anyone have any kind of work-around or 
know
of a easy replacement for Xalan?


-- 
View this message in context: 
http://old.nabble.com/Has-anyone-cross-compiled-Xalan-tp32297951p32297951.html

Sent from the Xalan - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org
For additional commands, e-mail: xalan-dev-h...@xml.apache.org


Reply via email to