Rocco Bowling

Results 30 comments of Rocco Bowling

I'm going to try and help fix this. I have a desire to use swift on some odroid boards here, and being stuck on 5.1.5 just won't cut it. I'm...

While the scripts are building llvm, i noticed that it appears to be using the wrong triple argument ``` /usr/lib/llvm-6.0/bin/clang -cc1 -triple armv6kz-unknown-linux-gnueabihf -emit-obj -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CodeGenModule.cpp ......

I was able to complete 5.4 build for amv7 in the following manner: 1. I used futurejones 5.3 "buildbot_linux,swiftlang-min" preset 2. i had to comment out the assert in llvm-project/llvm/include/llvm/ADT/PointerIntPair.h...

> If you have problems with hello world segfaulting once you fix the ICU issue and the backtrace indicates problems reading Swift runtime metadata, this may be the fix. I...

> The fix with 5.4 was to comment out the two... Ah, excellent! That works now :) ``` root@odroid220:~/swift-source# /root/swift-source/install/usr/bin/swiftc --version Swift version 5.4-dev (LLVM 7a20f40c45aca5d, Swift 031b848b7092c06) Target: armv7-unknown-linux-gnueabihf...

Thanks, didn't know that. I have many of these odroids so i'm going to do in parallel anyway. I previously got 5.3 up to the libicudata problem, so am interested...

5.3 working as well now. ``` root@odroid221:~# swiftc --version Swift version 5.3-dev (LLVM 3093af41dd, Swift 3c8a284dd0) Target: armv7l-unknown-linux-gnueabihf root@odroid221:~# swiftc ./hello.swift && ./hello Hello World root@odroid221:~# ``` Now attempting to...

> Great, one thing you may want to try before that is having `build-script` run the tests Ok, I'm trying them both. Here are current issues, in case you have...

ok, got the tests to run. Didn't get a chance to try on any other platform for comparison, but these are the results I got: ``` Testing Time: 1501.47s Unsupported...

Ok, I fixed the libicudataswift thing (the unit tests didn't have it in the lib folder they point to so I just copied it over). ``` Testing Time: 1722.62s Unsupported...