public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Error while Compiling GNU-C 10.3.0 ....
       [not found] <3f3fb961-efaa-4154-ad0d-12c2bb422ef3@Canary>
@ 2021-06-08 16:13 ` Zhéxué M. @SysAdmin
  2021-06-09  9:54   ` Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: Zhéxué M. @SysAdmin @ 2021-06-08 16:13 UTC (permalink / raw)
  To: gcc-help

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

> Hello together,
>
> I had a problem if I want to Compile the GNU-C Compiler on my ARM - System (SingleBoard System with DEBIAN BullEyes installed)....
> Í've got the following error Message:
>
> In file included from ../.././libgcc/../gcc/tsystem.h:87,
> from ../.././libgcc/libgcc2.c:27:
> /usr/include/stdio.h:27:10: fatal error: bits/libc-header-start.h: No such file or directory
> 27 | #include <bits/libc-header-start.h>
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> compilation terminated.
> make[3]: *** [Makefile:501: _muldi3.o] Error 1
> make[3]: Leaving directory '/root/tools/software/gcc-10.3.0/armv7l-unknown-linux-gnueabihf/libgcc'
> make[2]: *** [Makefile:19173: all-stage1-target-libgcc] Error 2
> make[2]: Leaving directory '/root/tools/software/gcc-10.3.0'
> make[1]: *** [Makefile:24483: stage1-bubble] Error 2
> make[1]: Leaving directory '/root/tools/software/gcc-10.3.0'
> make: *** [Makefile:999: all] Error 2
>
> But this file is there. So, I dońt understand this error - message and I hope, someone can help me here pleae.
> Best regards
>
>
> Matthias
> -------------------------------------------------------------------------
> The diversity of human dignity
> "Jede Handlung, die mit gutem Willen und Wirksamkeit
> ausgeführt wird, ist eine mystische Handlung"
>
>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

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

* Re: Error while Compiling GNU-C 10.3.0 ....
  2021-06-08 16:13 ` Error while Compiling GNU-C 10.3.0 Zhéxué M. @SysAdmin
@ 2021-06-09  9:54   ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2021-06-09  9:54 UTC (permalink / raw)
  To: Zhéxué M. @SysAdmin; +Cc: gcc-help

On Tue, 8 Jun 2021 at 17:14, Zhéxué M. @SysAdmin
<sys.admin@zhéxué-cloud.eu> wrote:
>
> > Hello together,
> >
> > I had a problem if I want to Compile the GNU-C Compiler on my ARM - System (SingleBoard System with DEBIAN BullEyes installed)....
> > Í've got the following error Message:
> >
> > In file included from ../.././libgcc/../gcc/tsystem.h:87,
> > from ../.././libgcc/libgcc2.c:27:
> > /usr/include/stdio.h:27:10: fatal error: bits/libc-header-start.h: No such file or directory
> > 27 | #include <bits/libc-header-start.h>
> > | ^~~~~~~~~~~~~~~~~~~~~~~~~~
> > compilation terminated.
> > make[3]: *** [Makefile:501: _muldi3.o] Error 1
> > make[3]: Leaving directory '/root/tools/software/gcc-10.3.0/armv7l-unknown-linux-gnueabihf/libgcc'
> > make[2]: *** [Makefile:19173: all-stage1-target-libgcc] Error 2
> > make[2]: Leaving directory '/root/tools/software/gcc-10.3.0'
> > make[1]: *** [Makefile:24483: stage1-bubble] Error 2
> > make[1]: Leaving directory '/root/tools/software/gcc-10.3.0'
> > make: *** [Makefile:999: all] Error 2
> >
> > But this file is there.

Where?

If it was where GCC is looking, you wouldn't get the error. So it isn't there.

You might have that file for some other architecture, but you need it
for the armv7l-unknown-linux-gnueabihf target, which might be under
something like /usr/armv7-gnueabihf/include on your system.

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

end of thread, other threads:[~2021-06-09  9:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <3f3fb961-efaa-4154-ad0d-12c2bb422ef3@Canary>
2021-06-08 16:13 ` Error while Compiling GNU-C 10.3.0 Zhéxué M. @SysAdmin
2021-06-09  9:54   ` 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).