Can't generate C code for TMS320DM6437 processor using Embedded IDE Link and Target Support Package.
信息
此问题已关闭。 请重新打开它进行编辑或回答。
显示 更早的评论
I'm attempting to generate C code for a Texas Instruments TMS320DM6437 processor using Embedded IDE Link and Target Support Package. I followed the directions for the sumdiff_ccsdemo under Embedded IDE Link in the MATLAB help.
When I attempt to generate C code from this model, I am prompted for the location of the "DM6437EVM DVSDK (Digital Video Software Developers Kit) installation directory". I specify the location this directory, but MATLAB gives me the error "Invalid folder. One of the following file(s) could not be located in the installation directory" release_notes_biosdvsdk_1_00.html and release_notes_biosdvsdk_evmDM6437.html".
I downloaded evmdm6437_v2.zip from Spectrum Digital and unzipped it. I specify the location of this when prompted by MATLAB as described above. There are no files "release_notes_biosdvsdk_1_00.html and release_notes_biosdvsdk_evmDM6437.html" in this directory.
Note that I don't have the DM6437EVM evaluation board. I'm generating code for a custom board that we have developed that has a TMS320DM6437 processor.
My questions are:
Why does MATLAB insist on knowing the location of the DM6437EVM DVSDK when I'm not generating code for that board?
Why does MATLAB object to the SDK I downloaded from Spectrum Digital?
MATLAB does not generate a makefile due to the build error described above. How can I get MATLAB to generate code and a makefile for my board?
I specified "ticcs_C6000_dspbios_ccsv4" in the Configuration box in the "XMakefile User Configuration" dialog (which appears when I enter the xmakefilesetup command).
I have a target preferences block in my Simulink model that specifies "C6000 Custom" for board and "DM6437" for processor.
I have MATLAB R2010b and Code Composer Studio 4.2.
Thanks, Tim
0 个评论
回答(1 个)
Tim
2011-7-21
0 个投票
1 个评论
Kaustubha Govind
2011-7-22
Try running the command:
checkEnvSetup('ccs', 'dm6437evm')
This should setup the environment variable for you.
此问题已关闭。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!