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]

ARM7 Redboot compilation



I was targeting Redboot for SNDS-100 Board. When I am trying to compile
the redboot, I got a linker error with libsupc++ not found.  I have
installed GCC-3.0.2 and followed the exact steps as given in the
configuration and building sections
(http://sources.redhat.com/ecos/tools/linux-thumb-elf.html).
 
   $ configure --target=arm-elf --prefix=/tools \
     --exec-prefix=/tools/H-i686-pc-linux-gnu \
     --with-gnu-as --with-gnu-ld --with-newlib -v 

   $ make -w all-gcc install-gcc LANGUAGES="c c++" 
 
Can any one help me in what went wrong, why the libsupc++ not installed.
I experimented with removing the libsupc++, and got redboot.bin, but the
software went haywire in  cyg_hal_invoke_constructors().
 
Thanks
 
Thirumurthy R


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