This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Fw: error: array type has incomplete element type ??
- From: "Jonathan Wakely" <jwakely dot gcc at gmail dot com>
- To: "onkar dot mahajan at polaris dot co dot in" <onkar dot mahajan at polaris dot co dot in>
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 7 Nov 2007 21:55:14 +0000
- Subject: Re: Fw: error: array type has incomplete element type ??
- References: <OF28DFF1A5.F9322B26-ON6525738C.001964CE-6525738C.0018A667@polaris.co.in>
On 07/11/2007, onkar.mahajan@polaris.co.in <onkar.mahajan@polaris.co.in> wrote:
>
> This is a part of the code :
> --------------------------------------------------------------
> extern struct dummy temp[];
> error: array type has incomplete element type
> --------------------------------------------------------------
This is a question about how to use GCC, not about development of GCC,
so it should be sent to gcc-help@gcc.gnu.org
Regards,
Jon