Hello, In my uVision2 project, I sometimes have problems with the dependencies of some .c files. There are #includes of other header files in those .c files, but I don't see them in the project window (the '+' sign is missing next to the .c file). As a result of this, compilation fails. Other .c files, in the same project, do not suffer from this phenomenon. I clearly see the dependency list when clicking on the '+' sign next to the .c file. I didn't have this problem before, it only recently popped up. I have no clue why this suddenly happened. How can I forcefully run the dependency checker? Anyone any idea? Rgds, --Geert
Some update on this one: When I forcefully compile the individual .c files that gave problems, all of a sudden the dependencies are back again. So, when compiling as a project (rebuild all), I don't get the dependencies for some .c files, when compiling individually, it's ok at the end. Strange behaviour to me... -- Geert