Hi, everyone.
I'd like to build the sample program for evmdm365 of using jpeg codec with ccs ver3.3, but the sample code is for Linux.
I think I can build it on Windows, I mean with CodeComposerStudio ver3.3
The followings are what I did.
1. Download the codec 'dm365_jpegdec_01_00_00_04_production.exe' setup file from SpectrumDigital.
2. Install it and extract.
3. Launch the Code Composer Studio ver3.3
4. Create new project and add the source files from the folder that the archive was extracted.
There is one problem. This is sample code for linux(the user's guide says), so there is no ccs project file. So I create a project.
5. Add header files(*.h) from the same folder above mentioned.
6. Build the project.
7. Then 8 errors display and all the errors are same, that is, <"alg_control.c", line 36: fatal error: could not open source file "alg.h">( that line is #include).
But if click the items correspongs to each header file on the 'Fileview' tab of treeview control, then the file opens.
So, what's the problem? Why does the compiler say that it can not open the header file?
And also, can I build that sample code on windows?
Please tell me if anyone knows about this problem.
Thank you.
Cholnam, Kim./