You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, if the source file is test.c then it writes to a file named test.d instead. gcc -M does print to stdio. You have to use the -MF [output file name] flag to have it to write to [output file name]. The behavior is different between occ and gcc.
The text was updated successfully, but these errors were encountered:
For example, if the source file is
test.c
then it writes to a file namedtest.d
instead.gcc -M
does print tostdio
. You have to use the-MF [output file name]
flag to have it to write to[output file name]
. The behavior is different betweenocc
andgcc
.The text was updated successfully, but these errors were encountered: