mcc freezes during compilation
Mostrar comentarios más antiguos
Hi,
I'm compiling a "hello world"-like function just to test the compiling functionalities of my sistem (which used to work fine):
mcc -m hello.m
For some reason, the system starts the compilation and then will not react any more. I'm rather puzzled with this behaviour, as I have no idea why the mcc suddenly stopped to work... Any ideas where I should start looking at?
Thanks, Daniel
3 comentarios
Kaustubha Govind
el 7 de Nov. de 2011
Try "mcc -mv hello.m" to see the verbose output and check if it always gets stuck at a certain stage.
Daniel
el 7 de Nov. de 2011
Walter Roberson
el 7 de Nov. de 2011
Unfortunately TCP was defined to theoretically have no timeout after the point that it got the initial ACK back from the remote system.
TCP was designed to be resilient in the face of network problems, in the sense of being prepared to wait all year for the conversation to resume. TCP was not designed to be able to tell "within a reasonable time" that there was a network problem and to advise the application of that.
Respuestas (0)
Categorías
Más información sobre Application Deployment en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!