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

uV2 always rebuild all files. Why ?

uV2 running on a laptop PC always rebuild all files (longer).
It works well on a desktop PC.

Do you know why ?
How uV2 detect to translate all files or only last files changes ?

Thanks

Parents
  • Where are the actual files: on the Laptop's local hard disk, or on some network volume?

    I ask because the main input for all build control processes, including the Keil IDE, are file timestamps. If the local clock of your laptop disagrees with the clock of the machine the files are kept on, all kinds of funny things can happen.

    And sometimes, the IDE just screws up. E.g. I've seen it re-link every time, even if nothing changed, and in particular no single file was compiled at all.

Reply
  • Where are the actual files: on the Laptop's local hard disk, or on some network volume?

    I ask because the main input for all build control processes, including the Keil IDE, are file timestamps. If the local clock of your laptop disagrees with the clock of the machine the files are kept on, all kinds of funny things can happen.

    And sometimes, the IDE just screws up. E.g. I've seen it re-link every time, even if nothing changed, and in particular no single file was compiled at all.

Children