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

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
qflash

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

Post 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!
Post Reply