<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Daniel,<div class=""><br class=""></div><div class="">Yep - that’s exactly it. It sounds like the JIT linker is missing an ELF/ARM relocation, but it’s not possible to tell which one from this error message.</div><div class=""><br class=""></div><div class="">CK - If you file a bug, can you include a reduced test case?</div><div class=""><br class=""></div><div class="">- Lang.</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Apr 6, 2016, at 11:37 PM, Daniel Dunbar <<a href="mailto:daniel_dunbar@apple.com" class="">daniel_dunbar@apple.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=us-ascii" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">+Lang<div class=""><br class=""></div><div class="">`swift build` currently uses the Swift interpreter to get the Package metadata from the Package.swift. That in turn uses the LLVM JIT. It may be that some of what Swift is using is not implemented in the JIT for this platform.<div class=""><br class=""></div><div class="">This is worth filing a bug on <a href="http://bugs.swift.org/" class="">http://bugs.swift.org</a>, if you haven't already.</div><div class=""><br class=""></div><div class=""> - Daniel</div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On Apr 5, 2016, at 7:29 PM, CK TUNG via swift-users <<a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="content-type" content="text/html; charset=utf-8" class=""><div dir="auto" class=""><div class=""><div class=""><span style="background-color: rgba(255, 255, 255, 0);" class="">Hi</span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);" class="">I try to build </span>swift-package-manager-0.1 from source in raspberry pi, build success but with error on run as below</div><div class=""><span style="background-color: rgba(255, 255, 255, 0);" class=""><br class=""></span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);" class="">$ swift build</span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);" class=""><b class="">Not implemented relocation type!</b></span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);" class=""><b class="">UNREACHABLE executed at /mnt/usbms/package-swift/llvm/lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp:453!</b></span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);" class="">Stack dump:</span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);" class="">0.<span class="">        </span>Program arguments: /usr/bin/swift -frontend -interpret /home/pi/Package.swift -target armv7-unknown-linux-gnueabihf -disable-objc-interop -I /usr/lib/swift/pm -module-name Package -lPackageDescription </span></div><div class=""><span style="background-color: rgba(255, 255, 255, 0);" class="">swift-build: ExitSignal</span></div><br class="">Thanks </div></div>_______________________________________________<br class="">swift-users mailing list<br class=""><a href="mailto:swift-users@swift.org" class="">swift-users@swift.org</a><br class=""><a href="https://lists.swift.org/mailman/listinfo/swift-users" class="">https://lists.swift.org/mailman/listinfo/swift-users</a><br class=""></div></blockquote></div><br class=""></div></div></div></div></blockquote></div><br class=""></div></body></html>