Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22122

Gmon.out is not created with -pg flag

$
0
0

I am using a library called amino. It is written in C. https://github.com/golems/amino

Installation is successful, passes unit tests, works on demos as well. Installation commands are those shortly:

./configure, then make, then sudo make install

I want to profile those demos which are under demos/urdf/baxter. When I run those demos, there is no gmon.out file is produced.

What I did:

I changed FLAGS on makefile on the main folder: CFLAGS, LDFLAGS, CXXFLAGS, CPPFLAGS. Then make + make install

I changed FLAGS on config.status: CFLAGS, LDFLAGS, CXXFLAGS, CPPFLAGS. Then configure + make + make install

However, it does not work. Any help ?


Viewing all articles
Browse latest Browse all 22122

Trending Articles