How do I fix this error "Could not commit changes: copy failed: fl:filesystem:SystemError:" please?
古いコメントを表示
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
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で MATLAB Coder についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!