Ajit Mittal wrote:
This command
$(CC) -M $(HOST_CFLAGS) $(CPPFLAGS) -MQ $@ include/common.h > [EMAIL PROTECTED]
xscale-elf-gcc: compilation of header file requested
Looks like an old bug fixed long ago, sometime around the gcc-3.3 time
frame. You should always include the gcc version num
This command
$(CC) -M $(HOST_CFLAGS) $(CPPFLAGS) -MQ $@ include/common.h > [EMAIL PROTECTED]
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