public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Errors : '__INTPTR_TYPE__' undeclared while building GCC 12.1.0 for symbian
@ 2022-06-10 12:44 Fiodar Stryzhniou
  2022-06-12 11:31 ` Fiodar Stryzhniou
  0 siblings, 1 reply; 4+ messages in thread
From: Fiodar Stryzhniou @ 2022-06-10 12:44 UTC (permalink / raw)
  To: gcc-help

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
-- 
Fiodar Stryzhniou

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

end of thread, other threads:[~2022-06-16  9:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-10 12:44 Errors : '__INTPTR_TYPE__' undeclared while building GCC 12.1.0 for symbian Fiodar Stryzhniou
2022-06-12 11:31 ` Fiodar Stryzhniou
2022-06-15 20:22   ` Re[2]: " Fiodar
2022-06-16  9:41     ` Jonathan Wakely

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).