LADSoft / OrangeC

OrangeC Compiler And Tool Chain
http://ladsoft.tripod.com/orange_c_compiler.html
Other
284 stars 39 forks source link

`occ -M` doesn't print anything to stdio #1017

Open ghost opened 7 months ago

ghost commented 7 months ago

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.