How do I fix this error "Could not commit changes: copy failed: fl:filesystem:SystemError:" please?
Afficher commentaires plus anciens
When I try to compile and generate a simple typical mex(or lib,dll,exe) function on an ubuntu system, I get the following error, when the mex file can be generated and run normally, but I don't know what causes the error,the report didn't come out either ,how can i fix it? your answer would be greatly appreciate.(Run R2022b, ubuntu20.04)
myadd.m
function c = myadd(a,b)%#codegen
c = a+b;
end
command line:
a=1;
b=2;
codegen -config:mex myadd -args {a,b} -report
Could not commit changes: copy failed: fl:filesystem:SystemError:
/tmp/.fa30-a34f-2ae0-0e8e.tmp Invalid cross-device link
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur MATLAB Coder 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!