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: problem building a trivial application with arm-linux-xxxx


On Tue, Feb 01, 2005 at 04:18:10PM +0100, bardozs@esiee.fr wrote:
> Hi all,
>   First of all, I work with the Arcom Viper board based on Intel
> Xscale PXA255.
>   I'm a beginner in this field so I would like to try eCos with a
> simple program which allows me to start a much bigger project.
>  So my application is: 
>  
> int main(void)
> {
>  printf("hello eCos world!!");
>  return 0;
> }
>  
>    Then I build using: 
> /opt/arcom/bin/arm-linux-gcc -g -I/nec5/ecos/bla/tet_install/include
> hello.c -I/home/nec5/ecos/bla/tet_install/lib -Ttarget.ld
           ^
         -L

Also, see the examples, which include a make file:

http://ecos.sourceware.org/cgi-bin/cvsweb.cgi/ecos/examples/?cvsroot=ecos

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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