NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: TheBinnaries on March 03, 2011, 03:26:16 AM

Title: cannot execute gcc.exe DJGPP
Post by: TheBinnaries on March 03, 2011, 03:26:16 AM
Can anyone help me with this ??

my Comand Prompt Window:

C:\nasm -f coff myproject.asm

C:\gcc -o myproject myproject.o driver.c asm_io.o
Cannot execute C:\GCC.exe

please help me with this error

i run it under virtualization windows xp 32bit, my CPU AMD Athlon II

thx
Title: Re: cannot execute gcc.exe DJGPP
Post by: Keith Kanios on March 03, 2011, 04:29:37 AM
You don't have GCC installed... and if you do, it isn't in the C: directory.

Review GCC @ OSDev.org Wiki (http://wiki.osdev.org/GCC).