I solved this problem now: I add an environment variable "XDCROOT" for my windows, it's value is the xdctools directory (C:\ti\xdctools_3_25_00_48), and then the checkEnvSetup('ccsv5','F28335 eZdsp','list') can show the right result.
After used xmakefilesetup() to setup make environment, I tried a very simple simulink model, while I built the model, an error shows: ------------------------------------------------------------------------------------------------- The call to idelink_ert_make_rtw_hook, during the exit hook generated the following error: Error while building the project.
The build process will terminate as a result.
Error while building the project.
The build failed with the following message: '"make"' is not recognized as an internal or external command, operable program or batch file. ----------------------------------------------------------------------------------------
Ain't it clear that the 'make' command is the "C:\Program Files\MATLAB\R2015a\bin\win64\gmake" by default in the xmakefilesetup() setting?
Anyone can help me?
thanks