<div dir="ltr">Hi,<div><br></div><div>This mail is regarding the help required from you guys on the LLVM compiler.</div><div><br></div><div>I have compiled and built the LLVM compiler myself by looking into the <a href="https://llvm.org/docs/GettingStarted.html">https://llvm.org/docs/GettingStarted.html</a>  website. I am using the gold linker for linking the code. While linking the code, I am hitting the issue stating that "undefined reference to printf()". </div><div><br></div><div>Now, as far as the printf() function is concerned, it is present in the libc library normally. However, this library is not present in the LLVM toolchain. I also tried to look for printf() into the libraries in the LLVM tool chain, but I could not find it. I am using the command nm *.* | grep printf in the libraries in the tool chain.</div><div><br></div><div>Can you please help me how to continue? How and which library do I need to install to make the printf() available to the gold linker?</div><div>Thanks in advance.</div><div><br></div><div>Thanks,</div><div>Sumedh</div></div>