Why do I get the error message in R2019a: Undefined function "xmakefilesetup"?

For the configuration of the makefile-generation-tool we use the "xmakefilesetup-function". In the newer MATLAB versions I am getting the error message "Undefined function xmakefilesetup".  And if I check the usual directory of the function, I could not find it \MATLAB\R2019a\toolbox\idelink\foundation\xmakefile.
Can you help please? 

 採用された回答

MathWorks Support Team
MathWorks Support Team 2024 年 7 月 29 日
編集済み: MathWorks Support Team 2024 年 8 月 29 日
The file "xmakefilesetup" was removed as of R2018b. The old documentation page also mentioned this change, run the following command in MATLAB R2018a:
web(fullfile(docroot, 'ecoder/ug/makefiles.html'))
The XMakefile feature is an older build process that uses extended template makefiles. You should now use the toolchain approach build process, please refer to the following documentation page for R2019a:
Please run the below command in the command window of installed MATLAB R2019a version to get release specific documentation:
>> web(fullfile(docroot, 'ecoder/ug/program-builds.html'))
Please follow the below link to search for the required information regarding the current release:

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeShare and Distribute Software についてさらに検索

製品

リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by