|
|
Memory Analysis tools on Momentics
|
|
03/13/2009 4:46 PM
post24370
|
Memory Analysis tools on Momentics
Two questions on the memory analysis tools: 1. getting the Memory Analysis tool working on Momentics if using gcc do I
use the following flags: CFLAGS:=-g -Wc,-ftest-coverage -Wc,-fprofile-arcs -I. -I../proflibCPP-std
LDFLAGS:=-p -g -L../proflibCPP-std -lProfLib -lcpp
Or, this is for qcc compilation only? Is building with these flags necessary in order to use the memory analysis tools?
2. Is this libmalloc_g.so needed on the path of the executable on target for this memory analysis tool?
Thanks,
|
|
|
|
|