Building cross, gcc reports error I don't see.
Mike Stump
mrs@wrs.com
Tue Aug 31 23:20:00 GMT 1999
> Date: Tue, 10 Aug 1999 12:21:27 -0400
> From: Charles Krug <charles@pentek.com>
> To: gcc@gcc.gnu.org
> m68k-wrs-vxworks/sys-include/sys/stat.h:43 parse error before
> ULONG
> I don't see any error here.
> What incredibly obvious thing have I overlooked here?
gcc -E will show you the error. grep ULONG target/h/* will hopefully
show you the missing header.
More information about the Gcc
mailing list