Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Memory Analysis tools on Momentics: Page 1 of 4 (4 Items)
   
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,