Hi,
I have bought a c5535 ezdsp USB stick dev. kit. It comes with some test projects. The main project is the Audio framework, and another interesting one is LED project.
I can compile and run them separately without any error. The projects are in different directories.
I want to modify the Audio framework such that LEDs on the board blink during the operation.
I tried to include header files that LED project uses to the Audio framework project from:
right click/properties/ under C/C++ Build/ tool-chain Setting/ C5500 Compiler/ Include options i added the directories that hold header files. ()
when I call any function that uses the header files, like EZDSP5535_init( ), the build fails giving the following error:
errors encountered during linking; "C:/c55/C55_Connected_Audio_Framework_EZDSP/c55-connected-audio-framework/bu ild/CSL_USB_IsoFullSpeedExample_ezdsp_Out/Debug/CSL_USB_IsoFullSpeedExample_ ezdsp_Out.out" not built CSL_USB_IsoFullSpeedExample_ezdsp_Out line 0 1377039743046 461
Am I doing something wrong? When I want to use header files, ****.h, should not I just include them in the project directory as I show in the attached pic?
Thanks a lot