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]

problem building a trivial application with arm-linux-xxxx


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

   But it failed and return me: 
bash: /opt/arcom/bin/arm-linux-gcc: /lib/ld-lsb.so.1: bad ELF
interpreter: no such file or directory

Thank you in advance.
Sincerely,
  
Sébastien Bardoz
Mail : bardozs@esiee.fr
Tel : +33(0)6153 40497

--
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]