Hello List!
I've built two toolchains (native for i386-linux and cross for ppc-linux target) based on gpc 20060325 and gcc 4.0.3.
I have the units that use {$L file.c} directive. Native compiler build them just fine but cross compiler of the same version gives an error
"new style GCC `-H' output detected" and stops build.
I couldn't find any information in Google and GPC mailing lists. Please, any ideas?
Native compiler version: [igor@marnat2 main_program]$ gpc -v Using built-in specs. Configured with: ../gcc-4.0.3/configure --enable-languages=c,pascal --enable-threads=posix --prefix=/home/igor/src-big/tools Thread model: posix gpc version 20060325, based on gcc-4.0.3
Cross compiler version: [igor@marnat2 main_program]$ ppc-linux-gpc -v Using built-in specs. Configured with: ../configure --prefix=/home/igor/src-big/ELDK4.0/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libgcj --target=ppc-linux --with-newlib --enable-languages=c,pascal --enable-multilib=no --disable-multilib Thread model: posix gpc version 20060325, based on gcc-4.0.3 (DENX ELDK custom version 4.0.3-1)
Best regards, Igor Marnat mailto:marny@rambler.ru