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

Keil uVision 5 can not find Defintion of a Function

Hello

The programm I have is all fine, the compiler can compile it and the linker link it. But there is one c-file which the keil u vision 5 IDE can not handle correctly somehow. If I hover over a function from that particular file, right click on it and select "Go to Defintion" the undefined Defintion/Reference exception pops up (Like I said the proramm works fine. I can download it to my F7 chip and it works).
I could live with that pitty, but the linter (static code analysis) does also have the same issue and throw some error.
I know I could just suppress the erros and warning from the linter too, but I am curious why the keil has a problem with this file.
Does anybody had an idea why this happens and how it could be solved?

Thanks in advance best regards
Fabio Bucher

Parents
  • No there are no preprocessor macros and no inline functions neither. The declaration in the associated H-file is no problem for the IDE, it can jump to it just fine.
    When I am in the debbuging mode and jump into a function from this specific module - no problem neither.

    That's why I am curious...

Reply
  • No there are no preprocessor macros and no inline functions neither. The declaration in the associated H-file is no problem for the IDE, it can jump to it just fine.
    When I am in the debbuging mode and jump into a function from this specific module - no problem neither.

    That's why I am curious...

Children
No data