- Open your model
- Press Ctrl+E to open ‘Configuration Parameters’.
- Go to ‘Code Generation’ section on left pane
- Change the ‘System Target File’ to ‘ert_shrlib.tlc’
- Generate the code now
Simulink edit makefile to create a library instead of executable
조회 수: 2 (최근 30일)
이전 댓글 표시
When I generate the C code from SIMULINK eta *.mk is configured to create an executable file instead of a library.
How Can I edit the makefile to create an independent library ?

###########################################################################
## Makefile generated for component 'SoC_00'.
##
## Makefile : SoC_00.mk
## Generated on : Wed Aug 23 11:08:54 2023
## Final product: $(RELATIVE_PATH_TO_ANCHOR)/SoC_00.elf
## Product type : executable
##
###########################################################################
댓글 수: 0
답변 (1개)
Ayush
2023년 8월 29일
편집: Ayush
2023년 8월 29일
Hi @Mikel85
I understand that you want to create an independent library using makefile. If you have Embedded Coder license, you can generate the Makefile such that it is capable of generating library instead of executable. Here are the general steps to follow:
You may refer to the documentation from here: https://in.mathworks.com/help/ecoder/ug/creating-and-using-host-based-shared-libraries.html
Thanks,
Ayush Jaiswal
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Deployment, Integration, and Supported Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!