You left out the line that starts with FAILED:, which lists the exact
command that failed.

It appears you are trying to compile with device/asus/grouper, which
has been removed from the tree and is no longer supported.  Did you
manually add that back to your source tree?

On Tue, Sep 6, 2016 at 1:27 AM, Daniel Dawson <[email protected]> wrote:
>
> Thank you for your reply,
>
> I have posted the entire faliure message below. It is a bit long:
>
>>  In file included from device/asus/grouper/dumpstate/dumpstate.c:17:
>> In file included from frameworks/native/cmds/dumpstate/dumpstate.h:48:
>> In file included from external/libcxx/include/vector:264:
>> external/libcxx/include/__config:248:9: error: unknown type name
>> '__char16_t'
>> typedef __char16_t char16_t;
>>         ^
>> external/libcxx/include/__config:249:9: error: unknown type name
>> '__char32_t'
>> typedef __char32_t char32_t;
>>         ^
>> external/libcxx/include/__config:390:1: error: unknown type name
>> 'namespace'
>> namespace std {
>> ^
>> external/libcxx/include/__config:390:14: error: expected ';' after top
>> level declarator
>> namespace std {
>>              ^
>> external/libcxx/include/__config:582:1: error: unknown type name
>> 'template'
>> template <> struct __static_assert_test<true> {};
>> ^
>> external/libcxx/include/__config:582:10: error: expected identifier or '('
>> template <> struct __static_assert_test<true> {};
>>          ^
>> external/libcxx/include/__config:583:1: error: unknown type name
>> 'template'
>> template <unsigned> struct __static_assert_check {};
>> ^
>> external/libcxx/include/__config:583:10: error: expected identifier or '('
>> template <unsigned> struct __static_assert_check {};
>>          ^
>> In file included from device/asus/grouper/dumpstate/dumpstate.c:17:
>> In file included from frameworks/native/cmds/dumpstate/dumpstate.h:48:
>> In file included from external/libcxx/include/vector:265:
>> In file included from external/libcxx/include/__bit_reference:15:
>> In file included from external/libcxx/include/algorithm:624:
>> In file included from external/libcxx/include/initializer_list:47:
>> external/libcxx/include/cstddef:44:1: error: unknown type name 'namespace'
>> _LIBCPP_BEGIN_NAMESPACE_STD
>> ^
>> external/libcxx/include/__config:386:37: note: expanded from macro
>> '_LIBCPP_BEGIN_NAMESPACE_STD'
>> #define _LIBCPP_BEGIN_NAMESPACE_STD namespace std {inline namespace
>> _LIBCPP_NAMESPACE {
>>                                     ^
>> In file included from device/asus/grouper/dumpstate/dumpstate.c:17:
>> In file included from frameworks/native/cmds/dumpstate/dumpstate.h:48:
>> In file included from external/libcxx/include/vector:265:
>> In file included from external/libcxx/include/__bit_reference:15:
>> In file included from external/libcxx/include/algorithm:624:
>> In file included from external/libcxx/include/initializer_list:47:
>> external/libcxx/include/cstddef:44:1: error: expected ';' after top level
>> declarator
>> external/libcxx/include/__config:386:51: note: expanded from macro
>> '_LIBCPP_BEGIN_NAMESPACE_STD'
>> #define _LIBCPP_BEGIN_NAMESPACE_STD namespace std {inline namespace
>> _LIBCPP_NAMESPACE {
>>                                                   ^
>> In file included from device/asus/grouper/dumpstate/dumpstate.c:17:
>> In file included from frameworks/native/cmds/dumpstate/dumpstate.h:48:
>> In file included from external/libcxx/include/vector:265:
>> In file included from external/libcxx/include/__bit_reference:15:
>> In file included from external/libcxx/include/algorithm:626:
>> external/libcxx/include/cstring:67:1: error: unknown type name 'namespace'
>> _LIBCPP_BEGIN_NAMESPACE_STD
>> ^
>> external/libcxx/include/__config:386:37: note: expanded from macro
>> '_LIBCPP_BEGIN_NAMESPACE_STD'
>> #define _LIBCPP_BEGIN_NAMESPACE_STD namespace std {inline namespace
>> _LIBCPP_NAMESPACE {
>>                                     ^
>> In file included from device/asus/grouper/dumpstate/dumpstate.c:17:
>> In file included from frameworks/native/cmds/dumpstate/dumpstate.h:48:
>> In file included from external/libcxx/include/vector:265:
>> In file included from external/libcxx/include/__bit_reference:15:
>> In file included from external/libcxx/include/algorithm:626:
>> external/libcxx/include/cstring:67:1: error: expected ';' after top level
>> declarator
>> external/libcxx/include/__config:386:51: note: expanded from macro
>> '_LIBCPP_BEGIN_NAMESPACE_STD'
>> #define _LIBCPP_BEGIN_NAMESPACE_STD namespace std {inline namespace
>> _LIBCPP_NAMESPACE {
>>                                                   ^
>> In file included from device/asus/grouper/dumpstate/dumpstate.c:17:
>> In file included from frameworks/native/cmds/dumpstate/dumpstate.h:48:
>> In file included from external/libcxx/include/vector:265:
>> In file included from external/libcxx/include/__bit_reference:15:
>> In file included from external/libcxx/include/algorithm:628:
>> In file included from external/libcxx/include/memory:603:
>> external/libcxx/include/new:136:38: error: expected ';' after top level
>> declarator
>> _LIBCPP_NEW_DELETE_VIS void* operator new(std::size_t __sz, const
>> std::nothrow_t&) _NOEXCEPT _NOALIAS;
>>                                      ^
>> external/libcxx/include/new:137:30: error: variable has incomplete type
>> 'void'
>> _LIBCPP_NEW_DELETE_VIS void  operator delete(void* __p) _NOEXCEPT;
>>                              ^
>> external/libcxx/include/new:137:38: error: expected ';' after top level
>> declarator
>> _LIBCPP_NEW_DELETE_VIS void  operator delete(void* __p) _NOEXCEPT;
>>                                      ^
>> external/libcxx/include/new:138:30: error: variable has incomplete type
>> 'void'
>> _LIBCPP_NEW_DELETE_VIS void  operator delete(void* __p, const
>> std::nothrow_t&) _NOEXCEPT;
>>                              ^
>> external/libcxx/include/new:138:38: error: expected ';' after top level
>> declarator
>> _LIBCPP_NEW_DELETE_VIS void  operator delete(void* __p, const
>> std::nothrow_t&) _NOEXCEPT;
>>                                      ^
>> external/libcxx/include/new:144:38: error: expected ';' after top level
>> declarator
>> _LIBCPP_NEW_DELETE_VIS void* operator new[](std::size_t __sz)
>>                                      ^
>> external/libcxx/include/new:149:38: error: expected ';' after top level
>> declarator
>> _LIBCPP_NEW_DELETE_VIS void* operator new[](std::size_t __sz, const
>> std::nothrow_t&) _NOEXCEPT _NOALIAS;
>>                                      ^
>> fatal error: too many errors emitted, stopping now [-ferror-limit=]
>> 20 errors generated.
>> [  0% 7/15320] Ensure Jack server is installed and started
>> Jack server already installed in "/home/daniel/.jack-server"
>> Launching Jack server java -XX:MaxJavaStackTraceDepth=-1
>> -Djava.io.tmpdir=/tmp -Dfile.encoding=UTF-8 -XX:+TieredCompilation -cp
>> /home/daniel/.jack-server/launcher.jar
>> com.android.jack.launcher.ServerLauncher
>> ninja: build stopped: subcommand failed.
>> make: *** [build/core/ninja.mk:149: ninja_wrapper] Error 1
>>
>> #### make failed to build some targets (01:50 (mm:ss)) ###
>
>
>
> Thank you very much for your help.
>
> Regards,
> DD
>
> --
> --
> You received this message because you are subscribed to the "Android
> Building" mailing list.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-building?hl=en
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Building" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to