以前はgcc -fdump-rtl-expand
を使用-finstrument-functions
して関数呼び出しのトレースを行っていましたが、armccにはこの種の同様の機能がありますか?
gccの場合、次を使用します。
CFLAGS += -finstrument-functions -fdump-rtl-expand
armccには同様のコンパイラ オプションがありますか? 私は同じものを試しましたが、うまくいかないようです:
$ armcc -finstrument-functions test.c
Fatal error: C3900U: Unrecognized option '-finstrument-functions'.
$ armcc -fdump-rtl-expand test.c
Fatal error: C3900U: Unrecognized option '-fdump-rtl-expand'.