Hello,
I installed CCS_4.2.4 and controSUITE
i update the code generation bey
I imported the TMDX28069USB-SineFIRFFT32 project, when compiling, I got the these errors:
"../SineFIRFFT32-Main.c", line 40: fatal error: could not open source file "PeripheralHeaderIncludes.h"1 fatal error detected in the compilation of "../SineFIRFFT32-Main.c".Compilation terminated.
gmake: *** [SineFIRFFT32-Main.obj] Error 1
"../Commros/Commros_user.c", line 1: fatal error: could not open source file "PeripheralHeaderIncludes.h"1 fatal error detected in the compilation of "../Commros/Commros_user.c".Compilation terminated.>> Compilation failure
gmake: *** [Commros/Commros_user.obj] Error 1gmake: Target `all' not remade because of errors.
Please can you help me !!!
Ben Mabrouk Hichem fatal error: could not open source file "PeripheralHeaderIncludes.h"
The message seems pretty clear & explicit!
Does that file exist at all on your PC (or somewhere accessible to your PC)?
If it exists, is it in a location where your project can find it?
Andy
You have right that fil don't exist.
Can T find it from controlSUITE? Please help me as I am a beginner..thank you.
Hichem.
Sorry, I don't know specifically - the documentation should tell you this...
Hichem,
That file is located under <controlSUITE>/development_kits/~SupportFiles/F2806x_headers/.
Regards,
Vishal
It also looks like you have moved this project out of the controlSUITE framework. If you look in the project view in CCS, a number of your files have an exclamation mark on them indicating that the path cannot be resolved. You can either copy these files from controlSUITE into your folder or change the paths in macros.ini to the absolute paths
for e.g. change CONTROLSUITE_CSTICK_ROOT = ../../../
to
CONTROLSUITE_CSTICK_ROOT = C:/ti/controlSUITE
or wherever you have installed controlSUITE on your filesystem. Once you do this you need to delete the poject from CCS and then reimport it...the macros.ini files only get read on import.
I see your project is under D:/Users/Hichem/Desktop/PFE_Hichem/Soft/
Where did you install controlSUITE?
If controlSUITE is not installed under C:/TI/controlSUITE , you will have to change some of your project settings so it knows where to find the files.
Alvaro