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

"Include Dependencies" = slow compilation

Hi,
in the actual version of uVision2 it ist possible to "Include Dependencies". So you can see all *.h - files which are used by any c-source.

When this option is active uVision needs an awful lot of time after compilation until you can continue working.

Is there any possibility to speed up this process?

Bye
...Leo

P.S. our project is pretty huge (approx. 600 files, generated codesize 500k)

Parents
  • Hi,

    what a version of compiler you use ?
    If I do not misunderstand this question this will be done automatically, since I mean V4.23,
    if you translate the project the first time.
    Than you have the possibility to see the heade in file window by clicking + sign
    at the concerning C-code.
    ( I work daily with this for XC16x derivatives)
    So no reason do select dependencies.

    Stefan

Reply
  • Hi,

    what a version of compiler you use ?
    If I do not misunderstand this question this will be done automatically, since I mean V4.23,
    if you translate the project the first time.
    Than you have the possibility to see the heade in file window by clicking + sign
    at the concerning C-code.
    ( I work daily with this for XC16x derivatives)
    So no reason do select dependencies.

    Stefan

Children