[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[cdt-dev] Header file dependencies
|
- From: Mike Wrighton <mike.wrighton@xxxxxxxxxxxxxx>
- Date: Mon, 12 Jul 2010 17:20:02 +0100
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=mEnxxhttMryx47wcf10I3rmPt60ad9a8aprh/4koErM=; b=JRMq8V4fCgzhQioFWjZAPufNj8+PrZgYpKL2U6SKFhJQkAAejUvHYx4pt7BMuiERXT qTueohRDeGxQ2tg7D5ZEm0fQWrVL55QdIurhCgvh0/v8A7PvkTvv7ac6fR897JMeJDlh 9RDLsezKxuM3JdWg2E3SclLUUmyOOYvE2OBb4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=dSbfeK7SA1u4WWF45jK3Qbn4XjQf3+iP2QkN4J8wJ9WbKjNfJOaaov4R2R5KrLNGt2 TVBv9xxSDv1jsmEc0VUD9+YqZlB/GwjIuprfp7v5VsDMl8J5h4fEnjfP2OrGJI2odJr7 o+vGmvQPWzrc0EFb2w4u3Fa5lf/3QAy4KTF3E=
Hi,
I'm a little confused about how header file dependencies are handled
in CDT. My toolchain doesn't support the standard gcc dependency
options (-M etc) so I removed them from my build, although the build
behaviour was always correct - if I modified a header file which was
included from C source, the source file was rebuilt (using the
External builder). Since changing from CDT 4 to 6 this no longer works
and I'm now trying to figure out how it used to work in CDT 4 at all,
since it looks as though it basically just invokes make? Were there
any hidden build steps I need to be aware of? Any pointers would be
great.
Thanks,
Mike