What are you running as OS on thes ARM HW?

Does this OS/HW support an ANSI C Compiler? 
If yes - is it installed on your HW/OS platform?

Can you successful compile and link some C sample-code? 
i.e. such as hello-world.c and the like?

If yes - take the axis2/C sources and go to the platform specific sources of 
axis2/c.

You have to make such modules to run first on your HW/OS platform. 
And in case the axis2/c provides a test - make this test and test as you can.

Then start to compile the util of axis2/c first, because util forma one part of 
the underlaying sw up on which remaing axis2 modules are seated. If ax-util 
tests run successfull, then take the axiom part, and related test, and test 
axiom successfully.

Then compile/link the remaining Axis2/c modules. 
As they are ANSI/C you should not have big problems compiling and lining them.

The rest after axutil and axiom is somewhat peanuts and whas no hurdle when I 
ported it to Open VMS.

This, unless it comes to load modules and services in a dynamic fashion such as 
axis2-services or axis2-modules WS-*.  In this situation you already have an 
axis2-simple-server started. Depending how it started and how available your 
modules are, you might end up in a bigger or smaller debugging exercise.

When I ported it to OpenVMS, for moste of the modules I followed a UNIX-style 
approach, given header files are present, it would be a signe that also object 
libs are present on your system to link against it.

Anyone with direct experience for axis2/c on the ARM HW/OS platform is welcome 
to override what I just said!

Josef

 







-----Ursprüngliche Nachricht-----
Von: anees [mailto:anees...@vvdntech.com] 
Gesendet: Montag, 15. November 2010 15:10
An: c-user@axis.apache.org
Betreff: Compiling AXIS2C for ARM

Hi,

Has anyone been able to successfully compile AXIS2C for ARM platform? If yes, 
please help me with it. I am stuck with the compilation.

Any pointer is highly appreciated.

Anees 


---------------------------------------------------------------------
To unsubscribe, e-mail: c-user-unsubscr...@axis.apache.org
For additional commands, e-mail: c-user-h...@axis.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: c-user-unsubscr...@axis.apache.org
For additional commands, e-mail: c-user-h...@axis.apache.org

Reply via email to