Question C code compilation
From: kishuri (kishuri_at_hotmail.com)
Date: 07/28/03
- Next message: Steve Watt: "Re: Question C code compilation"
- Previous message: Eric Dujardin: "Re: Starting project with MPC8260 (considering Montavista)"
- Next in thread: Steve Watt: "Re: Question C code compilation"
- Reply: Steve Watt: "Re: Question C code compilation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Jul 2003 17:30:04 -0700
Hi All,
I wrote simple program to print "Hi how are you" 100,000 times and
compiled on Redhat Linux.
test.c
main()
{
printf("Hi How are you");
.
.
.
/*Repeated printf for more one hundread thousand times */
}
then
did #make test
cc test.c -o test
this command did NOT exit for more than half hour, later I did
control-c to exit.
Please tell me why I can't compile this long code?, what would be the
best approach other than splitting the code.
thanks
kishuri
- Next message: Steve Watt: "Re: Question C code compilation"
- Previous message: Eric Dujardin: "Re: Starting project with MPC8260 (considering Montavista)"
- Next in thread: Steve Watt: "Re: Question C code compilation"
- Reply: Steve Watt: "Re: Question C code compilation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|