[Insight-users] hello all,

Luis Ibanez luis.ibanez at kitware.com
Mon Dec 21 19:40:44 EST 2009


Hi Sravan,

ITK will compile in any system that has a properly installed
GCC compiler.

Have you set up a cross compilation tool chain for
the ARM 9 processor ?

CMake provides good support for cross-compilation.

The challenge that you will face with the cross-compilation
is that CMake performs a series of "try-compile" and "try-run"
tests at configuration time, in order to asses the capabilities
of your compiler.  When using cross-compilation, you want
to make sure that those tests are done using the tools of the
destination platform.

You may find interesting to look at the notes on how to
configure ITK to be build in a BlueGene supercomputer:

http://www.itk.org/Wiki/Proposals:Compiling_on_Bluegene_Supercomputer


  Please let us know if you run into any problem,


      Thanks


            Luis


-------------------------------------------------------------------------------------------------
On Thu, Dec 17, 2009 at 1:12 AM, sravan kumar <kumar.sravan09 at gmail.com> wrote:
> I am successful in configuring the ITK for Fedora 10.Actually, i need to use
> this ITK for an Embedded System based on ARM 9 processor having linux 2.6.20
> kernel.
>
> Ca this ITK be used for Embedded Systems.If so, please tell me how to do it.
> Thanking you
>
> --
> Y.Sravan Kumar
> II M.Tech(CS),
> Sri Sathya Sai University,
> PRASHANTINILAYAM - 515134
>
>
> _____________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Kitware offers ITK Training Courses, for more information visit:
> http://www.kitware.com/products/protraining.html
>
> Please keep messages on-topic and check the ITK FAQ at:
> http://www.itk.org/Wiki/ITK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.itk.org/mailman/listinfo/insight-users
>
>


More information about the Insight-users mailing list