fatal error: coder_posix_time.h: No such file or directory
Afficher commentaires plus anciens
I added tic to a bit of Matlab code that was previously working just fine with CodeGen. Now, running CodeGen causes this error:
fatal error: coder_posix_time.h: No such file or directory
I see that this #include was added to one of the auto-generated header files: #include "coder_posix_time.h"
Searching for that file in the project folder does not turn up any results.
This is with Ubuntu 16.04.
Man, CodeGen is so cumbersome. To turn this into a question... would the header file be located somewhere else? Or do I need to tweak a CodeGen configuration? Or is this just a bug?
Réponses (2)
Andy Zelenak
le 30 Déc 2019
Modifié(e) : Andy Zelenak
le 30 Déc 2019
0 votes
Image Analyst
le 30 Déc 2019
0 votes
Catégories
En savoir plus sur Search Path dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!