All of lore.kernel.org
 help / color / mirror / Atom feed
* : error: '__uint128_t' does not name a type
@ 2016-09-12  4:39 BHARATH RAJ
  2016-09-13  7:11 ` Jussi Kukkonen
  0 siblings, 1 reply; 2+ messages in thread
From: BHARATH RAJ @ 2016-09-12  4:39 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 4191 bytes --]

Hi All,

I am trying to build one recipes on Yocto2.0 based environment.

However I am seeing following error.I wonder if this is a known problem.

It says error: '__uint128_t' does not name a type

/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/bits/mathcalls.h:240:1:
warning: invoking macro __MATH_PRECNAME argument 2: empty macro arguments
are undefined in ISO C90 and ISO C++98 [enabled by default]
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/bits/mathcalls.h:250:31:
warning: invoking macro __MATHDECL argument 3: empty macro arguments are
undefined in ISO C90 and ISO C++98 [enabled by default]
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/bits/mathcalls.h:279:1:
warning: invoking macro __MATHDECL_1 argument 3: empty macro arguments are
undefined in ISO C90 and ISO C++98 [enabled by default]
 __MATHCALL (rint,, (_Mdouble_ __x));
 ^
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/bits/mathcalls.h:240:1:
warning: invoking macro __CONCAT argument 2: empty macro arguments are
undefined in ISO C90 and ISO C++98 [enabled by default]
In file included from
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/bits/sigcontext.h:27:0,
                 from
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/signal.h:306,
                 from
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/glib-2.0/glib/gbacktrace.h:33,
                 from
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/glib-2.0/glib.h:34,
                 from <command-line>:0:
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/asm/sigcontext.h:53:2:
error: '__uint128_t' does not name a type
  __uint128_t vregs[32];
  ^
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/bits/mathcalls.h:82:1:
warning: invoking macro __MATHDECL argument 3: empty macro arguments are
undefined in ISO C90 and ISO C++98 [enabled by default]
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-rglibc/sysroots/usr/include/bits/mathcalls.h:279:1:
warning: invoking macro __MATH_PRECNAME argument 2: empty macro arguments
are undefined in ISO C90 and ISO C++98 [enabled by default]
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/bits/mathcalls.h:217:1:
warning: invoking macro __MATHDECL_1 argument 3: empty macro arguments are
undefined in ISO C90 and ISO C++98 [enabled by default]
 __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
 ^
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/bits/mathcalls.h:250:31:
warning: invoking macro __MATHDECL_1 argument 3: empty macro arguments are
undefined in ISO C90 and ISO C++98 [enabled by default]
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/bits/mathcalls.h:250:31:
warning: invoking macro __MATH_PRECNAME argument 2: empty macro arguments
are undefined in ISO C90 and ISO C++98 [enabled by default]
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/bits/mathcalls.h:217:1:
warning: invoking macro __MATH_PRECNAME argument 2: empty macro arguments
are undefined in ISO C90 and ISO C++98 [enabled by default]
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/bits/mathcalls.h:82:1:
warning: invoking macro __MATHDECL_1 argument 3: empty macro arguments are
undefined in ISO C90 and ISO C++98 [enabled by default]
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/bits/mathcalls.h:82:1:
warning: invoking macro __MATH_PRECNAME argument 2: empty macro arguments
are undefined in ISO C90 and ISO C++98 [enabled by default]
/local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/bits/mathcalls.h:241:29:
warning: invoking macro __MATHCALL argument 2: empty macro arguments are
undefined in ISO C90 and ISO C++98 [enabled by default]


Regards
Bharath

[-- Attachment #2: Type: text/html, Size: 6235 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: : error: '__uint128_t' does not name a type
  2016-09-12  4:39 : error: '__uint128_t' does not name a type BHARATH RAJ
@ 2016-09-13  7:11 ` Jussi Kukkonen
  0 siblings, 0 replies; 2+ messages in thread
From: Jussi Kukkonen @ 2016-09-13  7:11 UTC (permalink / raw)
  To: BHARATH RAJ; +Cc: Yocto Project

