This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

GNU Make + C166

Good day!

Can I get from C166/EC166 compilers information about all nested includes such as -M, -MM, -MD, -MMD keys for GCC compiler?

If not, I can only use make for rebuild target?

Parents Reply Children
  • I've repair my last problem by adding "-" before C166/EC166.
    -C166
    -EC166
    But I don't understand, C166/EC166 don't return 0?

    They should! Check their output for any errors/warnings. Simply adding a '-' (ignore non-zero exit codes) is dangerous and I wouldn't recommend it, especially for the compile/link/assemble commands.

    --
    J