Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4994 Discussions

Binary file of the analysis target cannot be found

Luiz_M_
Beginner
507 Views

I cannot run VTune Amplifier both via amplxe-cl and amplxe-gui. Below is the error message if I run via amplxe-cl

I can run via console without any problem and binary is there for sure.

amplxe: Collection started. To stop the collection, either press CTRL-C or enter from another console window: amplxe-cl -r /home/sko/dev/project/r009hs -command stop.
amplxe: Error: Binary file of the analysis target cannot be found. Please check the path or specify another path and try again.
amplxe: Error: [Instrumentation Engine]: /home/sko/dev/project/bin/project_exe : Success

 

 

0 Kudos
4 Replies
Luiz_M_
Beginner
507 Views

Even below amplxe-self-checker.sh fail

sko@d-cyb-sko02:/opt/intel/vtune_amplifier/bin64$ ./amplxe-self-checker.sh 
Intel(R) VTune(TM) Amplifier Self Check Utility
Copyright (C) 2009-2017 Intel Corporation. All rights reserved.
Build Number: 551022

Instrumentation based analysis check
Example of analysis types: Hotspots, Concurrency, Locks and Waits
    Collection: Fail
amplxe: Error: Binary file of the analysis target cannot be found. Please check the path or specify another path and try again.
amplxe: Error: [Instrumentation Engine]: /opt/intel/vtune_amplifier_2018.2.0.551022/bin64/sample/matrix/lin_intel64/matrix : Success 

0 Kudos
Vladimir_R_Intel
Employee
507 Views

Hi,

could you please make the following checks?

1. try another analysis type like advanced-hotspots and general-exploration

2. try to use: /opt/intel/vtune_amplifier_2018.2.0.551022/bin64/pin -- /bin/ls

3. collect logs for a fail scenario using: export AMPLXE_LOG_LEVEL=TRACE and export AMPLXE_LOG_DIR=<directory_for_logs>

Also please specify the system you're working on,  and send us full output of amplxe-self-checker.sh , a bad result for failed collection and logs collected on the 3rd step.

BR,

Vladimir

 

 

0 Kudos
Luiz_M_
Beginner
507 Views

Hi Vladimir,

Which email address I should send the log file?

Best Regards,

Seungpil Ko

0 Kudos
Vladimir_R_Intel
Employee
507 Views

Hi,

you could upload it directly here. What about steps 1 and 2?

BR,

Vladimir

0 Kudos
Reply