Compiling LLDB
Kenan Ali
kali at sandvine.com
Mon Mar 30 23:20:03 UTC 2015
Hi,
I would like to see if I could get involved with contributing to the kernel core support for LLDB under FreeBSD. I'm running a FreeBSD-head build (on a VM) from a week or two ago, and I'm following the instructions from here: https://wiki.freebsd.org/lldb
Once I get to the 'ninja lldb' step, it seems that I always end up with the following error:
CC: error: unable to execute command: Killed
CC: error: linker command failed due to signal (use -v to see invocation)
Ninja: build stopped: subcommand failed.
I've tried passing the '-v' flag to ninja, which lists a large invocation before spewing out the errors above. However, I cannot seem to figure out how to get the '-v' command passed to LLVM's linker. Neither ninja's help output or some basic Googling seem to be helping me diagnose this issue, so I was wondering if anyone here could help?
More information about the freebsd-toolchain
mailing list