[Bug target/92646] Compilation fails on armv7l with sys/cdefs.h: No such file or directory

2019-11-24 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92646 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/92646] Compilation fails on armv7l with sys/cdefs.h: No such file or directory

2019-11-25 Thread samyavrillon at netcourrier dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92646 --- Comment #2 from Mysaa --- I tried again to compile in a dedicated directory, the same error occurs : /home/bernard/building/gcc-9.2.0/bld/./gcc/xgcc -B/home/bernard/building/gcc-9.2.0/bld/./gcc/ -B/usr/local/armv7l-unknown-linux-gnueabihf/bi

[Bug target/92646] Compilation fails on armv7l with sys/cdefs.h: No such file or directory

2019-11-25 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92646 --- Comment #3 from Andreas Schwab --- Where is located then?

[Bug target/92646] Compilation fails on armv7l with sys/cdefs.h: No such file or directory

2019-11-25 Thread samyavrillon at netcourrier dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92646 --- Comment #4 from Mysaa --- There is two of them : bernard@pipi:~$ locate cdefs.h /home/bernard/building/gcc-9.2.0/fixincludes/tests/base/sys/cdefs.h /usr/include/arm-linux-gnueabihf/sys/cdefs.h bernard@pipi:~$

[Bug target/92646] Compilation fails on armv7l with sys/cdefs.h: No such file or directory

2019-11-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92646 --- Comment #5 from Andrew Pinski --- Looks like multi-arch is not being auto-detected correctly. Try adding --enable-multiarch .

[Bug target/92646] Compilation fails on armv7l with sys/cdefs.h: No such file or directory

2019-11-27 Thread samyavrillon at netcourrier dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92646 --- Comment #6 from Mysaa --- So I ran the compilation adding only --enable-multiarch and it failed with nother error : cp ../../gcc/../fixincludes/README-fixinc include-fixed/README chmod a+r include-fixed/README echo timestamp > stmp-int-hdrs /

[Bug target/92646] Compilation fails on armv7l with sys/cdefs.h: No such file or directory

2019-11-27 Thread samyavrillon at netcourrier dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92646 --- Comment #7 from Mysaa --- My bad ... Here is the test that fails : FAIL: go test misc/cgo/testcarchive rm -rf check-vet-dir cmd_vet-testlog /bin/mkdir -p check-vet-dir/src/cmd/internal check-vet-dir/src/cmd/vendor/golang.org/x cp -r ../../go