how can i compile the .c sourse file to .bin file use GJGPP
Posted: Mon Jun 16, 2003 11:00 pm
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!
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!