Other Parts Discussed in Thread: CCSTUDIO
Hi,
I am trying to work AAC-LC encoder with OMAP35x EVM. However I can't build AAC-LC encoder.
I downloaded "c64xplus_aaclcenc_1_20_005_production.exe" from C64xPlus_Audio_Codecs 1_00_001 Product Download Page.
Then I imported the project file "TestAppEncoder" on CCSv4, and tried to build it.
I have 4 errors as the following.
Severity and Description Path Resource Location Creation Time Id
could not open source file "std.h" TestAppEncoder TestAppEncoder.c line 9
could not open source file "std.h" TestAppEncoder alg_create.c line 18
could not open source file "std.h" TestAppEncoder alg_malloc.c line 38
could not open source file "wav_reader.h" TestAppEncoder wav_reader.c line 8
I can set the path for "wav_reader.h" because it is included in AAC-LC encoder folder. However "std.h" is not included in encoder folder.
How should I solve this issue? I can find same name files in some folders. I don't know which one is for AAC-LC encoder.
Please advise me.
Best regards,
Michi