Page 1 of 1

An ARM, an apple and a raspberry.

Posted: Sat Apr 23, 2022 5:23 pm
by richmond62
The LiveCode release for Raspberry Pi 6.5.1 contained an engine to build standalones
for Android-ARM: presumably this sort of thing will not run on Apple-ARM processors?

Re: An ARM, an apple and a raspberry.

Posted: Sun Apr 24, 2022 4:28 pm
by jacque
It's unlikely, every OS has its own system calls and they are all different. Also Android apps are based on Java and iOS isn't. I doubt it would even install.

Re: An ARM, an apple and a raspberry.

Posted: Sun Apr 24, 2022 4:38 pm
by Klaus
Aha!

I was expecting: ... went into a bar. :-D

Re: An ARM, an apple and a raspberry.

Posted: Sun Apr 24, 2022 5:04 pm
by richmond62
Also Android apps are based on Java and iOS isn't.
Actually I meant Macintosh computers with ARM chips.

Re: An ARM, an apple and a raspberry.

Posted: Sun Apr 24, 2022 6:32 pm
by jacque
Same thing, the system calls and the app structure are too different to work interchangeably.

Re: An ARM, an apple and a raspberry.

Posted: Sun Apr 24, 2022 6:44 pm
by richmond62
Thank you.

Re: An ARM, an apple and a raspberry.

Posted: Mon Apr 25, 2022 3:49 am
by mwieder
...the bartender said...

Re: An ARM, an apple and a raspberry.

Posted: Mon Apr 25, 2022 6:06 pm
by jacque
... "we don't serve fruits here." And the raspberry said, "This one's okay, we got him off of Obama."

Re: An ARM, an apple and a raspberry.

Posted: Mon Apr 25, 2022 6:36 pm
by richmond62
and the bar-tender said, "Looks kinda jammy to me."

Re: An ARM, an apple and a raspberry.

Posted: Mon Apr 25, 2022 11:42 pm
by mwieder
WorfThatWasAJoke.gif

Re: An ARM, an apple and a raspberry.

Posted: Thu May 05, 2022 2:30 am
by PaulDaMacMan
richmond62 wrote:
Sun Apr 24, 2022 5:04 pm
Also Android apps are based on Java and iOS isn't.
Actually I meant Macintosh computers with ARM chips.
I imagine some sort of virtualization would work well. Likely that would be faster than translating from ARM to X86 instructions set.

Someone has already gotten a Linux desktop OS to build and boot on Apple Silicon, but that may have problems with graphics acceleration since I'm sure that's closed source proprietary GPU driver.