Hi,
because i´ve trouble with kernel source files for arm i also tested the
sources from mspgcc (with
find -name \*.h -type f -print0 | xargs -0 indent
find -name \*.c -type f -print0 | xargs -0 indent)
and found dozens sytax errors like these:
mspgcc/cvs_27.10.03/gdb-5.1.1/bfd/bfd-in.h:778: Error:Unexpected end of file
mspgcc/cvs_27.10.03/binutils-2.14/binutils/testsuite/binutils-all/readelf.h:21:
Warning:Unterminated character constant
mspgcc/cvs_27.10.03/gcc-3.2.3/gcc/limity.h:4: Error:Unmatched #else
mspgcc/cvs_27.10.03/gcc-3.2.3/gcc/limity.h:10: Error:Unmatched #endif
Why is there so much (pseudo-)code which can't be compiled?
Regards
Rolf Freitag