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: ecos hello application


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

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