Build process stopped at compile stage. Unable to find the following link-only objects that are specified in the build information: \Lib\GCC\arm_cortexm7ldfsp_math\libCMSISD
10 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hola, estoy tratando de ejecutar el siguiente diagrama de bloques en Simulink con el NUCLEO-F746ZG.

Al ejecutar la generación de código, me resulta este error:

0 commentaires
Réponses (3)
Goutham Varanasi
le 14 Fév 2024
Modifié(e) : Goutham Varanasi
le 14 Fév 2024
Hi
This may be due to the issue during installation. Please perform a clean re-installation to overcome this.
You may follow the given Matlab answer to perform the reinstallation.
2 commentaires
Jasper Gao
il y a environ 19 heures
even after I reinstalled the MATLAB, Simulink Coder, Embedded Coder Support Package for ARM Cortex-M Processors and Simulink Coder Support Package for STMicroelectronics Nucleo Boards.
There is still no such file (cmsis_dsp.instrset\Lib\GCC...)found in the path of "C:\ProgramData\MATLAB\SupportPackages\R2024a\3P.instrset".
Could you please give more suggestions since you successed once?
圣君
le 2 Juil 2024
I am tring to generate nad deploy code on my STM32NUCLEOF767ZI board but i met this problem "Build process stopped at compile stage. Unable to find the following link-only objects that are specified in the build information: C:\ProgramData\MATLAB\SupportPackages\R2023b\3P.instrset\cmsis_dsp.instrset\Lib\GCC\arm_cortexm7ldfdp_math\libCMSISDSP.a " and i have done the uninstallation and re-install 3 times according to the mathwork answer"Build process stopped at compile stage. Unable to find the following link-only objects that are specified in the build inform... - MATLAB Answers - MATLAB Central (mathworks.cn)"and "simulink编译报错找不到\Lib\GCC\arm_cortexm3l_math\libCMSISDSP.a - MATLAB Answers - MATLAB Central (mathworks.com)" and the problem still there. Could you pls gibe me some clue?

圣君
le 4 Juil 2024
I have found the reason: because I am using the work computer assigned by the company, there are restrictions on the permissions, and when I use the "Get Add-ons" method to get the supportpackage in MATLAB, the installation process is successful on the surface, but in fact, the library files and other files corresponding to the supportpackage are not installed successfully, so the corresponding files cannot be found in the actual code generation phase of compilation and linking. However, the corresponding libraries of the supportpackage are not installed successfully, so the corresponding files cannot be found in the compilation and linking phases of the actual code generation.
Solution: Instead of using the one-click installer in MATLAB, use the standalone supportpackage installer:
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!