Page 1 of 1

how can i compile the .c sourse file to .bin file use GJGPP

Posted: Mon Jun 16, 2003 11:00 pm
by qflash
for example:
    I am write a .c sourse main.c:
main()
    {
      printf("hello world");
    }
how can i compile the main.c to main.bin or main.img use GJGPP
thank you!