How can I fix a `bur_grt_make_rtw_hook` error?

조회 수: 4 (최근 30일)
Toby Hijzen
Toby Hijzen 2018년 5월 8일
댓글: sjors Couwenberg 2023년 8월 3일
While compiling software under simulink 2017b with Automation Studio Target for Simulink the following error pops up:
The call to bur_grt_make_rtw_hook, during the entry hook generated the following error:
Struct contents reference from a non-struct array object.
The build process will terminate as a result.
Caused by:
- Struct contents reference from a non-struct array object.
It used to work with 2016a.

답변 (2개)

Toby Hijzen
Toby Hijzen 2018년 5월 9일
I had forgotten to update the automation studio project path (found under Basic_Settings) in the B&R Config block. Changing this to the correct path seems to have fixed the problem.

Soroush Azarian
Soroush Azarian 2022년 4월 6일
I am trying to compile a S-function based model into Twincat object and I am getting the follwoing error. has anyone encountered the similar issue?
Top model targets built: Model Action Rebuild Reason ============================================================================= ConverterModelDUT Failed Code generation information file does not exist. 0 of 1 models built (0 models already up to date) Build duration: 0h 0m 5.212s
The call to TwinCatGrt_make_rtw_hook, during the after_make hook generated the following error: Dot indexing is not supported for variables of this type. The build process will terminate as a result.
Caused by:
  • Dot indexing is not supported for variables of this type.
Component:Simulink | Category:Block diagram error
  댓글 수: 2
sjors Couwenberg
sjors Couwenberg 2023년 8월 3일
I have the same issue.
Did you find a solution ?
sjors Couwenberg
sjors Couwenberg 2023년 8월 3일
I found my problem.
The tccert file had a wrong name and the matlab could not find it.
I corrected the name and now it works.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Simulink Coder에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by