Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.
1711 Discussions

Little Bug about IntelPerformanceCounterMonitorV2.8/intelpcm.so/Makefile

wayne_z_
Beginner
203 Views

Hi,

  I tried make, and there was something wrong.

  In Makefile line7, it seems to be vpath %.o .. rather than vpath %.cpp ..

  Besides, line9, libintelpcm.so: msr.o cpucounters.o pci.o client_bw.o, missed utils.o.

  is that so?

  thanks.

 

0 Kudos
1 Reply
Roman_D_Intel
Employee
203 Views

Hi,

we don't use the .o files from the main PCM directory to build the shared library. We need to rebuild them from *.cpp files using the -fPIC option. 

Thanks for hinting at the missing utils.o: will be fixed in the next release.

Best regards,

Roman

0 Kudos
Reply