public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Fiodar <fedor_qd@mail.ru>
To: "Fiodar Stryzhniou" <fedor_qd@mail.ru>
Cc: gcc-help <gcc-help@gcc.gnu.org>
Subject: Re[2]: Errors : '__INTPTR_TYPE__' undeclared while building GCC 12.1.0 for symbian
Date: Wed, 15 Jun 2022 23:22:54 +0300	[thread overview]
Message-ID: <1655324574.151471353@f757.i.mail.ru> (raw)
In-Reply-To: <85e17ce4-8552-8622-4155-f75d3309b0b5@mail.ru>



I tried GCC 3.4.3 shipped with Symbian SDK. Result same.
 
I googled for «__INTPTR_TYPE__» and found —  https://gcc.gnu.org/onlinedocs/cpp/Common-Predefined-Macros.html
Сitation :
«Some of these macros may not be defined on particular systems if GCC does not provide a stdint.h header on those systems.»
I look for «INTPTR_TYPE» in gcc sources and found headers named {target}-stdint.h
We are talking about these files, right?
 
> Нядзеля, 12 чэрвеня 2022, 14:32 +03:00 ад Fiodar Stryzhniou <fedor_qd@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  
 
Stryzhniou Fiodar
Стрижнёв Федор
 

  reply	other threads:[~2022-06-15 20:23 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
2022-06-15 20:22   ` Fiodar [this message]
2022-06-16  9:41     ` Re[2]: " 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=1655324574.151471353@f757.i.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).