前提・実現したいこと
BCC102を試験で使う必要があって、インストールしました。
コマンドプロンプト上でCファイルをコンパイルし、実行したい。
発生している問題・エラーメッセージ
test.c というソースファイルをコンパイルしようと、
bcc32.c test.c
とコマンドを入力すると、
Error opening 'C:/Users/宏(僕の名前)/AppData/Local/Temp/test-759427.cfg' for writing! test.c: error: unable to open output file 'C:/Users/宏/AppData/Local/Temp/test-759426.o': 'Error opening output file 'C:/Users/宏/AppData/Local/Temp/test-759426.o'' 1 error generated.
と出る。
該当のソースコード
#include <stdio.h> int main(void) { printf("Hello World!\n"); return 0; }
試したこと
環境設定(Pathの設定)
ilink32.cfg ファイルの追加
補足情報(FW/ツールのバージョンなど)
Windows 8.1
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2019/01/08 03:26
2019/01/11 15:26