[-- Attachment #1: Type: text/plain, Size: 4707 bytes --]

On 12 September 2016 at 07:39, BHARATH RAJ <kernelraj@gmail.com> wrote:

> Hi All,
>
> I am trying to build one recipes on Yocto2.0 based environment.
>
> However I am seeing following error.I wonder if this is a known problem.
>
> It says error: '__uint128_t' does not name a type
>

Details might help: e.g. what arch are you building for? What are you
building exactly?



> /local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/
> include/bits/mathcalls.h:240:1: warning: invoking macro __MATH_PRECNAME
> argument 2: empty macro arguments are undefined in ISO C90 and ISO C++98
> [enabled by default]
> /local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/
> include/bits/mathcalls.h:250:31: warning: invoking macro __MATHDECL
> argument 3: empty macro arguments are undefined in ISO C90 and ISO C++98
> [enabled by default]
> /local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/
> include/bits/mathcalls.h:279:1: warning: invoking macro __MATHDECL_1
> argument 3: empty macro arguments are undefined in ISO C90 and ISO C++98
> [enabled by default]
>  __MATHCALL (rint,, (_Mdouble_ __x));
>  ^
> /local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/
> include/bits/mathcalls.h:240:1: warning: invoking macro __CONCAT argument
> 2: empty macro arguments are undefined in ISO C90 and ISO C++98 [enabled by
> default]
> In file included from /local/mnt/workspace/narasimha/AGL_NEW/poky/build/
> tmp-glibc/sysroots/usr/include/bits/sigcontext.h:27:0,
>                  from /local/mnt/workspace/narasimha/AGL_NEW/poky/build/
> tmp-glibc/sysroots/usr/include/signal.h:306,
>                  from /local/mnt/workspace/narasimha/AGL_NEW/poky/build/
> tmp-glibc/sysroots/usr/include/glib-2.0/glib/gbacktrace.h:33,
>                  from /local/mnt/workspace/narasimha/AGL_NEW/poky/build/
> tmp-glibc/sysroots/usr/include/glib-2.0/glib.h:34,
>                  from <command-line>:0:
> /local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/asm/sigcontext.h:53:2:
> error: '__uint128_t' does not name a type
>   __uint128_t vregs[32];
>   ^
> /local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/bits/mathcalls.h:82:1:
> warning: invoking macro __MATHDECL argument 3: empty macro arguments are
> undefined in ISO C90 and ISO C++98 [enabled by default]
> /local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-rglibc/sysroots/usr/
> include/bits/mathcalls.h:279:1: warning: invoking macro __MATH_PRECNAME
> argument 2: empty macro arguments are undefined in ISO C90 and ISO C++98
> [enabled by default]
> /local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/
> include/bits/mathcalls.h:217:1: warning: invoking macro __MATHDECL_1
> argument 3: empty macro arguments are undefined in ISO C90 and ISO C++98
> [enabled by default]
>  __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
>  ^
> /local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/
> include/bits/mathcalls.h:250:31: warning: invoking macro __MATHDECL_1
> argument 3: empty macro arguments are undefined in ISO C90 and ISO C++98
> [enabled by default]
> /local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/
> include/bits/mathcalls.h:250:31: warning: invoking macro __MATH_PRECNAME
> argument 2: empty macro arguments are undefined in ISO C90 and ISO C++98
> [enabled by default]
> /local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/
> include/bits/mathcalls.h:217:1: warning: invoking macro __MATH_PRECNAME
> argument 2: empty macro arguments are undefined in ISO C90 and ISO C++98
> [enabled by default]
> /local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/bits/mathcalls.h:82:1:
> warning: invoking macro __MATHDECL_1 argument 3: empty macro arguments are
> undefined in ISO C90 and ISO C++98 [enabled by default]
> /local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/include/bits/mathcalls.h:82:1:
> warning: invoking macro __MATH_PRECNAME argument 2: empty macro arguments
> are undefined in ISO C90 and ISO C++98 [enabled by default]
> /local/mnt/workspace/narasimha/AGL_NEW/poky/build/tmp-glibc/sysroots/usr/
> include/bits/mathcalls.h:241:29: warning: invoking macro __MATHCALL
> argument 2: empty macro arguments are undefined in ISO C90 and ISO C++98
> [enabled by default]
>
>
> Regards
> Bharath
>
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>

[-- Attachment #2: Type: text/html, Size: 7587 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-09-13  7:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-12  4:39 : error: '__uint128_t' does not name a type BHARATH RAJ
2016-09-13  7:11 ` Jussi Kukkonen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.