Typically 'configure' will take --target= and/or --host= options which can be
used to cross-compile using a cross-build environment and normally the target
contains three things: cpu type, vendor, and os (in your case: arm, none,
and eabi). It basically looks for the compiler tools with the target prefixed
onto gcc, etc. You could *try* './configure --host=arm-none-eabi', but how
well that would work would depend on how much/little Jim Tcl needs additional
os stuff (additional O/S libraries) and how much of the base OS libraries it
wants and how much of that is supplied by your cross-build env, possibly with
something like FreeRTOS, etc. *Some* of the higher-end Arduino-ish MCUs
provide a suprising amount of UNIX-ish support (obviously not really actual
UNIX of course, but enough for some very simple stuff to compile -- including
stuff stuff well beyond a simple Arduino -- like an actual web server,
including a simple but complete Tcp/Ip stack or a minimual file system).
>
>
--
Robert Heller -- Cell:
413-658-7953 GV:
978-633-5364
Deepwoods Software -- Custom Software Services
http://www.deepsoft.com/ -- Linux Administration Services
hel...@deepsoft.com -- Webhosting Services