필터 지우기
필터 지우기

Why does Simulink generate an error at build time for TMS320C2812 board?

조회 수: 3 (최근 30일)
Junhui
Junhui 2013년 3월 28일
답변: Shreshth 2024년 6월 26일 5:29
I am trying to learn the demo about Asynchronous Scheduling in Simulink using the TMS320C2812 ezdsp board. However, when I try to build it, Simulink generates an error at build time with the following message:
Error building Real-Time Workshop target for block diagram 'c2812asyncscheduling'. MATLAB error message: Error using ==> callMakeHook at 49 The call to ccslink_ert_make_rtw_hook, during the exit hook generated the following error: Error using ==> feval Error using ==> i_exitHookpoint at 93 Error while creating the project:
This error occurs when the command window shows.### Creating project ...

답변 (1개)

Shreshth
Shreshth 2024년 6월 26일 5:29
Hey,
Certainly! Here's a brief summary to help you troubleshoot the build error in Simulink for the TMS320C2812 ezdsp board:
1. **Check Compatibility**: Ensure MATLAB, Simulink, and CCS versions are compatible.
2. **Verify CCS Installation**: Confirm CCS is properly installed and configured.
3. **Update MATLAB Path**: Reset MATLAB path to include necessary directories.
4. **Check Configuration Parameters**: Verify target hardware and code generation settings in Simulink.
5. **Rebuild the Model**: Clean previous build files and rebuild the model.
6. **Check for Specific Errors**: Investigate makefile and project settings for issues.
7. **Update Support Packages**: Ensure all related support packages and toolboxes are up-to-date.
8. **Consult Documentation and Forums**: Look for similar issues in MATLAB Central and official documentation.
By following these steps, you should be able to identify and resolve the build error.

카테고리

Help CenterFile Exchange에서 System Composer에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by