This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

am335x gprof profiling, no gmon.out created



I'm attempting to profile an application on our am335x board, based on SDK 5.04.01.00.  I compile and link (via gcc) using -pg option.  I run the application, but no profiling output is generated.  I have the application exit normally to ensure that profiling output can be generated.  The gprof command is available on the system by default, so I assumed this style of profiling would work.  What am I missing?