Why do I get the error message in R2019a: Undefined function "xmakefilesetup"?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
MathWorks Support Team
le 18 Juin 2019
Modifié(e) : MathWorks Support Team
le 29 Août 2024
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?
Réponse acceptée
MathWorks Support Team
le 29 Juil 2024
Modifié(e) : MathWorks Support Team
le 29 Août 2024
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 commentaires
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Fractals dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!