To clarify: the old ARM code was from a complete port of Icon for the Acorn
Archimedes on the earliest ARM processors in the 1980's, which might have
little resemblance to the modern ARM processor. I do not think it was a
UNIX platform. There might be a native co-expression implementation on the
old ARM if we went back to an old enough version of Icon source to look for
it, but I would expect it to need changes to run on a modern ARM, and if
pthreads are available on your platform, or if you don't need
co-expressions, then you have no problem.
If we develop an ARM Linux configuration, we should mark it as arm32, as
they will most likely have a 64-bit ARM out soon if it isn't here already.
Clint
On Thu, Mar 1, 2012 at 6:24 PM, Jafar Al-Gharaibeh <[email protected]>wrote:
> There is an old work to port Unicon to ARM with lots of code under
> "#ifdef ARM", unfortunately, most of that code is no longer relevant and
> need some update. The good news is most of that code is unnecessary to get
> Unicon to work, at least with no graphics. I only had to create a new
> configuration to build on ARM copying the x86 linux configuration with
> minor tweaks, plus minor tweaks in some places in the code. Since there is
> no native co-expression implementation on ARM, I went with concurrent
> Unicon because it uses the pthread implementation.
>
> On Thu, Mar 1, 2012 at 5:09 PM, Art Eschenlauer <
> [email protected]> wrote:
>
>> I have a SheevaPlug, which I am guessing is an Arm5 processor based on
>> this line from dmesg:
>>
>> CPU: ARM926EJ-S [56251311] revision 1 (ARMv5TE), cr=00053177
>>
>> Has anyone attempted to compile Unicon on Arm?
>>
>
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group