Complete the following procedure to compile a instrumented target application:
- Include the header
AMDProfileController.hin the source file where you want to create a task. The path of this header is:<Installation Directory>/include/AMDProfileController.hExample~/Foo/Bar/AMDuProf_Linux_x64_5.0.775/include/AMDProfileController.hHence that folder must be in the include path, while building the instrumented application.
- For linking, the library user must include the library path of
libAMDProfileController.so, whose path is:<Installation Directory>/lib/x64/shared/libAMDProfileController.so - Build the instrumented application, based on the present compiler option(s) and commands.