Description
Previous ID | SR-388 |
Radar | None |
Original Reporter | @hpux735 |
Type | Bug |
Additional Detail from JIRA
Votes | 4 |
Component/s | |
Labels | Bug, arm, armhf, linux |
Assignee | None |
Priority | Medium |
md5: 8ce4b131d10efde6968bd4f0294d6a7d
Issue Description:
wdillon@tegra-ubuntu:~/swift$ swift -v
Swift version 2.2-dev (LLVM 3ebdbb2c7e, Clang f66c5bb67b, Swift 9bd3eb7bc2)
Target: armv7-unknown-linux-gnueabihf
/home/wdillon/build/Ninja-ReleaseAssert/swift-linux-armv7/bin/swift -frontend -repl -target armv7-unknown-linux-gnueabihf -disable-objc-interop -color-diagnostics -module-name REPL
LLVM ERROR: Compiler-internal integrated REPL unimplemented for this platform; use the LLDB-enhanced REPL instead.
wdillon@tegra-ubuntu:~/swift$ swift -v -lldb-repl
Swift version 2.2-dev (LLVM 3ebdbb2c7e, Clang f66c5bb67b, Swift 9bd3eb7bc2)
Target: armv7-unknown-linux-gnueabihf
lldb "--repl=-target armv7-unknown-linux-gnueabihf -disable-objc-interop -color-diagnostics"
wdillon@tegra-ubuntu:~/swift$ lldb "--repl=-target armv7-unknown-linux-gnueabihf -disable-objc-interop -color-diagnostics"
-bash: lldb: command not found
wdillon@tegra-ubuntu:~/swift$ ../build/Ninja-ReleaseAssert/lldb-linux-armv7/bin/lldb "--repl=-target armv7-unknown-linux-gnueabihf -disable-objc-interop -color-diagnostics"
error: failed to launch REPL process: process launch failed: Lost debug server connection
wdillon@tegra-ubuntu:~/swift$