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

PROBLEMS IN COMPILING KEIL uVISION4

Dear Sir,

I've just started using stm32f3discovery kit on Keil uVision 4 platform. But sir I'm getting error message to compile .h files. Although I've put all the required .h files in the current project directory, still compiler gives the message that 'no such files in the directory'. I cannot fix this issue. I also previously tried with defining the path. But the same problem crops up again and again.Kind give some solution...

Parents
  • You forgot to mention the name of the files.
    And you forgot to cut and paste the full text of the errors.
    And you didn't tell us if you tried to include the header files using any of:
    #include "file.h"
    #include <file.h>
    #include <cfile>
    #include "dir\file.h"
    #include "dir\\file.h"
    #include "dir/file.h"

    So how can anyone help you?

Reply
  • You forgot to mention the name of the files.
    And you forgot to cut and paste the full text of the errors.
    And you didn't tell us if you tried to include the header files using any of:
    #include "file.h"
    #include <file.h>
    #include <cfile>
    #include "dir\file.h"
    #include "dir\\file.h"
    #include "dir/file.h"

    So how can anyone help you?

Children
No data