This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re: ecos hello application


i think it should be the terminal of uart.

the key to printf is fput,please refer to libc stdio/output/fput.c   It decide which terminal you use
----- Original Message ----- 
From: "Lin Ming" <lm1121@yeah.net>
To: "hwang" <hwang@hopen.com.cn>; <ecos-discuss@sources.redhat.com>
Sent: Friday, June 14, 2002 5:41 PM
Subject: Re: Re: [ECOS] ecos hello application


> Thank you! I got it!
> 
> But where can I see the "hello, world" message when I run the hello world application?
> 
> 
> 
> 
> Best Regards, 
> Lin Ming
> 2002-06-14
> 
> ======= 2002-06-14 16:52:00 YOU WROTE:=======
> 
> >modiy the makefile in the same directory with hello.c .
> >
> >change -o $@ to -o $@.elf
> >
> >by the way,the hello.exe generated by gcc is elf format.donot mislead by the name. you can debug hello.exe directly. Because the bebugger can read this format. 
> >
> >----- Original Message ----- 
> >From: "Lin Ming" <lm1121@yeah.net>
> >To: <ecos-discuss@sources.redhat.com>
> >Sent: Friday, June 14, 2002 4:32 PM
> >Subject: [ECOS] ecos hello application
> >
> >
> >> Hi,
> >> 
> >> How can I build hello.elf file to debug? 
> >> I can only get hello.exe file. 
> >> 
> >> 
> >>   
> >> 
> >> Best Regards,
> >> Lin Ming
> >> 2002-06-14
> >> 
> >> 
> >> 
> >> 
> >> 
> >> -- 
> >> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> >> and search the list archive: http://sources.redhat.com/ml/ecos-discuss
> 
> = = = = = = = = = = = = = = = = = = = =
> 
> 
> 
> 
> 
> 
> 
> 
> -- 
> Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
> and search the list archive: http://sources.redhat.com/ml/ecos-discuss

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]