This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
xscale-elf-gcc: compilation of header file requested
- From: "Ajit Mittal" <ajitmittal at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Sun, 16 Mar 2008 11:06:43 -0400
- Subject: xscale-elf-gcc: compilation of header file requested
This command
$(CC) -M $(HOST_CFLAGS) $(CPPFLAGS) -MQ $@ include/common.h > $@.dep
is generating following error:
here cc is xscale-elf-gcc
and target is autoconf.mk
Generating include/autoconf.mk
xscale-elf-gcc: compilation of header file requested
any tips.
Regards