We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?
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