Software Tuning, Performance Optimization & Platform Monitoring
Discussion regarding monitoring and software tuning methodologies, Performance Monitoring Unit (PMU) of Intel microprocessors, and platform updating.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

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

wayne_z_
Beginner
475 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
475 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