[Bug other/102550] libssp cannot find size_t. they do not include stddef.h

unlvsur at live dot com gcc-bugzilla@gcc.gnu.org
Fri Oct 1 06:41:28 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102550

--- Comment #8 from cqwrteur <unlvsur at live dot com> ---
arm/arm

Get Outlook for Android<https://aka.ms/AAb9ysg>
________________________________
From: pinskia at gcc dot gnu.org <gcc-bugzilla@gcc.gnu.org>
Sent: Friday, October 1, 2021 2:12:28 AM
To: unlvsur@live.com <unlvsur@live.com>
Subject: [Bug other/102550] libssp cannot find size_t. they do not include
stddef.h

https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgcc.gnu.org%2Fbugzilla%2Fshow_bug.cgi%3Fid%3D102550&data=04%7C01%7C%7Cc0f0d6306be849f87f0f08d984a272c0%7C84df9e7fe9f640afb435aaaaaaaaaaaa%7C1%7C0%7C637686655521708926%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=OoJExyZ2%2BKftCJf3JlWzH4gop15tPeFac7vc3MLpxJ4%3D&reserved=0

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
configure:3409: /home/cqwrteur/myhome/arm_build/cross/gcc/./gcc/xgcc
-B/home/cqwrteur/myhome/arm_build/cross/gcc/./gcc/
-B/home/cqwrteur/cross/arm-none-eabi/arm-none-eabi/bin/
-B/home/cqwrteur/cross/arm-none-eabi/arm-none-eabi/lib/ -isystem
/home/cqwrteur/cross/arm-none-eabi/arm-none-eabi/include -isystem
/home/cqwrteur/cross/arm-none-eabi/arm-none-eabi/sys-include    -o conftest -g
-O2   conftest.c  >&5
conftest.c:11:10: fatal error: stdio.h: No such file or directory
   11 | #include <stdio.h>
      |          ^~~~~~~~~

Well the newly build compiler is not finding the headers.

This looks wrong:
-isystem /home/cqwrteur/cross/arm-none-eabi/arm-none-eabi/include

How did you config/build newlib? and is the directory
"/home/cqwrteur/cross/arm-none-eabi/arm-none-eabi/include" or
"/home/cqwrteur/cross/arm-none-eabi/include"

--
You are receiving this mail because:
You reported the bug.
You are on the CC list for the bug.


More information about the Gcc-bugs mailing list