我以前用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'.