in reply to Does Perl run on ARM?
Yes, perl runs on ARM platforms. Do you have a specific ARM system in mind? My main ARM development experience is the Raspberry Pi which runs a Debian variant. For context an untweaked system running from SD card (slow for IO) can build perl in a little over two hours via perlbrew. You can make some tweaks to the system to lower memory usage which speeds things up a little when compiling.
Cross compiling for this platform is described here reasonably well.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Does Perl run on ARM?
by BrowserUk (Patriarch) on Apr 12, 2014 at 15:30 UTC | |
by bulk88 (Priest) on Apr 13, 2014 at 03:34 UTC | |
by BrowserUk (Patriarch) on Apr 13, 2014 at 10:04 UTC | |
by Mr. Muskrat (Canon) on Apr 14, 2014 at 19:08 UTC |