This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

problem in setting up rtt with Keil project

Hi, I followed the tutorial to setup RTT on Keil. But when I include "SEGGER_RTT.h" in the main file, it shows

fatal error: file SEGGER_RTT.h not found.

I have followed the tutorial as precisely as I can, maybe I'm doing something wrong. Please help. Thanks in advance :)

Parents
  • I kind of figured out a solution, I put the RTT folder in my project folder which is in C drive, from there when i follow the process, I am able to get the setup done without any errors. But if I'm trying to put the path of RTT folder in the other drive, I'm getting the error. For now, I'll use the former solution but still I'm unable to figure out why drive change effects the import of file, if I'm giving absolute path in options for target.

Reply
  • I kind of figured out a solution, I put the RTT folder in my project folder which is in C drive, from there when i follow the process, I am able to get the setup done without any errors. But if I'm trying to put the path of RTT folder in the other drive, I'm getting the error. For now, I'll use the former solution but still I'm unable to figure out why drive change effects the import of file, if I'm giving absolute path in options for target.

Children
No Data
Related