[swift-users] Linux/armv5tel

jasonpepas at gmail.com jasonpepas at gmail.com
Tue Feb 23 09:10:17 CST 2016


Thanks for the tip!

Sent from my iPhone

> On Feb 23, 2016, at 1:30 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> 
> On Mon, Feb 22, 2016 at 11:25 PM, Jason Pepas via swift-users
> <swift-users at swift.org> wrote:
>> Hi,
>> 
>> I'm attempting to build Swift for armv5tel (a Pogoplug) running Debian Jessie.
> 
> If you're doing a native build, it won't finish successfully.  Your
> 32-bit device won't have enough virtual address space to finish
> linking the binaries.  I would recommend cross-compiling.  There's a
> PR in flight: https://github.com/apple/swift/pull/1398/files
> 
>> /usr/bin/../lib/gcc/arm-linux-gnueabi/4.9/../../../../include/c++/4.9/future:117:11:
>> note: template is declared here
>>    class shared_future;
>>          ^
> 
> Although I haven't seen this error, it is possible that we are missing
> some includes.
> 
> Dmitri
> 
> -- 
> main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
> (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/


More information about the swift-users mailing list