[omniORB] Cross-Compiling omniORB

Peter Schäfer-Hutter schaefer.hutter at gmail.com
Fri Apr 22 11:25:46 BST 2005


Hello!

I'm trying to cross-compile omniOrb 4.0.6 on a Linux-x86 box for a
Linux-PPC target using the old make system.

However, omniidl seems to stumble over the fact that host and target
have different endianess:

"ominOrb-4.0.6/lib/powerpc_linux_2.2_glibc/_omniidlmodule.so: ELF file
data encoding not little-endian"

I copied the file i586_linux_2.0_glibc2.1.mk to
powerpc_linux_2.2_glibc.mk and set the options

PowerPCProcessor = 1

and changed the CPP, CXX and CC variables to use the cross-compiler.

Any more to change?

Best regards,
  
  Peter



More information about the omniORB-list mailing list