On 30 March 2015 at 19:18, Kenan Ali <k...@sandvine.com> wrote:
> 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?

I'd suggest checking /var/log/messages for further information. Is
this i386 or amd64, how much memory does your build host have, and are
you compiling with debug information or no? If had to guess, you're
running out of memory (or running into ulimit) during linking, and the
process is being killed as a result.
_______________________________________________
freebsd-toolchain@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-toolchain
To unsubscribe, send any mail to "freebsd-toolchain-unsubscr...@freebsd.org"

Reply via email to