- 123 名前:デフォルトの名無しさん mailto:sage [2008/12/04(木) 23:59:03 ]
- >>121
**** Build of configuration Debug for project lang_C **** make all Building file: ../hello.c Invoking: GCC C Compiler gcc -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"hello.d" -MT"hello.d" -o"hello.o" "../hello.c" Finished building: ../hello.c Building target: lang_C Invoking: GCC C Linker gcc -o"lang_C" ./hello.o Finished building target: lang_C cdt6-20081128だけど、c language-excutable project作って、c source file(hello.c)を追加、 hello world書いて保存してメニューからbuild projectで上記、lang_C実行ファイルができたよ…。 プロジェクトの種類によって色々だけど、makefile書くのが一番手っ取り早いのでは。
|

|