8
sh:0:getcwd()が失敗しました:引用されたドライブにそのようなファイルまたはディレクトリはありません
Ubuntu 12でARMコードをコンパイルしようとしています。 コードをローカルディレクトリに配置すると、すべてが正常に動作します。 しかし、引用されたマウントディレクトリにコードを配置すると、エラーが表示されます。 making testXmlFiles sh: 0: getcwd() failed: No such file or directory ARM Compiling xxxxx.c sh: 0: getcwd() failed: No such file or directory これがfstabの私の設定です //10.0.0.1/data /mnt/data cifs auto,noserverino,credentials=/root/.smbcredentials,file_mode=0777,dir_mode=0777,uid=user,gid=users,noperm 0 0 ここで何が起こっているのですか このエラーの原因は何ですか?