[LLVMdev] How to specify LIBRARY_PATH for cross compiler

Renato Golin renato.golin at linaro.org
Tue May 5 07:02:46 PDT 2015


On 1 May 2015 at 22:37, Grang, Mandeep Singh <mgrang at codeaurora.org> wrote:
> I tried specifying the LIBRARY_PATH using the -L option but that does not
> work.

Hi Mandeep,

Can you provide more information? How are you cross compiling, what
libraries do you want to find, and what is your target system.

I'm assuming this is x86_64 -> AArch64. I'm also assuming you read the
two documentations we have about cross compiling:

http://llvm.org/docs/HowToCrossCompileLLVM.html

http://clang.llvm.org/docs/CrossCompilation.html

cheers,
--renato



More information about the llvm-dev mailing list