Author Topic: Error: "can't open FILES\CODEBLOCKS\MINGW\BIN\AS.EXE"  (Read 2976 times)

Offline josue

  • Single posting newcomer
  • *
  • Posts: 4
Error: "can't open FILES\CODEBLOCKS\MINGW\BIN\AS.EXE"
« on: August 14, 2008, 11:43:25 pm »
Hi,

This is the first time I am using CodeBlocks. Seems to be a nice tool!
My CodeBlocks 8.02 was installed on Windows 2000 professional.
Path: C:\Program Files\CODEBLOCKS

After my first try to compile the simple "Hello World" program a got the error message:
"
-------------- Build: Debug in teste ---------------

Compiling: main.c
Assembler messages:
Error: can't open FILES\CODEBLOCKS\MINGW\BIN\AS.EXE for reading: No such file or directory
Process terminated with status 1 (0 minutes, 1 seconds)
0 errors, 0 warnings
"

Why C::B is looking for a file in a directory that even doesn´t exist?
As I said, AS.EXE is on C:\Program Files\CODEBLOCKS\MINGW\BIN\AS.EXE.
How can I solve this problem?

Thanks in advance for any help.

Josue