Clear Filters
Clear Filters

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

3 views (last 30 days)
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 ...

Answers (1)

Shreshth
Shreshth on 26 Jun 2024 at 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.

Categories

Find more on System Composer in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!