Replies: 10 comments
-
Could you please share the full output from cmake/compilation? |
Beta Was this translation helpful? Give feedback.
-
After you asked for this I just noticed, for the first time, this cmake warning at the top. Sorry about that. I'll resolve this first. Thanks.
|
Beta Was this translation helpful? Give feedback.
-
Sorry, I still see the same error. Let me know if there's something I can do to supress all those compile warnings. Full command line output.
The src directory with simdjson.
Full compile output.
|
Beta Was this translation helpful? Give feedback.
-
I could not find the output of "cmake .." when the cmake project build directory was empty (after the compiler change). Could you please share it? |
Beta Was this translation helpful? Give feedback.
-
This is a new project for me and my team. We are performance engineers but new to cmake, c++ and pcm. I'm not sure what you are looking for. I shared the output of cmake command and I don't understand what you mean by empty project build directory. Isn't that what the clean step does? Could you be more specific? Thanks. |
Beta Was this translation helpful? Give feedback.
-
sure, let me be more verbose. Could you please share the output from all these steps:
|
Beta Was this translation helpful? Give feedback.
-
Thank you. Your suggestions fixed the pcm-raw compile. I had to update the gcc/c++ environment as well and it worked. I still haven't accomplished my goal. The target system (broadwell) where I need to run pcm-raw is not the system I am building on (cascade lake). The target system is somewhat closed and installing an entire development environment would be difficult (though not necessarily impossible). The error I see now on target is Full output from target system:
|
Beta Was this translation helpful? Give feedback.
-
we need to add this definition file for broadwell. It could take some time but it is possible. |
Beta Was this translation helpful? Give feedback.
-
I really appreciate your help on this. This issue isn't critical. I was going to use pcm-raw to help debug the REAL issue we are having with pcm-sensor-server. You can decide if you want to fix this for future. I will open another discussion thread on pcm-sensor-server issue. I can really use some help on this. |
Beta Was this translation helpful? Give feedback.
-
ok. Anyway I have added a basic named event support for BDX in pcm-raw: https://github.com/intel/pcm |
Beta Was this translation helpful? Give feedback.
-
Hi,
Are the instruction here expected to work?
https://github.com/intel/pcm/blob/master/doc/PCM_RAW_README.md#collecting-events-by-names-from-event-lists-httpsgithubcomintelperfmon
They don't work for me. After following the instructions and compile pcm, I get this:
Tried a few different things but they all end up with compilation errors. Is there a correct way to include this feature that I'm missing?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions