https://llvm.org/bugs/show_bug.cgi?id=26884

Renato Golin <renato.go...@linaro.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #1 from Renato Golin <renato.go...@linaro.org> ---
These errors are from the header file, which is your system's header (host),
not the target.

Just add the option: --sysroot=/usr/arm-whatever-you-have and it'll find the
right libraries, headers, etc.

I just did that here and it worked.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to