Igor Marnat wote:
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.
AFAICS the message is produced by the `gp' utility (does not come from the compiler). I can not help with `gp', but the first step to resolve the problem would be to give `-v' option to `gp' to collect more data.