public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Fiodar Stryzhniou <fedor_qd@mail.ru>
To: gcc-help@gcc.gnu.org
Subject: Re: Errors : '__INTPTR_TYPE__' undeclared while building GCC 12.1.0 for symbian
Date: Sun, 12 Jun 2022 14:31:43 +0300	[thread overview]
Message-ID: <85e17ce4-8552-8622-4155-f75d3309b0b5@mail.ru> (raw)
In-Reply-To: <7a460d8f-51ba-e5c2-8b3d-5670ec6a218f@mail.ru>

6/10/22 у 3:44 PM Fiodar Stryzhniou напісаў:
> OS - Devuan Chimaera 4.0 stable release
> 
> Config:
> configure  --target=$TARGET --prefix=$PREFIX  --without-headers \
>      --enable-languages="c,c++,lto" --enable-lto --enable-interwork \
>      --enable-long-long --enable-tls --enable-multilib --enable-wchar_t \
>      --enable-c99 --with-newlib --with-dwarf2 
> --with-static-standard-libraries \
>      --disable-hosted-libstdcxx --disable-libstdcxx-pch --disable-shared \
>      --disable-option-checking --disable-threads --disable-nls \
>      --disable-win32-registry --disable-libssp --disable-libquadmath
> 
> I redirected build errors to file(make -j6 -k 2> make-gcc.log):
> ../../../gcc-12.1.0/./libgcc/libgcov-driver.c: In function 
> 'write_topn_counters':
> ../../../gcc-12.1.0/./libgcc/libgcov-driver.c:457:56: error: 
> '__INTPTR_TYPE__' undeclared (first use in this function); did you mean 
> 'INTPTR_TYPE'?
>    457 |       for (struct gcov_kvp *node = (struct gcov_kvp 
> *)(__INTPTR_TYPE__)start;
>        | ^~~~~~~~~~~~~~~
>        |                                                        INTPTR_TYPE
> ../../../gcc-12.1.0/./libgcc/libgcov-driver.c:457:56: note: each 
> undeclared identifier is reported only once for each function it appears in
> ../../../gcc-12.1.0/./libgcc/libgcov-driver.c:457:72: error: expected 
> ',' or ';' before 'start'
>    457 |       for (struct gcov_kvp *node = (struct gcov_kvp 
> *)(__INTPTR_TYPE__)start;
>        |         ^~~~~
> ../../../gcc-12.1.0/./libgcc/libgcov-driver.c:454:17: warning: unused 
> variable 'start' [-Wunused-variable]
>    454 |       gcov_type start = ci_ptr->values[GCOV_TOPN_MEM_COUNTERS * 
> i + 2];
>        |                 ^~~~~
> ../../../gcc-12.1.0/./libgcc/libgcov-driver.c:476:72: error: expected 
> ',' or ';' before 'start'
>    476 |       for (struct gcov_kvp *node = (struct gcov_kvp 
> *)(__INTPTR_TYPE__)start;
>        |         ^~~~~
> ../../../gcc-12.1.0/./libgcc/libgcov-driver.c:473:17: warning: unused 
> variable 'start' [-Wunused-variable]
>    473 |       gcov_type start = ci_ptr->values[GCOV_TOPN_MEM_COUNTERS * 
> i + 2];
>        |                 ^~~~~
> make[2]: *** [Makefile:928: _gcov_info_to_gcda.o] Error 1

I create file test_macro.c with content:
#ifdef __INTPTR_TYPE__
#warning "__INTPTR_TYPE__ defined!"
#else
#error "__INTPTR_TYPE__ not defined!"
#endif

Tried:
gcc-11.2.0/bin$ ./arm-none-symbianelf-gcc -c test_macro.c
test_macro.c:4:2: error: #error "__INTPTR_TYPE__ not defined!"

Any ideas?


-- 
Fiodar Stryzhniou

  reply	other threads:[~2022-06-12 11:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-10 12:44 Fiodar Stryzhniou
2022-06-12 11:31 ` Fiodar Stryzhniou [this message]
2022-06-15 20:22   ` Re[2]: " Fiodar
2022-06-16  9:41     ` Jonathan Wakely

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85e17ce4-8552-8622-4155-f75d3309b0b5@mail.ru \
    --to=fedor_qd@mail.ru \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).