Author Topic: cannot execute gcc.exe DJGPP  (Read 6826 times)

Offline TheBinnaries

  • Jr. Member
  • *
  • Posts: 3
cannot execute gcc.exe DJGPP
« 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

Offline Keith Kanios

  • Full Member
  • **
  • Posts: 383
  • Country: us
    • Personal Homepage
Re: cannot execute gcc.exe DJGPP
« Reply #1 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.