Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


Hello,

I followed
https://wiki.documentfoundation.org/Development/Building_LibreOffice_with_Clang
and tried to use AddressSanitizer so also followed this page:
http://clang.llvm.org/docs/AddressSanitizer.html

Here's what I tried:
./autogen.sh CC='/usr/local/bin/clang -O1 -g -fsanitize=address
-fno-omit-frame-pointer'  CXX='/usr/local/bin/clang++ -O1 -g
-fsanitize=address -fno-omit-frame-pointer' --without-doxygen
--enable-dbgutil^C
julien@julienPC:~/compile-libreoffice/libo_clang$ which clang

then just "make"

and I got this:
make: *** No rule to make target `/usr/bin/clang', needed by
`/home/julien/compile-libreoffice/libo_clang/compilerplugins/obj/clang-timestamp'. 
Stop.

I'm on pc Debian x86-64 with master sources updated today.
I use clang git retrieved some days ago and installed it on
/usr/local/bin/clang
̀"which clang" gives:
/usr/local/bin/clang
"which clang++" gives:
/usr/local/bin/clang++

Any idea?

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/Question-about-building-with-clang-and-AddressSanitizer-tp4059785.html
Sent from the Dev mailing list archive at Nabble.com.

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.