Get header file paths for certain c file in IAR NXP compiler

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Get header file paths for certain c file in IAR NXP compiler

Jump to solution
680 Views
kerdany
Contributor I

Hello,

I'm compiling a c file from CMD using NXP compiler and adding to the command include directories with -I flag, is there a way to print out the paths of headers files that where used for compiling?

Labels (1)
0 Kudos
1 Solution
621 Views
kerdany
Contributor I

I figured it out, you add --dependencies flag to command

View solution in original post

0 Kudos
1 Reply
622 Views
kerdany
Contributor I

I figured it out, you add --dependencies flag to command

0 Kudos