Error: required main procedure not found
Mostrar comentarios más antiguos
I am getting following error, "required main procedure not found" in polyspace code prover and i am unable to add source files in modules. whether this creates above issue? Please clarify.
Respuestas (1)
Akshat Dalal
el 26 de Oct. de 2024
0 votos
When there is no 'main()' function in source code, Polyspace Code Prover stops with such an error message. You can ask polyspace to create an empty main via the below three ways:
Categorías
Más información sobre Options at Command Line Only en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!