StefanoMarsi
Occasional Contributor
3 years agoIntel Monito Program FAILS in manage header files.
After several test I realize that if you need to manage separately source files (.c) and header files (.h) including both in your project using Intel Monitor Program, there is no way to distinguish between them.
Both of them are considered as "source file" and the compilation fails.
The only way I found to bypass this problem is:
1. open the <name_of_project.amp> file
2. substitute the line
<source_file filepath="true">header_file.h</source_file>
with
<header_file filepath="true">header_file.h</header_file>
3. erase the file "amp.mk"
4. re-launch the compilation.
Any other suggestions are welcome