Troubleshooting
This topic covers general troubleshooting. For tool-specific troubleshooting, see:
- Cache allocation library: Troubleshooting
- Cache allocation sample: Troubleshooting
- Cache configurator: Troubleshooting
- Data streams optimizer: Troubleshooting
- Measurement library: Troubleshooting
Sample Applications
Problem | Possible Cause / Solution |
---|---|
A sample application reports an error. | For more information about the error, enable logging as described in
Enable Log Output. |
On systems running the PR1 release of the Yocto Project*-based BSP for Intel Atom® x6000E Series processors, the sample build process failed with the following error:
/usr/lib64/gcc/x86_64-ese-linux/9.3.0/../../../../x86_64-ese-linux/bin/ld: cannot find -littnotify
collect2: error: ld returned 1 exit status
make: *** [Makefile:4: tcc_cache_allocation_sample] Error 1 | Replace ittnotify with ittnotify64 in the Makefile:
cd /usr/share/tcc_tools/samples/<sample_name>
sed 's/ittnotify/ittnotify64/g' -i Makefile |
Version
Problem | Possible Cause / Solution |
---|---|
What version of Intel® TCC Tools do I have? | Run the following command to get the version from the binary:
strings /usr/lib64/libtcc.so | grep VERSION . |