Hi,
I read lots of wiki, but still can not solve the problem. Please help me!
I try to import projects "c:\program files\Texas Instruments\pspdrivers_01_20_00\packages\ti\pspiom\examples\evm6747\audio\build" from CCS v3.1 to CCS 5.1 (the project work fine with board and CCS 3.3),
1.I select “Import Project” the window “Import CCS Eclipse Projects) show up.
2. I input search-directory as "c:\program files\Texas Instruments\pspdrivers_01_20_00\packages\ti\pspiom\examples\evm6747\audio\build"
3. And check box “Automatically import referenced projects”, click “Finish”
4. Right click project name and select “new” and “Target Configuration File”
5. It show Location as “/audioSample” on New Target Configuration Window, I click “finish” and Select Board as EVMC6747, SAVE it.
When I build, I get error as following
"C:/Program Files/Texas Instruments/pspdrivers_01_20_00/packages/ti/pspiom/examples/evm6747/audio/src/audioSample_io.c", line 13: fatal error #5: could not open source file "ti/pspiom/platforms/evm6747/audio/Audio.h"
1 fatal error detected in the compilation of "C:/Program Files/Texas Instruments/pspdrivers_01_20_00/packages/ti/pspiom/examples/evm6747/audio/src/audioSample_io.c".
Compilation terminated.
Also I get error in project.log file as
!ERROR: Project's common root 'C:/Program Files/Texas Instruments/pspdrivers_01_20_00/packages/ti/pspiom/examples/evm6747/audio' is not within the
scope of the selected global common root 'C:/Program Files/Texas Instruments/pspdrivers_01_20_00/packages/ti/pspiom/examples/evm6747/audio/build'.
Modify the global common root before migrating this project.
I think compiler and link can not read to directory
'C:/Program Files/Texas Instruments/pspdrivers_01_20_00/packages/
and
C://c674x_dsp_1_00_00_11/edma3_lld_01_07_00_01/packages/
Please give me help, thank you very much.
Thomas Tang