- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page