[Bug target/45084] configure: error: no 8-bit type
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45084 --- Comment #8 from norak.van at gmail dot com 2010-11-29 15:43:20 UTC --- Created attachment 22564 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22564 config
[Bug target/45084] configure: error: no 8-bit type
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45084 norak.van at gmail dot com changed: What|Removed |Added CC||norak.van at gmail dot com --- Comment #9 from norak.van at gmail dot com 2010-11-29 15:46:48 UTC --- Hi, I get this error building gcc I did the suggested changes in patch PR 45084, about including square brackets in AC_MSG_ERROR function.. and did 'make' again with same result Use: cygwin binutilis 2.20.1 gcc4.5.0 ../gcc-4.5.0/configure --target=powerpc-ibm-eabi --with-newlib --disable-nls --disable-multilib i686-ibm-cygwin ... checking stdbool.h usability... no checking stdbool.h presence... yes configure: WARNING: stdbool.h: present but cannot be compiled configure: WARNING: stdbool.h: check for missing prerequisite headers? configure: WARNING: stdbool.h: see the Autoconf documentation configure: WARNING: stdbool.h: section "Present But Cannot Be Compiled" configure: WARNING: stdbool.h: proceeding with the compiler's result ... checking float.h usability... no checking float.h presence... yes configure: WARNING: float.h: present but cannot be compiled configure: WARNING: float.h: check for missing prerequisite headers? configure: WARNING: float.h: see the Autoconf documentation configure: WARNING: float.h: section "Present But Cannot Be Compiled" configure: WARNING: float.h: proceeding with the compiler's result ... checking size of void *... /cygdrive/c/data/gcc/gcc-4.5.0/libstdc++-v3/configure : line 2302: conftest.c: Permission denied 0 checking size of long... 0 checking size of int... 0 checking size of short... 0 checking size of char... 0 checking for type equivalent to int8_t... configure: error: no 8-bit type, pleas e report a bug make[1]: *** [configure-target-libstdc++-v3] Error 1 make[1]: Leaving directory `/cygdrive/c/data/gcc/gcc-build' make: *** [all] Error 2 Any ideas? Thanks
[Bug target/45084] configure: error: no 8-bit type
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45084 --- Comment #11 from norak.van at gmail dot com 2010-12-13 16:05:34 UTC --- Created attachment 22743 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22743 libstdc++-v3\config.log
[Bug target/45084] configure: error: no 8-bit type
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45084 --- Comment #12 from norak.van at gmail dot com 2010-12-13 16:07:47 UTC --- C:\data\gcc\gcc-build\powerpc-ibm-eabi\libstdc++-v3 I am a new user with unix systems, so It is no easy for me analyze logs, but I think the problem could be the loose os some include files, like stdio.h ¿? although I check the file is in some directories like: C:\data\gcc\gcc-4.5.0\libstdc++-v3\include\c_compatibility conftest.c:15:19: fatal error: stdio.h: No such file or directory configure: failed program was: | /* confdefs.h */ | #include Pd, attach this config.log
[Bug target/45084] configure: error: no 8-bit type
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45084 --- Comment #14 from norak.van at gmail dot com 2010-12-14 08:27:39 UTC --- OK Anyway, could you please help me with this installation problem? I check that there isn´t these directories: /cygwin/usr/local/powerpc-ibm-eabi/include or /cygwin/usr/local/powerpc-ibm-eabi/sys-include but stdio.h library and all others libraries are in directories /cygwin/usr/include /cygwin/usr/include/sys Is there any way to link to that directory. Or Must I create /cygwin/usr/local/powerpc-ibm-eabi/include with /cygwin/usr/include files and directories? Pd. I follow steps in attach file.
[Bug target/45084] configure: error: no 8-bit type
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45084 --- Comment #15 from norak.van at gmail dot com 2010-12-14 08:32:25 UTC --- Created attachment 22750 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=22750 building a GNU toolset