We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am using Keil MDK-Arm compiler 6.19 and want to use __FILE__ macro for information of project name and full path.
But Keil MDK-Arm shows just short path like ../Src/main.c
IAR EWARM compiler shows full path but Keil is not.
How Can I make it to show full path with Keil MDK-ARM compiler ???