Tuesday, January 8, 2013

[android-developers] Re: question about an error

AOSP groups are here:
http://source.android.com/community/index.html

On Friday, January 4, 2013 11:04:43 PM UTC, mbiuk...@gmail.com wrote:
I'm making Android in Ubuntu 12.04, but getting so many errors, Below is the latest one I am getting during build:

target Symbolic: libjni_latinime (out/target/product/generic/symbols/system/lib/libjni_latinime.so)
host C++: llvm-rs-cc <= frameworks/compile/slang/slang_rs_export_foreach.cpp
host C++: libclangDriver <= external/clang/lib/Driver/Tools.cpp
host C++: libslang <= frameworks/compile/slang/slang.cpp
host C++: libslang <= frameworks/compile/slang/slang_utils.cpp
host C++: libslang <= frameworks/compile/slang/slang_backend.cpp
external/clang/lib/Driver/Tools.cpp: In function 'bool ShouldDisableDwarfDirectory(const clang::driver::ArgList&, const clang::driver::ToolChain&)':
external/clang/lib/Driver/Tools.cpp:1069:41: error: 'OPT_fdwarf_directory_asm' is not a member of 'clang::driver::options'
external/clang/lib/Driver/Tools.cpp:1070:41: error: 'OPT_fno_dwarf_directory_asm' is not a member of 'clang::driver::options'
external/clang/lib/Driver/Tools.cpp: In member function 'virtual void clang::driver::tools::linuxtools::Link::ConstructJob(clang::driver::Compilation&, const clang::driver::JobAction&, const clang::driver::InputInfo&, const InputInfoList&, const clang::driver::ArgList&, const char*) const':
external/clang/lib/Driver/Tools.cpp:4389:44: error: 'OPT_static_libstdcxx' is not a member of 'clang::driver::options'
make: *** [out/host/linux-x86/obj/STATIC_LIBRARIES/libclangDriver_intermediates/Tools.o] Error 1
make: *** Waiting for unfinished jobs....
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
mehdi@mehdi-linux:~/Android$ vi external/clang/lib/Driver/Tools.cpp
mehdi@mehdi-linux:~/Android$ 
** (gvim:19785): WARNING **: Unable to create Ubuntu Menu Proxy: Timeout was reached



Does anyone has any idea what's the problem and how I can fix this?

Thanks

Mehdi

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment